df52eb05a5c1815cbb716226d2ea91b2940b733a
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
35         Log: Allow resetting the locale system for the duration
36              of the build (Mac OS X default setting LANG=En_US
37              ist kaputt)
38      Branch: perl
39            ! Makefile.SH
40 ____________________________________________________________________________
41 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
42         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
43      Branch: perl
44            ! ext/Digest/MD5/t/files.t
45 ____________________________________________________________________________
46 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
47         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
48              From: Andy Dougherty <doughera@lafayette.edu>
49              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
50              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
51      Branch: perl
52            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
53            ! ext/threads/shared/Makefile.PL
54 ____________________________________________________________________________
55 [ 12643] By: sky                                   on 2001/10/25  12:28:26
56         Log: Add support for reference members of hashes.
57      Branch: perl
58            ! ext/threads/shared/shared.xs
59 ____________________________________________________________________________
60 [ 12642] By: ams                                   on 2001/10/25  12:21:13
61         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
62              From: "Norton Allen" <nort@qnx.com>
63              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
64              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
65      Branch: perl
66            ! ext/Digest/MD5/MD5.xs
67 ____________________________________________________________________________
68 [ 12641] By: sky                                   on 2001/10/25  10:27:39
69         Log: Tests shared hashes.
70      Branch: perl
71            + ext/threads/shared/t/hv_simple.t
72            ! MANIFEST
73 ____________________________________________________________________________
74 [ 12640] By: sky                                   on 2001/10/25  10:18:23
75         Log: Fix threadcounts for arrays and hashes.
76      Branch: perl
77            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
78 ____________________________________________________________________________
79 [ 12639] By: sky                                   on 2001/10/25  10:17:26
80         Log: Note to self, doing *src_ary++ in a macro that evaluates
81              the value more than once is a good way to dump core.
82      Branch: perl
83            ! sharedsv.c
84 ____________________________________________________________________________
85 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
86         Log: Integrate change #12636 from maintperl; more dl fixups.
87      Branch: perl
88           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
89           !> ext/DynaLoader/dl_vms.xs
90 ____________________________________________________________________________
91 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
92         Log: Like dl_hpux, like dl_dld.
93      Branch: perl
94            ! ext/DynaLoader/dl_dld.xs
95 ____________________________________________________________________________
96 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
97         Log: followups to change#12635
98      Branch: maint-5.6/perl
99            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
100            ! ext/DynaLoader/dl_vms.xs
101 ____________________________________________________________________________
102 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
103         Log: add part of change#12634 to the two files that need it; dl_aix.xs
104              in maint-5.6 doesn't have the branch that had the problem in
105              mainline
106      Branch: maint-5.6/perl
107            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
108 ____________________________________________________________________________
109 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
110         Log: Fixes for #12627.
111      Branch: perl
112            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
113 ____________________________________________________________________________
114 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
115         Log: Since pv_uni_display and sv_uni_display are now used
116              in the re extension, their symbols have to be exported.
117      Branch: perl
118            ! embed.pl global.sym
119 ____________________________________________________________________________
120 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
121         Log: Subject:  Re: [PATCH Perl@12567] debug /list
122              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
123              Date: Tue, 23 Oct 2001 21:40:33 EDT
124              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
125      Branch: perl
126            ! configure.com
127 ____________________________________________________________________________
128 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
129         Log: This takes care of some of the re 'debug' cases but
130              not all cases since the information whether the pattern
131              or the target are utf8 seems to be either lost or not
132              spread widely enough, sigh.
133      Branch: perl
134            ! regcomp.c
135 ____________________________________________________________________________
136 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
137         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
138              From: John Peacock <jpeacock@rowman.com>
139              Date: Wed, 24 Oct 2001 16:53:29 -0400
140              Message-ID: <3BD72A49.1508D152@rowman.com>
141      Branch: perl
142            ! configure.com
143 ____________________________________________________________________________
144 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
145         Log: Upgrade NetWare and WinCE as in #12626.
146      Branch: perl
147            ! NetWare/dl_netware.xs wince/dl_win32.xs
148 ____________________________________________________________________________
149 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
150         Log: Tru64 compiler nit.
151      Branch: perl
152            ! ext/threads/shared/shared.xs
153 ____________________________________________________________________________
154 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
155         Log: Integrate change #12626 from maintperl;
156              make DynaLoader threadsafe by moving all statics into
157              interpreter-local space
158              
159              TODO: Netware, OS/2, WinCE
160      Branch: perl
161           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
162           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
163           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
164           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
165           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
166           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
167           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
168 ____________________________________________________________________________
169 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
170         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
171              space
172      Branch: maint-5.6/perl
173            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
174            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
175            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
176            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
177            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
178            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
179            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
180 ____________________________________________________________________________
181 [ 12625] By: sky                                   on 2001/10/24  20:05:26
182         Log: Change #12623 inflicted an infinite hang. Fixed.
183      Branch: perl
184            ! ext/threads/shared/shared.xs
185 ____________________________________________________________________________
186 [ 12624] By: sky                                   on 2001/10/24  19:06:55
187         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
188      Branch: perl
189            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
190 ____________________________________________________________________________
191 [ 12623] By: sky                                   on 2001/10/24  18:06:34
192         Log: We need to do sharedsv_find in the original perl context.
193      Branch: perl
194            ! ext/threads/shared/shared.xs
195 ____________________________________________________________________________
196 [ 12622] By: sky                                   on 2001/10/24  17:26:51
197         Log: Add support for basic support for AVs, references not supported yet.
198              Add test for AVs.
199              Add more tests to sv_refs
200              Fix documentation issues.  
201      Branch: perl
202            + ext/threads/shared/t/av_simple.t
203            ! MANIFEST ext/threads/shared/shared.pm
204            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
205 ____________________________________________________________________________
206 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
207         Log: Dump Unicode better for re 'debug'.  The regprop()
208              is unfinished since have to figure out how to detect
209              Unicodeness in there.
210      Branch: perl
211            ! regcomp.c regexec.c
212 ____________________________________________________________________________
213 [ 12620] By: sky                                   on 2001/10/24  13:18:07
214         Log: Add support for finding shared arrays and hashes.
215      Branch: perl
216            ! sharedsv.c
217 ____________________________________________________________________________
218 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
219         Log: Rewrite sv_uni_display() as pv_uni_display() as
220              reimplement sv_uni_display() using that.
221      Branch: perl
222            ! dump.c embed.h embed.pl proto.h
223 ____________________________________________________________________________
224 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
225         Log: Integrate change #12615 from maintperl;
226              on Windows, IO::File::new_tmpfile() fails after being called
227              32767 times because MSVCRT thinks stdio's TMP_MAX is a
228              process-wide limit
229      Branch: perl
230           !> win32/win32.c
231 ____________________________________________________________________________
232 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
233         Log: Don't try to print ints as IVs.
234      Branch: perl
235            ! ext/Time/HiRes/HiRes.xs
236 ____________________________________________________________________________
237 [ 12616] By: sky                                   on 2001/10/24  11:06:35
238         Log: We only need to fetch the SV from the backend if the index
239              is not the same as mg_private.     In theory this could be
240              a problem if there are an exact multiple of U16 changes
241              of a shared variable between two access in a given thread,
242              we choose to avoid theory for now.
243      Branch: perl
244            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
245 ____________________________________________________________________________
246 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
247         Log: on Windows, IO::File::new_tmpfile() fails after being called
248              32767 times because MSVCRT thinks stdio's TMP_MAX is a
249              process-wide limit
250      Branch: maint-5.6/perl
251            ! win32/win32.c
252 ____________________________________________________________________________
253 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
254         Log: Negation and Unicode: sort of solves 20010303.010,
255              except not quite like reported in the Subject
256              (Perl_warner is still utf8-ignorant).
257      Branch: perl
258            ! pp.c t/lib/warnings/sv
259 ____________________________________________________________________________
260 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
261         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
262      Branch: perl
263            ! sv.c t/lib/warnings/sv
264 ____________________________________________________________________________
265 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
266         Log: sv_uni_display(): do not add the "...", let the caller
267              do it if wanted, and be prepared for more display options.
268      Branch: perl
269            ! dump.c embed.h embed.pl proto.h
270 ____________________________________________________________________________
271 [ 12611] By: nick                                  on 2001/10/23  20:28:07
272         Log: Integrate mainline
273      Branch: perlio
274           !> Changes configure.com cygwin/cygwin.c
275           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
276           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
277           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
278           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
279           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
280           !> utils/h2xs.PL utils/perldoc.PL
281 ____________________________________________________________________________
282 [ 12610] By: sky                                   on 2001/10/23  19:39:24
283         Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
284              READONLY but still dies with modification attempt. We only call bless for ext and
285              umagic.
286      Branch: perl
287            ! sv.c
288 ____________________________________________________________________________
289 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
290         Log: Croak() on negative time; doc tweaks.
291      Branch: perl
292            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
293            ! ext/Time/HiRes/HiRes.xs
294 ____________________________________________________________________________
295 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
296         Log: FAQ sync.
297      Branch: perl
298            ! pod/perlfaq4.pod pod/perlfaq7.pod
299 ____________________________________________________________________________
300 [ 12607] By: sky                                   on 2001/10/23  18:27:27
301         Log: Call setmagic on the referant we blessing!
302      Branch: perl
303            ! sv.c
304 ____________________________________________________________________________
305 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
306         Log: Small test nits.
307      Branch: perl
308            ! t/op/lc.t
309 ____________________________________________________________________________
310 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
311         Log: Update Changes.
312      Branch: perl
313            ! Changes patchlevel.h
314 ____________________________________________________________________________
315 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
316         Log: Make the PerlIO_init() prototypes consistent.
317      Branch: perl
318            ! perlio.c
319 ____________________________________________________________________________
320 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
321         Log: Upping the test count is a good idea.
322      Branch: perl
323            ! t/op/lc.t
324 ____________________________________________________________________________
325 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
326         Log: Document the final sigma spot.
327      Branch: perl
328            ! pp.c
329 ____________________________________________________________________________
330 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
331         Log: Fix multicharacter titlecase (ucfirst).
332      Branch: perl
333            ! pod/perlunicode.pod pp.c t/op/lc.t
334 ____________________________________________________________________________
335 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
336         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
337              From: Mikhail Zabaluev <mhz@alt-linux.org>
338              Date: Tue, 23 Oct 2001 10:40:37 +0400
339              Message-ID: <20011023104037.A12761@localhost.localdomain>
340              
341              (#12406 replaced with this)
342      Branch: perl
343            ! utils/perldoc.PL
344 ____________________________________________________________________________
345 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
346         Log: MacOS Classic updates from Pudge.
347      Branch: perl
348            ! lib/File/Spec.t lib/File/Spec/Mac.pm
349 ____________________________________________________________________________
350 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
351         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
352              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
353              Date: Sun, 14 Oct 2001 23:14:46 +0200
354              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
355              
356              except for the 2->4 changes.
357      Branch: perl
358            ! lib/AutoSplit.t
359 ____________________________________________________________________________
360 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
361         Log: integrate macperl contents into maint-5.6
362      Branch: maint-5.6/perl
363            ! mg.c
364           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
365           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
366           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
367           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
368           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
369           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
370           !> t/lib/filefind.t t/lib/filespec.t
371 ____________________________________________________________________________
372 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
373         Log: At some point the #6234 has been lost from the mainline
374              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
375      Branch: perl
376            ! lib/File/Spec/Win32.pm
377 ____________________________________________________________________________
378 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
379         Log: Cygwin seems to round up (or closest, but not down)
380              for time(), so half of the time (bad pun intended)
381              Time::HiRes::time() is less than time(), half of
382              the time it's more.  So let's try harder in the loop.
383      Branch: perl
384            ! ext/Time/HiRes/HiRes.t
385 ____________________________________________________________________________
386 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
387         Log: MacOS Classic timeofday(), from Chris Nandor. 
388      Branch: perl
389            ! ext/Time/HiRes/HiRes.xs
390 ____________________________________________________________________________
391 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
392         Log: Integrate changes #12580 and #12581 from macperl;
393              
394              Fix path construction.
395              
396              (Copyright) Nit.
397      Branch: perl
398           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
399 ____________________________________________________________________________
400 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
401         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
402              doesn't seem to help (the error being output to console, maybe?)
403      Branch: perl
404            ! lib/Net/Domain.pm
405 ____________________________________________________________________________
406 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
407         Log: Taint the getcwd() result also in Cygwin.
408              (TODO: which other platforms need the same thing?)
409      Branch: perl
410            ! cygwin/cygwin.c
411 ____________________________________________________________________________
412 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
413         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
414      Branch: perl
415            ! t/op/taint.t
416 ____________________________________________________________________________
417 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
418         Log: getpwuid() fragility continues.
419      Branch: perl
420            ! utils/h2xs.PL
421 ____________________________________________________________________________
422 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
423         Log: getpwuid() might succeed but that's no guarantee
424              that the $home will be defined.
425      Branch: perl
426            ! ext/File/Glob/t/basic.t
427 ____________________________________________________________________________
428 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
429         Log: It's safer to to expand the variable, too... (see #12571)
430      Branch: perl
431            ! t/TEST
432 ____________________________________________________________________________
433 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
434         Log: Integrate with maintperl.
435      Branch: maint-5.6/macperl
436           !> win32/bin/pl2bat.pl win32/win32.c
437 ____________________________________________________________________________
438 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
439         Log: Oops, forgot to include Win32 ... just as well, since it
440              seems in bleadperl, change #7764 was not included
441              (adding C:\temp).  Re-added.  Rip it back out if it
442              doesn't belong.  :-)
443      Branch: maint-5.6/macperl
444            ! lib/File/Spec/Win32.pm
445 ____________________________________________________________________________
446 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
447         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
448              From: "Craig A. Berry" <craigberry@mac.com>
449              Date: Mon, 22 Oct 2001 15:25:19 -0500
450              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
451      Branch: perl
452            ! configure.com
453 ____________________________________________________________________________
454 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
455         Log: Add in lots of File::Spec changes, from Thomas Wegner,
456              and sync with changes from bleadperl.
457      Branch: maint-5.6/macperl
458            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
459            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
460            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
461            ! lib/File/Spec/Win32.pm t/lib/filespec.t
462 ____________________________________________________________________________
463 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
464         Log: Sync with latest File::Find and tests from bleadperl.
465      Branch: maint-5.6/macperl
466            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
467 ____________________________________________________________________________
468 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
469         Log: Nit.
470      Branch: maint-5.6/macperl
471            ! perl.c
472 ____________________________________________________________________________
473 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
474         Log: Fix path construction.
475      Branch: maint-5.6/macperl
476            ! ext/DynaLoader/DynaLoader_pm.PL
477 ____________________________________________________________________________
478 [ 12579] By: nick                                  on 2001/10/22  19:08:35
479         Log: Integrate mainline (for Arthurs thread.xs fix)
480      Branch: perlio
481           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
482 ____________________________________________________________________________
483 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
484         Log: Fix up exported symbols, move relevant docs
485              over from macperl.pod.
486      Branch: maint-5.6/macperl
487            ! macos/ext/MacPerl/MacPerl.pm
488 ____________________________________________________________________________
489 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
490         Log: Make ADDRESS called optionally as a method.
491      Branch: maint-5.6/macperl
492            ! macos/lib/Mac/Glue.pm
493 ____________________________________________________________________________
494 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
495         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
496              Apple event.
497      Branch: maint-5.6/macperl
498            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
499            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
500            ! macos/macperl/MPTerminology.aete
501 ____________________________________________________________________________
502 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
503         Log: Clean up some build utilities. Change Entab to Duplicate;
504              fix docs and error reporting; improve macify() of paths;
505              remove requirement for Exporter.pm presence.
506      Branch: maint-5.6/macperl
507            ! macos/InstallBLIB macos/MacPerlTests.cmd
508            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
509 ____________________________________________________________________________
510 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
511         Log: Sync Time::HiRes with bleadperl
512      Branch: maint-5.6/macperl
513            ! macos/bundled_ext/Time/HiRes/HiRes.pm
514            ! macos/bundled_ext/Time/HiRes/HiRes.t
515            ! macos/bundled_ext/Time/HiRes/HiRes.xs
516 ____________________________________________________________________________
517 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
518         Log: Fix up Changes
519      Branch: maint-5.6/macperl
520            ! macos/Changes
521 ____________________________________________________________________________
522 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
523         Log: A user might belong to only a single group
524              (the group equal to the group id).
525      Branch: perl
526            ! t/op/groups.t
527 ____________________________________________________________________________
528 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
529         Log: Prepending (instead of replacing with) the pwd is safer. 
530      Branch: perl
531            ! t/TEST
532 ____________________________________________________________________________
533 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
534         Log: Be more robust if no hostname or domainname
535              (especially the latter)
536      Branch: perl
537            ! lib/Net/Domain.pm
538 ____________________________________________________________________________
539 [ 12569] By: sky                                   on 2001/10/22  17:41:07
540         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
541      Branch: perl
542            ! ext/threads/threads.xs
543 ____________________________________________________________________________
544 [ 12568] By: nick                                  on 2001/10/22  16:31:24
545         Log: Integrate mainline
546      Branch: perlio
547           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
548           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
549           +> ext/threads/shared/t/sv_refs.t
550           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
551            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
552            - lib/unicore/To/SpecUpper.pl
553           !> (integrate 42 files)
554 ____________________________________________________________________________
555 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
556         Log: Update Changes.
557      Branch: perl
558            ! Changes patchlevel.h
559 ____________________________________________________________________________
560 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
561         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
562              From: Michael G Schwern <schwern@pobox.com>
563              Date: Mon, 22 Oct 2001 03:48:38 -0400
564              Message-ID: <20011022034838.B1676@blackrider>
565      Branch: perl
566            ! pod/perlvar.pod
567 ____________________________________________________________________________
568 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
569         Log: Pod nits, as suggested by Stas Bekman.
570      Branch: perl
571            ! ext/threads/shared/shared.pm ext/threads/threads.pm
572 ____________________________________________________________________________
573 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
574         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
575              From: "Paul Marquess" <paul.marquess@openwave.com> 
576              Date: Sun, 21 Oct 2001 21:11:15 +0100
577              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
578      Branch: perl
579            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
580            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
581            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
582            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
583            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
584            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
585            ! ext/SDBM_File/sdbm.t
586 ____________________________________________________________________________
587 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
588         Log: Integrate change #12559 from maintperl;
589              various fixes for system() and backticks under windows
590      Branch: perl
591           !> win32/win32.c
592 ____________________________________________________________________________
593 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
594         Log: Integrate change #12560 from maintperl;
595              make pl2bat use %0 rather than "%0" (the latter fails to work
596              in a lot of common cases)
597      Branch: perl
598           !> win32/bin/pl2bat.pl
599 ____________________________________________________________________________
600 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
601         Log: Integrate changes #12549 and #12550 from maintperl;
602              
603              readline() doesn't work with our variables; it confuses them with
604              my variables (change#4227 was incomplete)
605      Branch: perl
606            ! t/lib/strict/vars
607           !> t/base/rs.t toke.c
608 ____________________________________________________________________________
609 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
610         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
611              in a lot of common cases)
612      Branch: maint-5.6/perl
613            ! win32/bin/pl2bat.pl
614 ____________________________________________________________________________
615 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
616         Log: various fixes for system() and backticks under windows:
617              
618              * avoid munging whitespace that is passed within quotes
619              * work around a cmd.exe misfeature that made multi-arg
620              system() unreliable when there is more than one quoted
621              argument
622              * make multi-arg system() autoquote arguments as needed
623              before passing them to the shell (this avoids having to
624              second guess the shell quoting)
625              * perl's -Dp switch can be used to trace the innards
626      Branch: maint-5.6/perl
627            ! win32/win32.c
628 ____________________________________________________________________________
629 [ 12558] By: nick                                  on 2001/10/22  08:58:42
630         Log: Integrate ithreads buffer flush fix from perlio
631      Branch: perl
632           !> ext/threads/t/basic.t perl.c
633 ____________________________________________________________________________
634 [ 12557] By: nick                                  on 2001/10/22  08:35:09
635         Log: All tests pass (legitimately) on ithreads
636      Branch: perlio
637            ! ext/threads/t/basic.t perl.c
638 ____________________________________________________________________________
639 [ 12556] By: nick                                  on 2001/10/22  06:51:22
640         Log: Integrate non-ithreads fix to mainline
641      Branch: perl
642           !> perlio.c
643 ____________________________________________________________________________
644 [ 12555] By: nick                                  on 2001/10/22  06:48:33
645         Log: Restore non-ithreads build. Interestingly binmode test passes
646              non-ithreads - so crlf layer is not damaged and ithreads fail
647              is a symptom ...
648      Branch: perlio
649            ! perlio.c
650 ____________________________________________________________________________
651 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
652         Log: Integrate from perlio; restructuring.
653      Branch: perl
654           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
655           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
656           !> win32/perlhost.h
657 ____________________________________________________________________________
658 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
659         Log: Integrate from maintperl
660              (Changes 12350, 12496, 12548, 12549, 12550)
661      Branch: maint-5.6/macperl
662           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
663           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
664 ____________________________________________________________________________
665 [ 12552] By: nick                                  on 2001/10/21  19:18:12
666         Log: Win32 PerlIO_cleanup special cases should no longer be required.
667      Branch: perlio
668            ! perl.c
669 ____________________________________________________________________________
670 [ 12551] By: nick                                  on 2001/10/21  19:16:56
671         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
672      Branch: perlio
673            ! win32/makefile.mk
674 ____________________________________________________________________________
675 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
676         Log: change#12549 wasn't aware of strictures
677      Branch: maint-5.6/perl
678            ! t/pragma/strict-vars toke.c
679 ____________________________________________________________________________
680 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
681         Log: readline() doesn't work with our variables; it confuses them with
682              my variables (change#4227 was incomplete)
683      Branch: maint-5.6/perl
684            ! t/base/rs.t toke.c
685 ____________________________________________________________________________
686 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
687         Log: change#12220 appears to have pulled in a mainline change that
688              isn't applicable to maint-5.6 (some platforms don't taint
689              cwd)
690      Branch: maint-5.6/perl
691            ! t/lib/filefind-taint.t
692 ____________________________________________________________________________
693 [ 12547] By: nick                                  on 2001/10/21  17:15:54
694         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
695              for them. Call explicit cleanup during destruct process.
696              - one binmode test is failing
697              - also ext/threads/t/basic.t fails under make test, and is noisy under
698              harness. (Threads results are intermingled and don't match order expected.)
699      Branch: perlio
700            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
701            ! perlio.h perliol.h pod/perlapi.pod sv.c
702 ____________________________________________________________________________
703 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
704         Log: Implement multicharacter case mappings where a single
705              Unicode character can be mapped into several.
706      Branch: perl
707            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
708            - lib/unicore/To/SpecUpper.pl
709            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
710            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
711            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
712            ! proto.h t/op/lc.t utf8.c
713 ____________________________________________________________________________
714 [ 12545] By: sky                                   on 2001/10/21  15:25:16
715         Log: First support of threads::shared, support shared svs and references.
716      Branch: perl
717            + ext/threads/shared/Makefile.PL ext/threads/shared/README
718            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
719            + ext/threads/shared/t/sv_refs.t
720            + ext/threads/shared/t/sv_simple.t
721            ! MANIFEST sharedsv.c
722 ____________________________________________________________________________
723 [ 12544] By: nick                                  on 2001/10/21  14:52:35
724         Log: PerlIO layer table as PL_perlio (per-interpreter)
725      Branch: perlio
726            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
727            ! pod/perlapi.pod sv.c
728 ____________________________________________________________________________
729 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
730         Log: Prettyprinting.
731      Branch: perl
732            ! pod/perlunicode.pod
733 ____________________________________________________________________________
734 [ 12542] By: ams                                   on 2001/10/21  03:50:25
735         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
736              From: "Sean M. Burke" <sburke@cpan.org>
737              Date: Sat, 20 Oct 2001 17:51:09 -0600
738              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
739      Branch: perl
740            + pod/perlpodspec.pod
741            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
742            ! pod/perltoc.pod
743 ____________________________________________________________________________
744 [ 12541] By: nick                                  on 2001/10/20  22:23:53
745         Log: Fix typos in new locking on MemShared
746              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
747              - seems to make segfaults more deterministic - suspect they are 
748              attempt to free() after Interp and Host have gone.
749      Branch: perlio
750            ! perlio.c win32/perlhost.h
751 ____________________________________________________________________________
752 [ 12540] By: nick                                  on 2001/10/20  21:50:46
753         Log: Remove the MemShared re-#define (again)
754      Branch: perlio
755            ! perlio.c
756 ____________________________________________________________________________
757 [ 12539] By: nick                                  on 2001/10/20  21:49:06
758         Log: Use locks on MemShared
759      Branch: perlio
760            ! win32/perlhost.h
761 ____________________________________________________________________________
762 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
763         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
764              From: "chromatic" <chromatic@rmci.net>
765              Date: Sat, 20 Oct 2001 11:13:47 -0600
766              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
767      Branch: perl
768            ! installhtml
769 ____________________________________________________________________________
770 [ 12537] By: nick                                  on 2001/10/20  16:44:03
771         Log: Integrate mainline
772      Branch: perlio
773           !> (integrate 48 files)
774 ____________________________________________________________________________
775 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
776         Log: Update Changes.
777      Branch: perl
778            ! Changes patchlevel.h
779 ____________________________________________________________________________
780 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
781         Log: Upgrade to podlators 1.11, from Russ Allbery.
782      Branch: perl
783            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
784            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
785            ! pod/pod2man.PL pod/pod2text.PL
786 ____________________________________________________________________________
787 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
788         Log: Integrate perlio change #12532:
789              introduce and use PerlIO_intmod2str().
790      Branch: perl
791           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
792 ____________________________________________________________________________
793 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
794         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
795      Branch: perl
796            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
797 ____________________________________________________________________________
798 [ 12532] By: nick                                  on 2001/10/20  14:25:37
799         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
800              Use for non-PERLIO fdupopen().
801      Branch: perlio
802            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
803 ____________________________________________________________________________
804 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
805         Log: Integrate perlio: PerlIO win32 fixes.
806      Branch: perl
807           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
808           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
809           !> proto.h sv.h win32/win32io.c
810 ____________________________________________________________________________
811 [ 12530] By: nick                                  on 2001/10/20  12:53:30
812         Log: Fixed in two places - p4 resolve
813      Branch: perlio
814            ! perlsdio.h
815 ____________________________________________________________________________
816 [ 12529] By: nick                                  on 2001/10/20  12:51:05
817         Log: Fix for ithreads/stdio build
818      Branch: perlio
819            ! perlio.c perlsdio.h
820 ____________________________________________________________________________
821 [ 12528] By: ams                                   on 2001/10/20  12:13:25
822         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
823              From: Michael G Schwern <schwern@pobox.com>
824              Date: Sat, 20 Oct 2001 01:41:21 -0400
825              Message-Id: <20011020014121.I3681@blackrider>
826      Branch: perl
827            ! installman
828 ____________________________________________________________________________
829 [ 12527] By: ams                                   on 2001/10/20  12:09:41
830         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
831              From: Michael G Schwern <schwern@pobox.com>
832              Date: Sat, 20 Oct 2001 02:04:21 -0400
833              Message-Id: <20011020020421.A11732@blackrider>
834      Branch: perl
835            ! lib/Pod/Checker.pm
836 ____________________________________________________________________________
837 [ 12526] By: ams                                   on 2001/10/20  11:59:41
838         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
839              From: "chromatic" <chromatic@rmci.net>
840              Date: Fri, 19 Oct 2001 22:46:39 -0600
841              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
842      Branch: perl
843            ! lib/Net/Config.pm
844 ____________________________________________________________________________
845 [ 12525] By: nick                                  on 2001/10/20  11:16:18
846         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
847              Perl_sv_setsv_flags directly.
848      Branch: perlio
849            ! ext/threads/threads.xs
850 ____________________________________________________________________________
851 [ 12524] By: nick                                  on 2001/10/20  10:28:17
852         Log: Add a new flag character 'm' to embed.pl set to represent
853              "functions" which are really macros. Use it foe the troublesome
854              sv_setsv() etc. macros in sv.h - changing latter to define
855              sv_setsv rather than sv_setsv_macro etc.
856      Branch: perlio
857            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
858            ! pod/perlapi.pod proto.h sv.h
859 ____________________________________________________________________________
860 [ 12523] By: nick                                  on 2001/10/20  09:17:17
861         Log: Add comments explaining why win32.h/embed.h are included where they are
862              in perl.h 
863      Branch: perlio
864            ! perl.h
865 ____________________________________________________________________________
866 [ 12522] By: nick                                  on 2001/10/20  08:27:44
867         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
868              being used yet.
869      Branch: perlio
870            ! win32/win32io.c
871 ____________________________________________________________________________
872 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
873         Log: Wording tweaks.
874      Branch: perl
875            ! t/TEST
876 ____________________________________________________________________________
877 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
878         Log: Subject: IO module with nonblocking socket connect patch 
879              From: Raul Dias <raul@dias.com.br>
880              Date: Fri, 19 Oct 2001 22:45:32 -0300
881              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
882      Branch: perl
883            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
884 ____________________________________________________________________________
885 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
886         Log: Test vertical whitespace combined with /x in \p{}.
887      Branch: perl
888            ! t/op/pat.t
889 ____________________________________________________________________________
890 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
891         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
892              From: Gisle Aas <gisle@ActiveState.com> 
893              Date: 19 Oct 2001 16:46:02 -0700
894              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
895      Branch: perl
896            ! lib/ExtUtils/MakeMaker.pm
897 ____________________________________________________________________________
898 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
899         Log: No more this symbol.
900      Branch: perl
901            ! makedef.pl
902 ____________________________________________________________________________
903 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
904         Log: Integrate change #12511; fix gross win32 build issues.
905      Branch: perl
906           !> makedef.pl sv.c
907 ____________________________________________________________________________
908 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
909         Log: Unpack in scalar context should return the first value
910              returned in list context, as pointed out by Ton Hospel
911              in 2001-05-21 (this is how it works already in blead,
912              just adding the test).
913      Branch: perl
914            ! t/op/pack.t
915 ____________________________________________________________________________
916 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
917         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
918              From: "Craig A. Berry" <craigberry@mac.com>
919              Date: Fri, 19 Oct 2001 16:59:30 -0500
920              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
921      Branch: perl
922            ! utils/perldoc.PL
923 ____________________________________________________________________________
924 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
925         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
926              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
927              Date: Fri, 19 Oct 2001 17:45:23 EDT
928              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
929      Branch: perl
930            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
931            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
932            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
933            ! vms/vmsish.h
934 ____________________________________________________________________________
935 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
936         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
937              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
938              Date: Fri, 19 Oct 2001 17:26:35 EDT
939              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
940      Branch: perl
941            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
942 ____________________________________________________________________________
943 [ 12511] By: nick                                  on 2001/10/19  19:55:36
944         Log: Fix gross win32 build issues
945      Branch: perlio
946            ! makedef.pl sv.c
947 ____________________________________________________________________________
948 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
949         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
950              From: David Dyck <dcd@tc.fluke.com>
951              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
952              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
953      Branch: perl
954            ! lib/File/Find.pm
955 ____________________________________________________________________________
956 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
957         Log: Subject: Re: PerlIO and Encode
958              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
959              Date: Tue, 16 Oct 2001 01:50:16 +0900
960              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
961      Branch: perl
962            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
963            ! ext/Encode/Encode/Tcl.t
964 ____________________________________________________________________________
965 [ 12508] By: ams                                   on 2001/10/19  17:59:16
966         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
967              (See #12499)
968      Branch: perl
969            ! pod/perlintro.pod
970 ____________________________________________________________________________
971 [ 12507] By: nick                                  on 2001/10/19  16:30:43
972         Log: Integrate mainline
973      Branch: perlio
974           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
975           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
976           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
977           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
978           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
979           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
980           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
981           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
982           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
983           +> win32/config_H.win64
984            - lib/Test/Utils.pm lib/unicore/mktables.PL
985            - t/lib/Test/Simple/Catch/More.pm
986           !> (integrate 84 files)
987 ____________________________________________________________________________
988 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
989         Log: Retract the #10451 which seems to be the cause
990              of the major leakage from while(){eval"sub{}"}
991      Branch: perl
992            ! op.c t/run/kill_perl.t
993 ____________________________________________________________________________
994 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
995         Log: Regen toc.
996      Branch: perl
997            ! pod/perltoc.pod
998 ____________________________________________________________________________
999 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
1000         Log: Tiny tweaks.
1001      Branch: perl
1002            ! pod/perl.pod
1003 ____________________________________________________________________________
1004 [ 12503] By: ams                                   on 2001/10/19  13:34:24
1005         Log: Subject: Re: perlintro.pod
1006              From: Abe Timmerman <abe@ztreet.demon.nl>
1007              Date: Fri, 19 Oct 2001 14:12:40 +0200
1008              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
1009      Branch: perl
1010            ! pod/perlintro.pod
1011 ____________________________________________________________________________
1012 [ 12502] By: ams                                   on 2001/10/19  13:24:12
1013         Log: Slight reorganisation of references.
1014      Branch: perl
1015            ! pod/perl.pod
1016 ____________________________________________________________________________
1017 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
1018         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
1019              From: Kay Röpke <kroepke@dolphin-services.de>
1020              Date: Fri, 19 Oct 2001 14:04:01 +0200 
1021              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
1022      Branch: perl
1023            ! lib/ExtUtils/MakeMaker.pm
1024 ____________________________________________________________________________
1025 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
1026         Log: Unicode categories continue:
1027              implement Category=, Script=, Block=
1028              (these are based on an upcoming update of TR#18)
1029              Fix a bug where we got two In categories named "old italic",
1030              and another where shortcut for the Is categories wasn't taken.
1031      Branch: perl
1032            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
1033            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
1034            ! pod/perlunicode.pod t/op/pat.t
1035 ____________________________________________________________________________
1036 [ 12499] By: ams                                   on 2001/10/19  01:42:29
1037         Log: Subject: a small patch to perlintro.pod.
1038              From: Autrijus Tang <autrijus@autrijus.org>
1039              Date: Fri, 19 Oct 2001 01:45:51 +0800
1040              Message-Id: <20011019014551.A35625@not.autrijus.org>
1041              (Applied by hand with nits.)
1042      Branch: perl
1043            ! pod/perlintro.pod
1044 ____________________________________________________________________________
1045 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
1046         Log: Subject: [PATCH] OpenBSD hints for ithreads
1047              From: Andy Dougherty <doughera@lafayette.edu>
1048              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
1049              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
1050      Branch: perl
1051            ! hints/openbsd.sh
1052 ____________________________________________________________________________
1053 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
1054         Log: Retract #12446; the problem solved by #12474.
1055      Branch: perl
1056            ! hints/aix.sh
1057 ____________________________________________________________________________
1058 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
1059         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
1060              message and suppress line number info (from Steve Hay
1061              <Steve.Hay@uk.radan.com>)
1062      Branch: maint-5.6/perl
1063            ! lib/Carp/Heavy.pm
1064 ____________________________________________________________________________
1065 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
1066         Log: More documented In categories.
1067      Branch: perl
1068            ! pod/perlunicode.pod
1069 ____________________________________________________________________________
1070 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
1071         Log: Update Changes.
1072      Branch: perl
1073            ! Changes patchlevel.h
1074 ____________________________________________________________________________
1075 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
1076         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
1077      Branch: perl
1078            ! MANIFEST
1079 ____________________________________________________________________________
1080 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
1081         Log: Wrong skip() arguments.
1082      Branch: perl
1083            ! ext/B/t/terse.t
1084 ____________________________________________________________________________
1085 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
1086         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
1087              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1088              Date: Wed, 17 Oct 2001 09:10:53 EDT 
1089              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
1090      Branch: perl
1091            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
1092            ! pod/perlapi.pod vms/vms.c
1093 ____________________________________________________________________________
1094 [ 12490] By: ams                                   on 2001/10/18  09:31:00
1095         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
1096              From: Mark-Jason Dominus <mjd@plover.com>
1097              Date: Thu, 18 Oct 2001 06:25:35 -0400
1098              Message-Id: <20011018102535.19264.qmail@plover.com>
1099      Branch: perl
1100            ! pod/perl.pod
1101 ____________________________________________________________________________
1102 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
1103         Log: Prettyprinting.
1104      Branch: perl
1105            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
1106 ____________________________________________________________________________
1107 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
1108         Log: Regen toc.
1109      Branch: perl
1110            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1111 ____________________________________________________________________________
1112 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
1113         Log: Add perlintro, from Skud.
1114      Branch: perl
1115            + pod/perlintro.pod
1116            ! MANIFEST
1117 ____________________________________________________________________________
1118 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
1119         Log: FAQ sync.
1120      Branch: perl
1121            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
1122            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
1123            ! pod/perlfaq8.pod pod/perlfaq9.pod
1124 ____________________________________________________________________________
1125 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
1126         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
1127              in speed (upto 20% speedup in certain operations) but meanwhile
1128              regexps and arithmetics got slower (5-10%) (according to
1129              perlbench average speedup is negligible, and within measuring
1130              flutter, 1%).  Therefore retracting all the changes
1131              aimed at getting -std1 to compile cleanly:  #12475, #12476,
1132              #12479, #12480, #12481, #12482, #12483, #12484.
1133      Branch: perl
1134            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
1135            ! pp_hot.c pp_sys.c toke.c
1136 ____________________________________________________________________________
1137 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
1138         Log: (retracted by #12485)
1139              Strict ANSI doesn't like the third argument of main()
1140              so enable ignoring it if using ultra picky compiler.
1141      Branch: perl
1142            ! miniperlmain.c
1143 ____________________________________________________________________________
1144 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
1145         Log: (retracted by #12485)
1146              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
1147      Branch: perl
1148            ! perl.h
1149 ____________________________________________________________________________
1150 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
1151         Log: (retracted by #12485)
1152              Add explanatory comment.
1153      Branch: perl
1154            ! mg.c
1155 ____________________________________________________________________________
1156 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
1157         Log: (retracted by #12485)
1158              More dollar$hiding.
1159      Branch: perl
1160            ! doio.c perl.h pp_sys.c
1161 ____________________________________________________________________________
1162 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
1163         Log: (retracted by #12485)
1164              KISS.
1165      Branch: perl
1166            ! mg.c
1167 ____________________________________________________________________________
1168 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
1169         Log: (retracted by #12485)
1170              Thou shalt not #ifdef inside macro invocations,
1171              noticed by Rafael Garcia-Suarez.
1172      Branch: perl
1173            ! mg.c
1174 ____________________________________________________________________________
1175 [ 12478] By: ams                                   on 2001/10/17  18:50:55
1176         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
1177              From: Anton Berezin <tobez@tobez.org>
1178              Date: Wed, 17 Oct 2001 18:25:48 +0200
1179              Message-Id: <20011017182548.A12082@heechee.tobez.org>
1180      Branch: perl
1181            ! pp_sys.c
1182 ____________________________________________________________________________
1183 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
1184         Log: (retracted by #12485)
1185              Unterminated #ifdef.
1186      Branch: perl
1187            ! mg.c
1188 ____________________________________________________________________________
1189 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
1190         Log: (retracted by #12485)
1191              Avoid dollar signs in identifiers (in non-VMS) to
1192              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
1193      Branch: perl
1194            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
1195            ! toke.c
1196 ____________________________________________________________________________
1197 [ 12474] By: ams                                   on 2001/10/17  15:14:50
1198         Log: Subject: Two AIX patches
1199              From: H.Merijn Brand <h.m.brand@hccnet.nl>
1200              Date: Wed, 17 Oct 2001 18:04:35 +0200
1201              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
1202      Branch: perl
1203            ! hints/aix.sh makedef.pl
1204 ____________________________________________________________________________
1205 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
1206         Log: Limiting the Time::HiRes::sleep and usleep to
1207              one second is not a good policy if drop-in
1208              replacement is still a goal.
1209      Branch: perl
1210            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
1211            ! ext/Time/HiRes/HiRes.xs
1212 ____________________________________________________________________________
1213 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
1214         Log: Subject: [PATCH] Test::Simple 0.32
1215              From: Michael G Schwern <schwern@pobox.com> 
1216              Date: Wed, 17 Oct 2001 03:42:41 -0400
1217              Message-ID: <20011017034241.A25038@blackrider>
1218      Branch: perl
1219            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
1220            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
1221            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
1222            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
1223            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
1224            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
1225            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
1226            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
1227            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
1228            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1229            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
1230            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
1231            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
1232            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
1233            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
1234            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
1235            ! t/lib/Test/Simple/Catch.pm
1236            ! t/lib/Test/Simple/sample_tests/five_fail.plx
1237 ____________________________________________________________________________
1238 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
1239         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
1240              From: Michael G Schwern <schwern@pobox.com> 
1241              Date: Wed, 17 Oct 2001 04:04:13 -0400
1242              Message-ID: <20011017040413.C25550@blackrider>
1243      Branch: perl
1244            ! t/TEST t/harness vms/test.com
1245 ____________________________________________________________________________
1246 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
1247         Log: Regen doc with perlmodstyle added.
1248      Branch: perl
1249            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1250 ____________________________________________________________________________
1251 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
1252         Log: Pod cleanup.
1253      Branch: perl
1254            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
1255 ____________________________________________________________________________
1256 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
1257         Log: Subject: perlmodstyle as a patch
1258              From: Kirrily Robert <skud@infotrope.net>
1259              Date: Tue, 16 Oct 2001 22:47:23 -0400
1260              Message-ID: <20011016224723.A20673@infotrope.net>
1261      Branch: perl
1262            + pod/perlmodstyle.pod
1263            ! MANIFEST
1264 ____________________________________________________________________________
1265 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
1266         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
1267              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
1268              Date: Thu, 6 Sep 2001 11:09:40 +0100
1269              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
1270              
1271              Mention also the develooper p5p archive.
1272      Branch: perl
1273            ! pod/perlhack.pod
1274 ____________________________________________________________________________
1275 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
1276         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
1277              From: Kay Röpke <kroepke@dolphin-services.de>
1278              Date: Tue, 16 Oct 2001 17:23:52 +0200
1279              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
1280      Branch: perl
1281            ! lib/ExtUtils/MakeMaker.pm
1282 ____________________________________________________________________________
1283 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
1284         Log: Add the special casing mappings (from SpecCase.txt)
1285              (except for the hyper special case mappings that have
1286              the condition list); the special casing mappings are
1287              unused for now.  Small tidying up on mktables.
1288      Branch: perl
1289            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
1290            + lib/unicore/To/SpecUpper.pl
1291            ! lib/unicore/mktables
1292 ____________________________________________________________________________
1293 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
1294         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
1295              From: "David H. Adler" <dha@panix.com>       
1296              Date: Tue, 16 Oct 2001 11:59:35 -0400
1297              Message-ID: <20011016115935.A13078@panix.com>
1298              
1299              Subject: [ PATCH ] perldata patch, revised
1300              From: "David H. Adler" <dha@panix.com>     
1301              Date: Tue, 16 Oct 2001 18:26:49 -0400
1302              Message-ID: <20011016182649.C23970@panix.com>
1303      Branch: perl
1304            ! pod/perldata.pod pod/perlop.pod
1305 ____________________________________________________________________________
1306 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
1307         Log: Integrate perlio: PerlIO_dup (for all but Win32).
1308      Branch: perl
1309           !> embed.h embed.pl ext/Encode/Encode.xs
1310           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
1311           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
1312           !> win32/win32io.c
1313 ____________________________________________________________________________
1314 [ 12462] By: nick                                  on 2001/10/16  19:11:30
1315         Log: PerlIOXxxx_dups for all but Win32
1316      Branch: perlio
1317            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
1318            ! ext/PerlIO/Via/Via.xs
1319 ____________________________________________________________________________
1320 [ 12461] By: nick                                  on 2001/10/16  18:28:48
1321         Log: Implement PerlIOStdio_dup (explains core dumps - dup
1322              was not setting up a FILE * to be fclosed()).
1323      Branch: perlio
1324            ! perlio.c
1325 ____________________________________________________________________________
1326 [ 12460] By: nick                                  on 2001/10/16  17:31:47
1327         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
1328              overflow.
1329      Branch: perlio
1330            ! perlio.c
1331 ____________________________________________________________________________
1332 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
1333         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
1334              From: "Craig A. Berry" <craigberry@mac.com>
1335              Date: Tue, 16 Oct 2001 13:08:38 -0500
1336              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
1337      Branch: perl
1338            ! configure.com
1339 ____________________________________________________________________________
1340 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
1341         Log: Can't expect too much accuracy from a sleep of one second.
1342              (I think this will also fail with high load.)
1343      Branch: perl
1344            ! ext/Time/HiRes/HiRes.t
1345 ____________________________________________________________________________
1346 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
1347         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
1348              From: "Werner, Randolf" <randolf.werner@sap.com>
1349              Date: Tue, 16 Oct 2001 18:33:02 +0200
1350              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
1351      Branch: perl
1352            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
1353            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
1354 ____________________________________________________________________________
1355 [ 12456] By: nick                                  on 2001/10/16  14:08:16
1356         Log: Builds under ithreads (but fails all threads tests)
1357      Branch: perlio
1358            ! hv.c perlio.c sv.c
1359 ____________________________________________________________________________
1360 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
1361         Log: I think the Perl_sortsv needs *not* be skipped?
1362      Branch: perl
1363            ! makedef.pl
1364 ____________________________________________________________________________
1365 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
1366         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
1367              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
1368              Date: Tue, 16 Oct 2001 15:32:44 +0200
1369              Message-ID: <3BCC531C.11494.3E433F@localhost>
1370      Branch: perl
1371            ! t/op/groups.t
1372 ____________________________________________________________________________
1373 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
1374         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
1375              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
1376              Date: Tue, 16 Oct 2001 15:01:04 +0200
1377              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
1378      Branch: perl
1379            ! t/io/fs.t
1380 ____________________________________________________________________________
1381 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
1382         Log: A forgotten deletion.
1383      Branch: perl
1384            - lib/unicore/mktables.PL
1385 ____________________________________________________________________________
1386 [ 12451] By: nick                                  on 2001/10/16  11:32:48
1387         Log: Skeleton of "PerlIO_dup" coded.
1388              Still-passes all tests non-threaded (well it would wouldn't it!)
1389      Branch: perlio
1390            ! embed.h embed.pl ext/Encode/Encode.xs
1391            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
1392            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
1393            ! win32/win32io.c
1394 ____________________________________________________________________________
1395 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
1396         Log: Document the problem with the swash_fetch() API that affects
1397              more complex case conversions.
1398      Branch: perl
1399            ! lib/utf8_heavy.pl utf8.c
1400 ____________________________________________________________________________
1401 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
1402         Log: Make Time::HiRes::sleep() and usleep() to return
1403              the number of seconds (a floating point value) and 
1404              microseconds (an integer) actually slept (well,
1405              modulo the time spent in measuring the time actually
1406              slept...), to be a better drop-in replacement for
1407              the builtin sleep().  Noticed by Chris Nandor.
1408              
1409              Also make usleep() to croak if fed illegal number
1410              of useconds (anything greater than 1_000_000).
1411      Branch: perl
1412            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
1413            ! ext/Time/HiRes/HiRes.xs
1414 ____________________________________________________________________________
1415 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
1416         Log: A missing SvREFCNT_dec.
1417      Branch: perl
1418            ! perl.c
1419 ____________________________________________________________________________
1420 [ 12447] By: nick                                  on 2001/10/15  20:27:53
1421         Log: Beginings of PerlIO_dup support (unstable)
1422      Branch: perlio
1423            ! perlio.c perliol.h
1424 ____________________________________________________________________________
1425 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
1426         Log: (retracted by #12497)
1427              In AIX vac 5 just can't seem to get regcomp right.
1428      Branch: perl
1429            ! hints/aix.sh
1430 ____________________________________________________________________________
1431 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
1432         Log: Bump the version number to agree with the maintperl one.
1433      Branch: perl
1434            ! lib/Tie/RefHash.pm
1435 ____________________________________________________________________________
1436 [ 12444] By: nick                                  on 2001/10/15  15:59:57
1437         Log: Integrate mainline
1438      Branch: perlio
1439           +> lib/Math/BigInt/t/Math/Subclass.pm
1440           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
1441           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
1442           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
1443           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
1444           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
1445           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
1446           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
1447           +> lib/unicore/mktables
1448            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
1449            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
1450            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
1451            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
1452            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
1453            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
1454            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
1455            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
1456            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
1457            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
1458            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
1459            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
1460            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
1461            - lib/unicore/syllables.txt
1462           !> (integrate 344 files)
1463 ____________________________________________________________________________
1464 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
1465         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
1466      Branch: perl
1467            ! ext/DB_File/DB_File.xs
1468 ____________________________________________________________________________
1469 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
1470         Log: Sync the skip() amounts with the number of tests.
1471      Branch: perl
1472            ! lib/Term/Complete.t
1473 ____________________________________________________________________________
1474 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
1475         Log: Update Changes.
1476      Branch: perl
1477            ! Changes patchlevel.h
1478 ____________________________________________________________________________
1479 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
1480         Log: MacOS Classic catdir() rewrite from Thomas Wegner
1481              (backward incompatibility, but a deliberate one,
1482              the old version simply is broken in its logic),
1483              also documentation updates, and as suggested replicated
1484              the File::Spec::Unix documentation updates also on the
1485              File::Spec documentation.
1486              
1487              TODO: there seems to be duplication of documentation
1488              between File::Spec and File::Spec::Unix.  I think
1489              the ::Unix should be left only with specific UNIXisms,
1490              and all the generic documentation should be in ::Spec.
1491      Branch: perl
1492            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
1493            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
1494            ! lib/File/Spec/Unix.pm
1495 ____________________________________________________________________________
1496 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
1497         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
1498              From: Blair Zajac <blair@orcaware.com>
1499              Date: Mon, 24 Sep 2001 11:48:58 -0700
1500              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
1501              
1502              (the skip() messages)
1503      Branch: perl
1504            ! t/op/magic.t
1505 ____________________________________________________________________________
1506 [ 12438] By: ams                                   on 2001/10/14  23:43:59
1507         Log: Subject: [PATCH] make PerlIO default on VMS
1508              From: "Craig A. Berry" <craigberry@mac.com>
1509              Date: Sun, 14 Oct 2001 15:27:18 -0500
1510              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
1511      Branch: perl
1512            ! configure.com
1513 ____________________________________________________________________________
1514 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
1515         Log: Retract #12436 (Abhijit already did this at #12426)
1516      Branch: perl
1517            ! lib/ExtUtils/MM_Unix.pm
1518 ____________________________________________________________________________
1519 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
1520         Log: (retracted by #12437)
1521              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
1522              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
1523              Date: Sat, 13 Oct 2001 20:33:55 +0200
1524              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
1525      Branch: perl
1526            ! lib/ExtUtils/MM_Unix.pm
1527 ____________________________________________________________________________
1528 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
1529         Log: Subject: h2xs grammar nit
1530              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1531              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
1532              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
1533      Branch: perl
1534            ! utils/h2xs.PL
1535 ____________________________________________________________________________
1536 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
1537         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
1538              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1539              Date: Sun, 14 Oct 2001 11:25:08 +0100
1540              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
1541      Branch: perl
1542            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
1543            ! warnings.pl
1544 ____________________________________________________________________________
1545 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
1546         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
1547              for File::Spec::Mac::catfile)
1548      Branch: perl
1549            ! lib/h2xs.t
1550 ____________________________________________________________________________
1551 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
1552         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
1553              From: Nicholas Clark <nick@ccl4.org>
1554              Date: Sat, 13 Oct 2001 00:07:31 +0100
1555              Message-ID: <20011013000731.D67535@plum.flirble.org>
1556      Branch: perl
1557            ! lib/h2xs.t utils/h2xs.PL
1558 ____________________________________________________________________________
1559 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
1560         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
1561              before DEFINE and INC), and repent by taking DEFINE and
1562              INC away from PASTHRU.
1563      Branch: perl
1564            ! lib/ExtUtils/MM_Unix.pm
1565 ____________________________________________________________________________
1566 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
1567         Log: More MANIFEST anomalies.
1568      Branch: perl
1569            ! MANIFEST
1570 ____________________________________________________________________________
1571 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
1572         Log: Not that many.
1573      Branch: perl
1574            ! MANIFEST
1575 ____________________________________________________________________________
1576 [ 12428] By: sky                                   on 2001/10/13  20:59:27
1577         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
1578              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1579              Date: Sat, 13 Oct 2001 23:15:55 +0200
1580              Message-ID: <20011013231555.A18071@rafael>
1581      Branch: perl
1582            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
1583            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
1584 ____________________________________________________________________________
1585 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
1586         Log: Rewrite mktables from scratch.
1587              - Cleaner.
1588              - Faster: 15-20 seconds as opposed to several minutes.
1589              - More dynamic: the names of the various categories
1590              such as the linebreak ones are dynamic, not static.
1591              - Is.pl: long names for the general category properties
1592              are now available.
1593              - Ranges (<... ,First>, <..., Last>) from the general
1594              categories work now.
1595              - No more mktables.PL because the mktables.PL is not
1596              and never has been run to create a mktables.
1597              - syllables.txt and Is/Syl*.pl removed: non-standard
1598              (not part of the Unicode), and the whole concept is
1599              being reworked (http://syllabary.sourceforge.net/),
1600              the old way wouldn't even work with the new Syllables.txt
1601              (it would result in 1000+ new categories)
1602      Branch: perl
1603            + lib/unicore/In/163.pl lib/unicore/In/164.pl
1604            + lib/unicore/In/165.pl lib/unicore/In/166.pl
1605            + lib/unicore/In/167.pl lib/unicore/In/168.pl
1606            + lib/unicore/In/169.pl lib/unicore/In/170.pl
1607            + lib/unicore/In/171.pl lib/unicore/Is.pl
1608            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
1609            + lib/unicore/mktables
1610            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
1611            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
1612            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
1613            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
1614            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
1615            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
1616            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
1617            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
1618            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
1619            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
1620            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
1621            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
1622            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
1623            - lib/unicore/syllables.txt
1624            ! (edit 304 files)
1625 ____________________________________________________________________________
1626 [ 12426] By: ams                                   on 2001/10/13  18:05:36
1627         Log: ExtUtils::MM_Unix should ignore comments when searching for
1628              $VERSION.
1629      Branch: perl
1630            ! lib/ExtUtils/MM_Unix.pm
1631 ____________________________________________________________________________
1632 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
1633         Log: Subject: Re: New module XML::Clean
1634              From: andreas.koenig@anima.de (Andreas J. Koenig)
1635              Date: 13 Oct 2001 10:17:09 +0200
1636              Message-ID: <m37ku0t0my.fsf@anima.de>
1637      Branch: perl
1638            ! pod/perlnewmod.pod
1639 ____________________________________________________________________________
1640 [ 12424] By: sky                                   on 2001/10/13  09:39:59
1641         Log: Set thread stack size if needed.
1642      Branch: perl
1643            ! ext/threads/threads.xs
1644 ____________________________________________________________________________
1645 [ 12423] By: sky                                   on 2001/10/13  09:36:49
1646         Log: We do want to set the attribute to joinable even on modern posix
1647              platforms.
1648      Branch: perl
1649            ! ext/threads/threads.xs
1650 ____________________________________________________________________________
1651 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
1652         Log: Subject: [PATCH ext/Data/Dumper.xs]
1653              From: Brian Ingerson <ingy@ttul.org>
1654              Date: Fri, 12 Oct 2001 19:32:35 -0700
1655              Message-ID: <20011012193235.B889@ttul.org>
1656      Branch: perl
1657            ! ext/Data/Dumper/Dumper.xs
1658 ____________________________________________________________________________
1659 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
1660         Log: Update Changes.
1661      Branch: perl
1662            ! Changes patchlevel.h
1663 ____________________________________________________________________________
1664 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
1665         Log: FAQ sync.
1666      Branch: perl
1667            ! pod/perlfaq3.pod pod/perlfaq4.pod
1668 ____________________________________________________________________________
1669 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
1670         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
1671              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
1672              Date: Fri, 12 Oct 2001 11:51:05 -0700
1673              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
1674      Branch: perl
1675            ! lib/File/Copy.pm
1676 ____________________________________________________________________________
1677 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
1678         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
1679              From: "chromatic" <chromatic@rmci.net>     
1680              Date: Thu, 11 Oct 2001 10:57:55 -0600
1681              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
1682              
1683              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
1684              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1685              Date: Thu, 11 Oct 2001 22:34:21 +0200
1686              Message-ID: <20011011223421.A693@rafael>     
1687              
1688              plus undef $Term::Complete::stty as suggested by Rafael.
1689      Branch: perl
1690            ! lib/Term/Complete.pm lib/Term/Complete.t
1691 ____________________________________________________________________________
1692 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
1693         Log: UUnndduupplleexx..
1694      Branch: perl
1695            ! perl.h
1696 ____________________________________________________________________________
1697 [ 12416] By: sky                                   on 2001/10/12  20:16:19
1698         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
1699              From: Andy Dougherty <doughera@lafayette.edu>
1700              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
1701              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
1702              (Potentially only band-aid)
1703      Branch: perl
1704            ! sv.c
1705 ____________________________________________________________________________
1706 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
1707         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
1708              mishandles kill(), and therefore the sigaction test
1709              should be skipped, from Charles Lane.
1710      Branch: perl
1711            ! ext/POSIX/t/sigaction.t
1712 ____________________________________________________________________________
1713 [ 12414] By: sky                                   on 2001/10/12  18:47:49
1714         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
1715      Branch: perl
1716            ! op.h
1717 ____________________________________________________________________________
1718 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
1719         Log: Upgrade to Math::BigInt 1.44 from Tels and
1720              further fixes from John Peacock.
1721      Branch: perl
1722            + lib/Math/BigInt/t/Math/Subclass.pm
1723            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
1724            + lib/Math/BigInt/t/subclass.t
1725            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1726            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
1727            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
1728            ! lib/Math/BigInt/t/mbimbf.t
1729 ____________________________________________________________________________
1730 [ 12412] By: sky                                   on 2001/10/12  18:28:23
1731         Log: perhaps pthread_attr_t really needs to be set for the old api
1732      Branch: perl
1733            ! ext/threads/threads.xs
1734 ____________________________________________________________________________
1735 [ 12411] By: sky                                   on 2001/10/12  18:11:45
1736         Log: pthread_keycreate not pthread_key_create under the here be dragons API
1737      Branch: perl
1738            ! ext/threads/threads.h
1739 ____________________________________________________________________________
1740 [ 12410] By: sky                                   on 2001/10/12  18:07:37
1741         Log: Apperently OLD PTHREADS API is a bit retarded.
1742              This should fix another set of compile failures in HP-UX 10.20.
1743      Branch: perl
1744            ! ext/threads/threads.h ext/threads/threads.xs
1745 ____________________________________________________________________________
1746 [ 12409] By: nick                                  on 2001/10/12  15:30:01
1747         Log: Blind integrate of mainline
1748      Branch: perlio
1749           +> (branch 32 files)
1750            - lib/unicode/README
1751           !> (integrate 121 files)
1752 ____________________________________________________________________________
1753 [ 12408] By: sky                                   on 2001/10/12  14:55:08
1754         Log: Let us avoid being smart for now.
1755      Branch: perl
1756            ! ext/threads/threads.h
1757 ____________________________________________________________________________
1758 [ 12407] By: sky                                   on 2001/10/12  14:38:12
1759         Log: (void*) the argument to make sure we work with picky compilers
1760      Branch: perl
1761            ! ext/threads/threads.xs
1762 ____________________________________________________________________________
1763 [ 12406] By: ams                                   on 2001/10/12  13:26:04
1764         Log: (replaced with #12600)
1765              
1766              Subject: [PATCH 5.6.1 perldoc] use File::Temp
1767              From: Mikhail Zabaluev <mhz@alt-linux.org>
1768              Date: Fri, 12 Oct 2001 12:47:47 +0400
1769              Message-Id: <20011012124747.E13918@localhost.localdomain>
1770      Branch: perl
1771            ! utils/perldoc.PL
1772 ____________________________________________________________________________
1773 [ 12405] By: ams                                   on 2001/10/12  13:05:32
1774         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
1775              From: andreas.koenig@anima.de (Andreas J. Koenig)
1776              Date: 12 Oct 2001 11:12:07 +0200
1777              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
1778      Branch: perl
1779            ! lib/Memoize/t/speed.t
1780 ____________________________________________________________________________
1781 [ 12404] By: sky                                   on 2001/10/12  12:46:15
1782         Log: A) Support OLD_PTHREADS_API
1783              B) Change from using pthread_t to using a TLS to store the
1784              index of the thread in an hash, this is to avoid problems when
1785              in fact pthread_t was not a seralizable type.
1786              Both these changes are because of HP-UX 10.20
1787              This has not been tested on win32 but should work there.
1788              Need to add support for NetWare.
1789      Branch: perl
1790            ! ext/threads/threads.h ext/threads/threads.xs
1791 ____________________________________________________________________________
1792 [ 12403] By: ams                                   on 2001/10/12  07:34:19
1793         Log: Subject: Re: New module XML::Clean
1794              From: andreas.koenig@anima.de (Andreas J. Koenig)
1795              Date: 12 Oct 2001 10:20:35 +0200
1796              Message-Id: <m3elo9uv58.fsf@anima.de>
1797      Branch: perl
1798            ! pod/perlnewmod.pod
1799 ____________________________________________________________________________
1800 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
1801         Log: More HP model tweaks from Merijn.
1802      Branch: perl
1803            ! README.hpux
1804 ____________________________________________________________________________
1805 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
1806         Log: Update Changes.
1807      Branch: perl
1808            ! Changes patchlevel.h
1809 ____________________________________________________________________________
1810 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
1811         Log: HP-UX update from H.Merijn Brand.
1812      Branch: perl
1813            ! README.hpux
1814 ____________________________________________________________________________
1815 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
1816         Log: Subject: [PATCH] fix link rot in README.vms
1817              From: "Craig A. Berry" <craigberry@mac.com>
1818              Date: Wed, 10 Oct 2001 17:17:00 -0500
1819              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
1820      Branch: perl
1821            ! README.vms
1822 ____________________________________________________________________________
1823 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
1824         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
1825              From: "chromatic" <chromatic@rmci.net>
1826              Date: Wed, 10 Oct 2001 15:50:30 -0600
1827              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
1828      Branch: perl
1829            ! lib/Term/Complete.t
1830 ____________________________________________________________________________
1831 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
1832         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
1833              From: "chromatic" <chromatic@rmci.net>
1834              Date: Wed, 10 Oct 2001 15:45:42 -0600
1835              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
1836      Branch: perl
1837            + lib/ExtUtils/Packlist.t
1838            ! MANIFEST
1839 ____________________________________________________________________________
1840 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
1841         Log: VMS needs quotes around the -I option to keep it from
1842              being downcased, from Charles Lane.
1843      Branch: perl
1844            ! t/run/kill_perl.t
1845 ____________________________________________________________________________
1846 [ 12395] By: ams                                   on 2001/10/10  16:22:32
1847         Log: Subject: [PATCH lib/FindBin.pm]
1848              From: Stas Bekman <stas@stason.org>
1849              Date: Tue, 09 Oct 2001 23:57:10 +0800
1850              Message-Id: <3BC31E56.60805@stason.org>
1851      Branch: perl
1852            ! lib/FindBin.pm
1853 ____________________________________________________________________________
1854 [ 12394] By: ams                                   on 2001/10/10  16:09:53
1855         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
1856              From: Abhijit Menon-Sen <ams@wiw.org>
1857              Date: Wed, 10 Oct 2001 21:59:33 +0530
1858              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
1859      Branch: perl
1860            ! ext/Data/Dumper/Dumper.xs
1861 ____________________________________________________________________________
1862 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
1863         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
1864              from Charles Lane.
1865      Branch: perl
1866            ! lib/File/Spec/VMS.pm
1867 ____________________________________________________________________________
1868 [ 12392] By: ams                                   on 2001/10/10  14:49:43
1869         Log: Subject: [PATCH] two s/// bugfixes
1870              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1871              Date: Wed, 10 Oct 2001 17:23:44 +0200
1872              Message-Id: <20011010172344.C22440@rafael>
1873      Branch: perl
1874            ! pp_ctl.c regexec.c t/op/subst.t
1875 ____________________________________________________________________________
1876 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
1877         Log: Fix/improve handling of the [000000] special "root"
1878              directory, by putting cwd in canonical form when doing
1879              abs2rel, and prepending a 000000 to directory "chunks"
1880              if missing from base or path.  Also adjust test to
1881              reflect the (improved) output from abs2rel.
1882              From Charles Lane.
1883      Branch: perl
1884            ! lib/File/Spec.t lib/File/Spec/VMS.pm
1885 ____________________________________________________________________________
1886 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
1887         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
1888              all of the extra VMSish attributes (such as "treat this logical
1889              as a device name") that are necessary to make programs run.
1890              A tainted %ENV does not hinder VMS.  From Charles Lane.
1891      Branch: perl
1892            ! lib/File/Find/t/taint.t
1893 ____________________________________________________________________________
1894 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
1895         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
1896              
1897              o  VMS is case-insensitive, RTL downcases filenames read
1898              by perl... so need to re-upcase filenames like MANIFEST
1899              and MANIFEST.SKIP
1900              
1901              o  Need to convert VMS-style to Unix-style filenames when comparing
1902              names in MANIFEST to names in filesystem.
1903              
1904              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
1905              since VMS won't let you (easily) delete non-empty directories.
1906              
1907              From Charles Lane.
1908      Branch: perl
1909            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
1910 ____________________________________________________________________________
1911 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
1912         Log: Unix and VMS agree on "*" as a "match any number of any chars"
1913              wildcards, but differ ("?"  vs.  "%") for their "match any single
1914              char" wildcard.  This patch changes "?"  chars to "%" before doing a
1915              VMS glob...at no loss of functionality, since "?"  isn't a valid
1916              filename char on VMS.  From Charles Lane.
1917      Branch: perl
1918            ! doio.c
1919 ____________________________________________________________________________
1920 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
1921         Log: (accidentally empty submit; new life as #12390)
1922      Branch: perl
1923            ! lib/File/Find/t/taint.t
1924 ____________________________________________________________________________
1925 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
1926         Log: Even more VMS tweakage from Charles Lane:
1927              
1928              Tweak #1:  splitdir only works on directory part of filespec,
1929              split off volume first
1930              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
1931              (it's a horrible kludge in the run-time library,
1932              improved in later versions). Check the
1933              $Config{'d_setenv'} flag before attempting to set it.
1934      Branch: perl
1935            ! t/op/chdir.t
1936 ____________________________________________________________________________
1937 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
1938         Log: VMS tweakage from Charles Lane.
1939              
1940              . command.com doubles an output line when prompting for extensions
1941              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
1942              . perl5db doesn't clean up after itself
1943      Branch: perl
1944            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
1945 ____________________________________________________________________________
1946 [ 12384] By: sky                                   on 2001/10/09  19:16:11
1947         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
1948              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1949              Date: Tue, 9 Oct 2001 22:10:26 +0200
1950              Message-ID: <20011009221026.A8579@rafael>
1951      Branch: perl
1952            ! pod/perldata.pod
1953 ____________________________________________________________________________
1954 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
1955         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
1956              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1957              Date: 9 Oct 2001 15:15:06 -0000
1958              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
1959      Branch: perl
1960            ! t/op/subst.t
1961 ____________________________________________________________________________
1962 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
1963         Log: Update Changes.
1964      Branch: perl
1965            ! Changes patchlevel.h
1966 ____________________________________________________________________________
1967 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
1968         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
1969              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
1970              when a NULL is passed for the filename string pointer.
1971              From Charles Lane.
1972      Branch: perl
1973            ! vms/vms.c
1974 ____________________________________________________________________________
1975 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
1976         Log: Subject: HP systems update
1977              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1978              Date: Tue, 09 Oct 2001 15:59:22 +0200
1979              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
1980      Branch: perl
1981            ! README.hpux
1982 ____________________________________________________________________________
1983 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
1984         Log: CPAN::Nox does now have a test.
1985      Branch: perl
1986            ! t/lib/1_compile.t
1987 ____________________________________________________________________________
1988 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
1989         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
1990              From: David Dyck <dcd@tc.fluke.com>
1991              Date: Mon, 1 Oct 2001 12:17:36 -0700
1992              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
1993      Branch: perl
1994            ! installperl
1995 ____________________________________________________________________________
1996 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
1997         Log: NetWare update from Ananth Kesari.
1998      Branch: perl
1999            ! NetWare/nwperlsys.h makedef.pl
2000 ____________________________________________________________________________
2001 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
2002         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
2003              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2004              Date: Tue, 9 Oct 2001 08:40:57 EDT
2005              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
2006      Branch: perl
2007            ! lib/File/Find/t/find.t
2008 ____________________________________________________________________________
2009 [ 12374] By: ams                                   on 2001/10/09  05:31:45
2010         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
2011              ExtUtils::Mkbootstrap
2012              From: "chromatic" <chromatic@rmci.net>
2013              Date: Tue, 09 Oct 2001 00:08:37 -0600
2014              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
2015      Branch: perl
2016            + lib/ExtUtils/Mkbootstrap.t
2017            ! MANIFEST
2018 ____________________________________________________________________________
2019 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
2020         Log: Enable more debugging.
2021      Branch: perl
2022            ! lib/utf8_heavy.pl
2023 ____________________________________________________________________________
2024 [ 12372] By: ams                                   on 2001/10/09  02:11:59
2025         Log: #12370 forgot to modify is_gv_magical().
2026      Branch: perl
2027            ! gv.c
2028 ____________________________________________________________________________
2029 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
2030         Log: Make the toupper/lower/title API for Unicode not right
2031              but at least less wrong: prepare for the mapping being
2032              more than just one-character-to-one-character.
2033      Branch: perl
2034            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
2035            ! regexec.c utf8.c
2036 ____________________________________________________________________________
2037 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
2038         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
2039              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2040              Date: Mon, 8 Oct 2001 22:18:23 -0400
2041              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
2042      Branch: perl
2043            ! pod/perlvar.pod t/op/taint.t
2044 ____________________________________________________________________________
2045 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
2046         Log: FAQ sync.
2047      Branch: perl
2048            ! pod/perlfaq3.pod pod/perlfaq4.pod
2049 ____________________________________________________________________________
2050 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
2051         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
2052              From: "chromatic" <chromatic@rmci.net>
2053              Date: Mon, 08 Oct 2001 14:05:32 -0600
2054              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
2055      Branch: perl
2056            ! lib/Term/Cap.t
2057 ____________________________________________________________________________
2058 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
2059         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
2060              From: Michael G Schwern <schwern@pobox.com>
2061              Date: Mon, 8 Oct 2001 17:00:14 -0400
2062              Message-ID: <20011008170014.L17083@blackrider>
2063      Branch: perl
2064            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
2065 ____________________________________________________________________________
2066 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
2067         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
2068              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2069              Date: Mon, 8 Oct 2001 16:01:33 EDT
2070              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
2071      Branch: perl
2072            ! ext/Time/HiRes/HiRes.xs
2073 ____________________________________________________________________________
2074 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
2075         Log: Subject: [PATCH] Autosplit patch for VMS
2076              From: "Craig A. Berry" <craigberry@mac.com>
2077              Date: Mon, 08 Oct 2001 15:40:43 -0500
2078              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
2079      Branch: perl
2080            ! lib/AutoSplit.pm lib/AutoSplit.t
2081 ____________________________________________________________________________
2082 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
2083         Log: Don't assume that everybody is running OS X 10.1 yet;
2084              from Kay Röpke.
2085      Branch: perl
2086            ! hints/darwin.sh
2087 ____________________________________________________________________________
2088 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
2089         Log: Update Changes.
2090      Branch: perl
2091            ! Changes patchlevel.h
2092 ____________________________________________________________________________
2093 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
2094         Log: Retract #12358 for now.
2095      Branch: perl
2096            ! lib/Term/Cap.t
2097 ____________________________________________________________________________
2098 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
2099         Log: Can't figure out what this is testing.
2100              (If it is trying to catch SIGKILL, it should stop
2101              trying because that is by definition impossible.)
2102      Branch: perl
2103            ! lib/sigtrap.t
2104 ____________________________________________________________________________
2105 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
2106         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
2107              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2108              Date: Sun, 30 Sep 2001 21:15:13 +0200
2109              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
2110      Branch: perl
2111            ! lib/ExtUtils/MM_Win32.pm
2112 ____________________________________________________________________________
2113 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
2114         Log: Clarify the ldlibpth part and condense the overall text.
2115      Branch: perl
2116            ! t/TEST
2117 ____________________________________________________________________________
2118 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
2119         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
2120              From: "chromatic" <chromatic@rmci.net>
2121              Date: Sun, 07 Oct 2001 16:59:26 -0600
2122              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
2123      Branch: perl
2124            ! lib/Term/Cap.t
2125 ____________________________________________________________________________
2126 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
2127         Log: Update the list because fo #12265.
2128      Branch: perl
2129            ! t/lib/1_compile.t
2130 ____________________________________________________________________________
2131 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
2132         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
2133              From: Nicholas Clark <nick@ccl4.org>
2134              Date: Sun, 7 Oct 2001 20:53:33 +0100
2135              Message-ID: <20011007205333.S38756@plum.flirble.org>   
2136      Branch: perl
2137            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
2138            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2139            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
2140            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
2141            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
2142            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
2143            ! lib/Switch/t/switch.t lib/Term/Complete.t
2144            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
2145            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
2146            ! t/op/my_stash.t
2147 ____________________________________________________________________________
2148 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
2149         Log: Integrate patch #12350 from maintperl; typo in
2150              IO::Seekable doc.
2151      Branch: perl
2152           !> ext/IO/lib/IO/Seekable.pm
2153 ____________________________________________________________________________
2154 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
2155         Log: Detypo.
2156      Branch: perl
2157            ! hints/darwin.sh
2158 ____________________________________________________________________________
2159 [ 12353] By: sky                                   on 2001/10/07  17:16:14
2160         Log: Change 12349 didn't really get it right.
2161      Branch: perl
2162            ! lib/Unicode/README
2163 ____________________________________________________________________________
2164 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
2165         Log: If running the harness the dynamic library search path
2166              may need setting.
2167      Branch: perl
2168            ! t/TEST
2169 ____________________________________________________________________________
2170 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
2171         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
2172              in ldflags.
2173      Branch: perl
2174            ! hints/darwin.sh
2175 ____________________________________________________________________________
2176 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
2177         Log: typo in IO::Seekable doc
2178      Branch: maint-5.6/perl
2179            ! ext/IO/lib/IO/Seekable.pm
2180 ____________________________________________________________________________
2181 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
2182         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
2183              doesn't work on Mac OS X 10.1 (when unpacking the tar the
2184              latter gets renamed as lib/unicode:1, assumedly for security
2185              reasons not to overwrite stuff)
2186      Branch: perl
2187            + lib/Unicode/README
2188            - lib/unicode/README
2189            ! MANIFEST
2190 ____________________________________________________________________________
2191 [ 12348] By: ams                                   on 2001/10/07  05:33:40
2192         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
2193              From: "chromatic" <chromatic@rmci.net>
2194              Date: Sat, 06 Oct 2001 21:42:03 -0600
2195              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
2196      Branch: perl
2197            + lib/CPAN/t/Nox.t
2198            ! MANIFEST
2199 ____________________________________________________________________________
2200 [ 12347] By: ams                                   on 2001/10/07  00:48:10
2201         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
2202              From: "chromatic" <chromatic@rmci.net>
2203              Date: Sat, 06 Oct 2001 18:52:10 -0600
2204              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
2205      Branch: perl
2206            + lib/sigtrap.t
2207            ! MANIFEST
2208 ____________________________________________________________________________
2209 [ 12346] By: ams                                   on 2001/10/06  23:14:01
2210         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
2211              h2xs write?)
2212              From: Nicholas Clark <nick@ccl4.org>
2213              Date: Sat, 6 Oct 2001 21:46:43 +0100
2214              Message-Id: <20011006214643.L38756@plum.flirble.org>
2215      Branch: perl
2216            ! utils/h2xs.PL
2217 ____________________________________________________________________________
2218 [ 12345] By: ams                                   on 2001/10/06  17:39:53
2219         Log: Subject: [PATCH] Memoize tests
2220              From: Nicholas Clark <nick@ccl4.org>
2221              Date: Sat, 6 Oct 2001 18:04:21 +0100
2222              Message-Id: <20011006180421.J38756@plum.flirble.org>
2223      Branch: perl
2224            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
2225            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
2226            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
2227            ! lib/Memoize/t/expire_module_n.t
2228            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
2229            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
2230            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
2231            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
2232            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
2233            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
2234 ____________________________________________________________________________
2235 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
2236         Log: Retract the latter part of #12343.
2237      Branch: perl
2238            ! ext/IO/lib/IO/Socket/INET.pm
2239 ____________________________________________________________________________
2240 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
2241         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
2242              From: David Dyck <dcd@tc.fluke.com>
2243              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
2244              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
2245              
2246              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
2247              From: David Dyck <dcd@tc.fluke.com>
2248              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
2249              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
2250      Branch: perl
2251            ! ext/IO/lib/IO/Socket/INET.pm
2252 ____________________________________________________________________________
2253 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
2254         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
2255              From: Robin Barker <rmb1@cise.npl.co.uk>
2256              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
2257              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
2258      Branch: perl
2259            ! t/TEST
2260 ____________________________________________________________________________
2261 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
2262         Log: Don't assume that %x is good for displaying UVs.
2263      Branch: perl
2264            ! dump.c
2265 ____________________________________________________________________________
2266 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
2267         Log: Update Changes.
2268      Branch: perl
2269            ! Changes patchlevel.h
2270 ____________________________________________________________________________
2271 [ 12339] By: ams                                   on 2001/10/05  10:22:34
2272         Log: Subject: [PATCH] perlfunc/select
2273              From: Nicholas Clark <nick@ccl4.org>
2274              Date: Fri, 5 Oct 2001 11:33:58 +0100
2275              Message-Id: <20011005113358.Z38756@plum.flirble.org>
2276      Branch: perl
2277            ! pod/perlfunc.pod
2278 ____________________________________________________________________________
2279 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
2280         Log: Retract #12313 and #12249.
2281      Branch: perl
2282            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
2283            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
2284            ! pod/perlebcdic.pod
2285 ____________________________________________________________________________
2286 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
2287         Log: Subject: [PATCH] perlvms.pod update
2288              From: "Craig A. Berry" <craigberry@mac.com>
2289              Date: Thu, 04 Oct 2001 12:55:52 -0500
2290              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
2291      Branch: perl
2292            ! vms/perlvms.pod
2293 ____________________________________________________________________________
2294 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
2295         Log: Subject: PATCH: Tie::SubstrHash
2296              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2297              Date: Thu, 04 Oct 2001 12:12:41 +0100
2298              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
2299      Branch: perl
2300            ! lib/Tie/SubstrHash.pm
2301 ____________________________________________________________________________
2302 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
2303         Log: Unicode properties saga continues.
2304      Branch: perl
2305            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
2306            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
2307 ____________________________________________________________________________
2308 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
2309         Log: Yet more Unicode properties.
2310      Branch: perl
2311            + lib/unicore/In/137.pl lib/unicore/In/138.pl
2312            + lib/unicore/In/139.pl lib/unicore/In/140.pl
2313            + lib/unicore/In/141.pl lib/unicore/In/142.pl
2314            + lib/unicore/In/143.pl lib/unicore/In/144.pl
2315            + lib/unicore/In/145.pl lib/unicore/In/146.pl
2316            + lib/unicore/In/147.pl lib/unicore/In/148.pl
2317            + lib/unicore/In/149.pl lib/unicore/In/150.pl
2318            + lib/unicore/In/151.pl lib/unicore/In/152.pl
2319            + lib/unicore/In/153.pl lib/unicore/In/154.pl
2320            + lib/unicore/In/155.pl lib/unicore/In/156.pl
2321            + lib/unicore/In/157.pl lib/unicore/In/158.pl
2322            + lib/unicore/In/159.pl lib/unicore/In/160.pl
2323            + lib/unicore/In/161.pl lib/unicore/In/162.pl
2324            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
2325            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
2326            ! pod/perlunicode.pod
2327 ____________________________________________________________________________
2328 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
2329         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
2330              From: "Craig A. Berry" <craigberry@mac.com>
2331              Date: Wed, 03 Oct 2001 17:45:25 -0500
2332              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
2333              
2334              (the lib/Term/Complete.t patched differently by #12332)
2335      Branch: perl
2336            ! lib/ExtUtils/Command.t
2337 ____________________________________________________________________________
2338 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
2339         Log: Restore only if something to restore.
2340      Branch: perl
2341            ! lib/Term/Complete.t
2342 ____________________________________________________________________________
2343 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
2344         Log: Update various resources for credits,
2345              minor icons fixes, and versions.
2346      Branch: maint-5.6/macperl
2347            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
2348            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
2349            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
2350 ____________________________________________________________________________
2351 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
2352         Log: Quiet the warnings about using undef value
2353      Branch: maint-5.6/macperl
2354            ! lib/File/Temp.pm
2355 ____________________________________________________________________________
2356 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
2357         Log: Fix up Ballon Help and Help menu docs (first pass);
2358              remove balloon rez file, and autogenerate with
2359              Balloon2Rez instead.
2360      Branch: maint-5.6/macperl
2361            + macos/macperl/macscripts/Balloon2Rez
2362            - macos/macperl/MPBalloons.r
2363            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
2364 ____________________________________________________________________________
2365 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
2366         Log: Allow overriding of defaults, for change #12327.
2367      Branch: maint-5.6/macperl
2368            ! perl.h
2369 ____________________________________________________________________________
2370 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
2371         Log: Override PerlProc_exit.
2372      Branch: maint-5.6/macperl
2373            ! macos/macish.h
2374 ____________________________________________________________________________
2375 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
2376         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
2377      Branch: maint-5.6/macperl
2378            + macos/bundled_lib/blib/lib/MD5.pm
2379            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
2380            + macos/lib/Mac/AETE/Dialect.pm
2381            + macos/lib/Mac/AETE/Format/Converter.pm
2382            + macos/lib/Mac/AETE/Format/Dictionary.pm
2383            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
2384            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
2385            + macos/lib/Mac/Toolbox.pod
2386            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
2387 ____________________________________________________________________________
2388 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
2389         Log: Sync up silly CVS headers ... I should commit CVS
2390              first to avoid this ...
2391      Branch: maint-5.6/macperl
2392            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
2393            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
2394            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
2395            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
2396 ____________________________________________________________________________
2397 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
2398         Log: Fix Matthias' address, and attributions.
2399      Branch: maint-5.6/macperl
2400            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
2401            ! pod/perlport.pod
2402 ____________________________________________________________________________
2403 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
2404         Log: Fix Matthias' address, and attributions.
2405      Branch: maint-5.6/macperl
2406            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
2407            ! macos/ext/Mac/Components/Components.pm
2408            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
2409            ! macos/ext/Mac/Dialogs/Dialogs.pm
2410            ! macos/ext/Mac/Events/Events.pm
2411            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
2412            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
2413            ! macos/ext/Mac/Gestalt/Gestalt.pm
2414            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
2415            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
2416            ! macos/ext/Mac/Menus/Menus.pm
2417            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
2418            ! macos/ext/Mac/Movies/Movies.pm
2419            ! macos/ext/Mac/Navigation/Navigation.pm
2420            ! macos/ext/Mac/Notification/Notification.pm
2421            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
2422            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
2423            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
2424            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
2425            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
2426            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
2427            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
2428            ! macos/ext/Mac/StandardFile/StandardFile.pm
2429            ! macos/ext/Mac/TextEdit/TextEdit.pm
2430            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
2431            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
2432            ! macos/lib/Mac/LowMem.pm
2433 ____________________________________________________________________________
2434 [ 12322] By: sky                                   on 2001/10/03  18:41:07
2435         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
2436              From: "Craig A. Berry" <craigberry@mac.com>
2437              Date: Wed, 03 Oct 2001 14:30:55 -0500
2438              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
2439      Branch: perl
2440            ! vms/vms.c
2441 ____________________________________________________________________________
2442 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
2443         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
2444              From: "Craig A. Berry" <craigberry@mac.com>
2445              Date: Wed, 03 Oct 2001 14:30:55 -0500
2446              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
2447      Branch: perl
2448            ! vms/vms.c
2449 ____________________________________________________________________________
2450 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
2451         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
2452              only IsL&) and Inherited (negative lookahead good);
2453              add tests for Common, Inherited, and L&.
2454      Branch: perl
2455            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
2456 ____________________________________________________________________________
2457 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
2458         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
2459              (The Unicode standard uses L& quite often.)
2460      Branch: perl
2461            ! lib/utf8_heavy.pl
2462 ____________________________________________________________________________
2463 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
2464         Log: Add the 'Common' Unicode property (code points not
2465              explicitly assigned to any other script).
2466      Branch: perl
2467            + lib/unicore/In/136.pl
2468            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
2469 ____________________________________________________________________________
2470 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
2471         Log: Skip the RV printing test under threads until fixed.
2472      Branch: perl
2473            ! ext/B/t/terse.t
2474 ____________________________________________________________________________
2475 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
2476         Log: Subject: 12309 / cygwin / win2k
2477              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2478              Date: Wed, 03 Oct 2001 15:25:15 +0200
2479              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
2480      Branch: perl
2481            ! makedef.pl
2482 ____________________________________________________________________________
2483 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
2484         Log: Metaconfig unit change for #12314.
2485      Branch: metaconfig
2486            ! U/modified/Head.U
2487 ____________________________________________________________________________
2488 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
2489         Log: Subject: Both cygwin and djgpp on one machine
2490              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2491              Date: Wed, 03 Oct 2001 15:02:59 +0200
2492              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
2493      Branch: perl
2494            ! Configure
2495 ____________________________________________________________________________
2496 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
2497         Log: (retracted by #12338)
2498              
2499              Subject: [PATCH] Code clean up for perlboot.pod
2500              From: Casey West <casey@geeknest.com>
2501              Date: Tue, 2 Oct 2001 19:24:43 -0400
2502              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
2503              
2504              Subject: [PATCH] Code clean up for perlbot.diff
2505              From: Casey West <casey@geeknest.com>
2506              Date: Tue, 2 Oct 2001 19:25:22 -0400
2507              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
2508              
2509              Subject: [PATCH] Code clean up for perlcall.pod
2510              From: Casey West <casey@geeknest.com>
2511              Date: Tue, 2 Oct 2001 19:25:57 -0400
2512              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
2513              
2514              Subject: [PATCH] Code clean up for perldata.pod
2515              From: Casey West <casey@geeknest.com>
2516              Date: Tue, 2 Oct 2001 19:26:29 -0400
2517              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
2518              
2519              Subject: [PATCH] Code clean up for perldbmfilter.pod
2520              From: Casey West <casey@geeknest.com>
2521              Date: Tue, 2 Oct 2001 19:26:59 -0400
2522              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
2523              
2524              Subject: [PATCH] Code clean up for perlebcdic.pod
2525              From: Casey West <casey@geeknest.com>
2526              Date: Tue, 2 Oct 2001 19:27:37 -0400
2527              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
2528      Branch: perl
2529            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
2530            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
2531 ____________________________________________________________________________
2532 [ 12312] By: ams                                   on 2001/10/02  23:43:55
2533         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
2534              From: Michael G Schwern <schwern@pobox.com>
2535              Date: Tue, 2 Oct 2001 17:00:49 -0400
2536              Message-Id: <20011002170049.A9955@blackrider>
2537      Branch: perl
2538            ! lib/ExtUtils/MakeMaker.pm
2539 ____________________________________________________________________________
2540 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
2541         Log: FAQ sync.
2542      Branch: perl
2543            ! pod/perlfaq3.pod
2544 ____________________________________________________________________________
2545 [ 12310] By: nick                                  on 2001/10/02  16:09:49
2546         Log: Integrate mainline
2547      Branch: perlio
2548           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
2549           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
2550           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
2551           !> patchlevel.h t/op/pat.t
2552 ____________________________________________________________________________
2553 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
2554         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
2555              not just one single space.
2556      Branch: perl
2557            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
2558 ____________________________________________________________________________
2559 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
2560         Log: AUTHORS updates.
2561      Branch: perl
2562            ! AUTHORS
2563 ____________________________________________________________________________
2564 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
2565         Log: Update Changes.
2566      Branch: perl
2567            ! Changes patchlevel.h
2568 ____________________________________________________________________________
2569 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
2570         Log: Work around old buggy glibcs for langinfo constants,
2571              from Nicholas Clark and David Dyck.
2572      Branch: perl
2573            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
2574 ____________________________________________________________________________
2575 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
2576         Log: Eradicate Time::Piece; add an example.
2577      Branch: perl
2578            ! ext/I18N/Langinfo/Langinfo.pm
2579 ____________________________________________________________________________
2580 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
2581         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
2582              From: Robert Spier <rspier@pobox.com>
2583              Date: Mon, 1 Oct 2001 23:20:16 -0700
2584              Message-ID: <15289.23712.422087.878224@rls.cx>
2585      Branch: perl
2586            ! lib/Pod/Html.pm
2587 ____________________________________________________________________________
2588 [ 12303] By: sky                                   on 2001/10/02  10:40:57
2589         Log: Fixes obscure bug that manifests itself by.
2590              local $!=0;undef*STDOUT;#segfaults
2591              Has been around for a while. Possible other magic IO vars are
2592              possibly affected aswell. Reported by Jos Boumans.
2593      Branch: perl
2594            ! mg.c
2595 ____________________________________________________________________________
2596 [ 12302] By: nick                                  on 2001/10/02  09:00:52
2597         Log: Integrate mainline
2598      Branch: perlio
2599           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
2600           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
2601           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
2602 ____________________________________________________________________________
2603 [ 12301] By: nick                                  on 2001/10/02  08:40:57
2604         Log: Integrate mainline + lib/open.t patch from Chromatic
2605      Branch: perlio
2606           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
2607            ! lib/open.t
2608           !> (integrate 29 files)
2609 ____________________________________________________________________________
2610 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
2611         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
2612              Until it has, better stop early if someone requests threads.
2613      Branch: perl
2614            ! hints/darwin.sh
2615 ____________________________________________________________________________
2616 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
2617         Log: Subject: [ID 20011001.011] redundant code in t/TEST
2618              From: David Dyck <dcd@tc.fluke.com>
2619              Date: Mon, 1 Oct 2001 12:56:24 -0700
2620              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
2621      Branch: perl
2622            ! t/TEST
2623 ____________________________________________________________________________
2624 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
2625         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
2626              From: "chromatic" <chromatic@rmci.net>
2627              Date: Mon, 01 Oct 2001 12:27:12 -0600
2628              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
2629      Branch: perl
2630            ! lib/Term/Cap.t
2631 ____________________________________________________________________________
2632 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
2633         Log: UNICOS testing patches from Nicholas Clark.
2634      Branch: perl
2635            ! t/op/arith.t t/op/pack.t
2636 ____________________________________________________________________________
2637 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
2638         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
2639              From: "chromatic" <chromatic@rmci.net>
2640              Date: Mon, 01 Oct 2001 10:21:51 -0600
2641              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
2642      Branch: perl
2643            ! lib/open.t
2644 ____________________________________________________________________________
2645 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
2646         Log: Make missing the RADIXCHAR a softer, gentler error.
2647      Branch: perl
2648            ! ext/I18N/Langinfo/Langinfo.t
2649 ____________________________________________________________________________
2650 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
2651         Log: Nuke also the LANG because of glibc.
2652      Branch: perl
2653            ! lib/open.t
2654 ____________________________________________________________________________
2655 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
2656         Log: Also the ^Is is optional.
2657      Branch: perl
2658            ! pod/perlunicode.pod t/op/pat.t
2659 ____________________________________________________________________________
2660 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
2661         Log: Be careful to pull chars from the varargs stack when
2662              formatting chars.
2663      Branch: perl
2664            ! regcomp.c
2665 ____________________________________________________________________________
2666 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
2667         Log: sortsv not in place anymore, noticed by John P. Linderman.
2668      Branch: perl
2669            ! pod/perlapi.pod pp_ctl.c
2670 ____________________________________________________________________________
2671 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
2672         Log: Make the diagnostic messages more neutral.
2673      Branch: perl
2674            ! ext/B/t/terse.t
2675 ____________________________________________________________________________
2676 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
2677         Log: Forgotten from #12288.
2678      Branch: perl
2679            ! ext/Data/Dumper/Dumper.pm
2680 ____________________________________________________________________________
2681 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
2682         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
2683              From: Brian Ingerson <ingy@ttul.org>
2684              Date: Sun, 30 Sep 2001 21:45:56 -0700
2685              Message-ID: <20010930214556.D26392@ttul.org>
2686              
2687              (remember also the #12289)
2688      Branch: perl
2689            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
2690 ____________________________________________________________________________
2691 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
2692         Log: More Unicode property tests for the abbreviated
2693              general properties.
2694      Branch: perl
2695            ! t/op/pat.t
2696 ____________________________________________________________________________
2697 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
2698         Log: Further tweaks to the Unicode properties.
2699      Branch: perl
2700            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
2701 ____________________________________________________________________________
2702 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
2703         Log: Retract #12284.
2704      Branch: perl
2705            ! lib/Term/Cap.t
2706 ____________________________________________________________________________
2707 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
2708         Log: (Retracted by #12285)
2709      Branch: perl
2710            ! lib/Term/Cap.t
2711 ____________________________________________________________________________
2712 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
2713         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
2714              From: "chromatic" <chromatic@rmci.net>  
2715              Date: Sun, 30 Sep 2001 16:10:02 -0600
2716              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
2717      Branch: perl
2718            + lib/Term/Cap.t
2719            ! MANIFEST
2720 ____________________________________________________________________________
2721 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
2722         Log: Use stty -g to restore the terminal state, do not even
2723              try to run the tests if stty -g is not available.
2724      Branch: perl
2725            ! lib/Term/Complete.t
2726 ____________________________________________________________________________
2727 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
2728         Log: Cleanup utf8_heavy; allow dropping the In prefix from
2729              Unicode script/block properties.
2730      Branch: perl
2731            ! lib/utf8_heavy.pl
2732 ____________________________________________________________________________
2733 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
2734         Log: Retract the #12259 for now.
2735      Branch: perl
2736            ! embed.h embed.pl sv.h
2737 ____________________________________________________________________________
2738 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
2739         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
2740      Branch: perl
2741            + lib/Text/TabsWrap/CHANGELOG
2742            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
2743 ____________________________________________________________________________
2744 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
2745         Log: #12272 wasn't right, it introduced an extra ().
2746      Branch: perl
2747            ! lib/utf8_heavy.pl
2748 ____________________________________________________________________________
2749 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
2750         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
2751              From: Jonathan Stowe <gellyfish@gellyfish.com>
2752              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
2753              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
2754      Branch: perl
2755            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
2756 ____________________________________________________________________________
2757 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
2758         Log: Subject: Patch to put qsortsv in the public API
2759              From: Brian Ingerson <ingy@ttul.org>
2760              Date: Sat, 29 Sep 2001 17:41:13 -0700
2761              Message-ID: <20010929174113.A30223@ttul.org>
2762      Branch: perl
2763            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
2764 ____________________________________________________________________________
2765 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
2766         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
2767              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2768              Date: Sat, 29 Sep 2001 23:54:48 +0200
2769              Message-ID: <20010929235448.A5017@rafael>
2770      Branch: perl
2771            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
2772 ____________________________________________________________________________
2773 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
2774         Log: FAQ sync.
2775      Branch: perl
2776            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2777            ! pod/perlfaq9.pod
2778 ____________________________________________________________________________
2779 [ 12273] By: bailey                                on 2001/09/29  23:43:46
2780         Log: Resync with mainline
2781      Branch: vmsperl
2782           +> (branch 1207 files)
2783            - (delete 324 files)
2784           !> (integrate 866 files)
2785 ____________________________________________________________________________
2786 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
2787         Log: Nasty recursion trap if one would match Unicode.
2788      Branch: perl
2789            ! lib/utf8_heavy.pl
2790 ____________________________________________________________________________
2791 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
2792         Log: More Unicode todo.
2793      Branch: perl
2794            ! pod/perltodo.pod
2795 ____________________________________________________________________________
2796 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
2797         Log: Explain a bit the new more flexible \p\P syntax.
2798      Branch: perl
2799            ! pod/perlunicode.pod
2800 ____________________________________________________________________________
2801 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
2802         Log: More leniency to the \p and \P: now can have whitespace
2803              between the property definition and the curlies; now can
2804              invert the property by having a caret between the open
2805              curly and the property.
2806      Branch: perl
2807            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
2808 ____________________________________________________________________________
2809 [ 12268] By: nick                                  on 2001/09/29  17:39:26
2810         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
2811              one test (lib/open.t) fails
2812      Branch: perlio
2813           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
2814           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
2815           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
2816           +> lib/Tie/Scalar.t lib/open.t
2817            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
2818            - ext/B/Stash.t
2819           !> (integrate 62 files)
2820 ____________________________________________________________________________
2821 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
2822         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
2823      Branch: perl
2824            ! t/op/chdir.t
2825 ____________________________________________________________________________
2826 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
2827         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
2828              From: "Craig A. Berry" <craigberry@mac.com> 
2829              Date: Sat, 29 Sep 2001 09:35:33 -0500
2830              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
2831      Branch: perl
2832            ! t/op/chdir.t
2833 ____________________________________________________________________________
2834 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
2835         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
2836              From: "chromatic" <chromatic@rmci.net>
2837              Date: Fri, 28 Sep 2001 21:20:12 -0600
2838              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
2839      Branch: perl
2840            + lib/Tie/Scalar.t
2841            ! MANIFEST lib/Tie/Scalar.pm
2842 ____________________________________________________________________________
2843 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
2844         Log: Allow for more flexibility in the \p{In...} names, now
2845              case doesn't matter, and any space or dash can be
2846              matched by any space, dash, underbar, or empty.
2847              (may be going too far on leniency)
2848      Branch: perl
2849            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
2850            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
2851            ! t/op/pat.t
2852 ____________________________________________________________________________
2853 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
2854         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
2855              From: "chromatic" <chromatic@rmci.net>
2856              Date: Fri, 28 Sep 2001 17:39:50 -0600
2857              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
2858      Branch: perl
2859            + lib/open.t
2860            ! MANIFEST
2861 ____________________________________________________________________________
2862 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
2863         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
2864              From: "Craig A. Berry" <craigberry@mac.com>
2865              Date: Fri, 28 Sep 2001 16:24:51 -0500
2866              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
2867      Branch: perl
2868            ! ext/File/Glob/t/basic.t
2869 ____________________________________________________________________________
2870 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
2871         Log: Subject: [DOC PATCH] Carp.pm pod typo
2872              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2873              Date: Fri, 28 Sep 2001 23:14:51 +0200
2874              Message-ID: <20010928231451.E16889@rafael>
2875      Branch: perl
2876            ! lib/Carp.pm
2877 ____________________________________________________________________________
2878 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
2879         Log: Subject: [PATCH] Allow an @INC hook to set %INC
2880              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2881              Date: Fri, 28 Sep 2001 22:18:13 +0200
2882              Message-ID: <20010928221813.A16889@rafael>
2883      Branch: perl
2884            ! pp_ctl.c
2885 ____________________________________________________________________________
2886 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
2887         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
2888              From: Nicholas Clark <nick@ccl4.org>
2889              Date: Fri, 28 Sep 2001 23:39:33 +0100
2890              Message-ID: <20010928233933.C23673@plum.flirble.org>
2891      Branch: perl
2892            ! embed.h embed.pl sv.h
2893 ____________________________________________________________________________
2894 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
2895         Log: Update Changes.
2896      Branch: perl
2897            ! Changes patchlevel.h
2898 ____________________________________________________________________________
2899 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
2900         Log: Move the B tests to B/t.
2901      Branch: perl
2902            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
2903            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
2904            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
2905            - ext/B/Showlex.t ext/B/Stash.t
2906            ! MANIFEST
2907 ____________________________________________________________________________
2908 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
2909         Log: Forgot from #12254.
2910      Branch: perl
2911            + ext/B/B/Terse.t
2912 ____________________________________________________________________________
2913 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
2914         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
2915              From: "chromatic" <chromatic@rmci.net>
2916              Date: Thu, 27 Sep 2001 23:22:17 -0600
2917              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
2918      Branch: perl
2919            ! MANIFEST
2920 ____________________________________________________________________________
2921 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
2922         Log: Test numbering mismatch.
2923      Branch: perl
2924            ! t/op/chdir.t
2925 ____________________________________________________________________________
2926 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
2927         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
2928              From: "Craig A. Berry" <craigberry@mac.com>
2929              Date: Wed, 26 Sep 2001 17:43:14 -0500
2930              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
2931      Branch: perl
2932            ! iperlsys.h t/op/chdir.t
2933 ____________________________________________________________________________
2934 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
2935         Log: Subject: [PATCH gv.c] make __ANON__ global
2936              From: Robin Barker <rmb1@cise.npl.co.uk>
2937              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
2938              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
2939      Branch: perl
2940            ! gv.c t/op/anonsub.t t/op/runlevel.t
2941 ____________________________________________________________________________
2942 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
2943         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
2944              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2945              Date: Thu, 27 Sep 2001 22:34:32 +0200
2946              Message-ID: <20010927223432.A1485@rafael>
2947      Branch: perl
2948            ! ext/B/B/Terse.pm
2949 ____________________________________________________________________________
2950 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
2951         Log: (retracted by #12338)
2952              
2953              Subject: [PATCH] Cleanup of perldsc.pod      
2954              From: Casey West <casey@geeknest.com>
2955              Date: Thu, 27 Sep 2001 11:13:17 -0400
2956              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
2957      Branch: perl
2958            ! pod/perldsc.pod
2959 ____________________________________________________________________________
2960 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
2961         Log: Not everyone is using ithreads...
2962      Branch: perl
2963            ! ext/Devel/Peek/Peek.t
2964 ____________________________________________________________________________
2965 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
2966         Log: Document the nss_delete core dump workaround for HP-UX
2967              and Solaris, bug IDs 20010805.018 and 20010629.004.
2968      Branch: perl
2969            ! README.hpux README.solaris
2970 ____________________________________________________________________________
2971 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
2972         Log: Dump Unicode hash keys also as Unicode,
2973              not just as a byte string.
2974      Branch: perl
2975            ! dump.c ext/Devel/Peek/Peek.t
2976 ____________________________________________________________________________
2977 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
2978         Log: Integrate changes #12241 and #12242 from macperl:
2979              
2980              Remove unneeded disabling of umask() calls
2981              
2982              Note (get|set)sockopt are available.
2983      Branch: perl
2984           !> lib/File/Temp.pm pod/perlport.pod
2985 ____________________________________________________________________________
2986 [ 12244] By: sky                                   on 2001/09/27  08:53:00
2987         Log: Flush buffers on thread closedown.
2988      Branch: perl
2989            ! ext/threads/threads.xs
2990 ____________________________________________________________________________
2991 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
2992         Log: Dump SvUTF8(sv)s also as \x{...}.
2993              
2994              TODO: dump the SvUTF8() hash keys similarly. 
2995      Branch: perl
2996            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
2997 ____________________________________________________________________________
2998 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
2999         Log: Note (get|set)sockopt are available.
3000      Branch: maint-5.6/macperl
3001            ! pod/perlport.pod
3002 ____________________________________________________________________________
3003 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
3004         Log: Remove unneeded disabling of umask() calls
3005      Branch: maint-5.6/macperl
3006            ! lib/File/Temp.pm
3007 ____________________________________________________________________________
3008 [ 12240] By: sky                                   on 2001/09/26  18:44:56
3009         Log: Documention update
3010      Branch: perl
3011            ! ext/threads/threads.pm
3012 ____________________________________________________________________________
3013 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
3014         Log: Update Changes.
3015      Branch: perl
3016            ! Changes patchlevel.h
3017 ____________________________________________________________________________
3018 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
3019         Log: Check that all environment variables are tainted.
3020      Branch: perl
3021            ! t/op/taint.t
3022 ____________________________________________________________________________
3023 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
3024         Log: Manual integration error in #12235.
3025      Branch: perl
3026            ! lib/File/DosGlob.t
3027 ____________________________________________________________________________
3028 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
3029         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
3030              From: "chromatic" <chromatic@rmci.net>
3031              Date: Tue, 25 Sep 2001 23:57:07 -0600
3032              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
3033      Branch: perl
3034            ! perlio.c
3035 ____________________________________________________________________________
3036 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
3037         Log: Integrate macperl changes from Chris Nandor:
3038              12192 11817 11815 11813 11778 11775
3039              
3040              Update CPAN.pm to work with new Mac::BuildTools instead
3041              of ExtUtils::MM_MacOS "orphan" functions
3042              
3043              Fix test
3044              
3045              Make syntax check report in MPW style, fix tests
3046              to use Mac::err=unix to get normal-style error
3047              messages.
3048              
3049              More module and test ports from Thomas Wegner et al
3050              
3051              Fix open of /dev/null for Mac OS
3052              
3053              Allow for platforms to override formatting of errors
3054              on output from Matthias Neeracher (core files)
3055      Branch: perl
3056            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
3057            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
3058            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
3059           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
3060           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
3061           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
3062 ____________________________________________________________________________
3063 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
3064         Log: grrr.
3065      Branch: perl
3066            ! t/op/gv.t
3067 ____________________________________________________________________________
3068 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
3069         Log: Retract #12232.
3070      Branch: perl
3071            ! t/op/gv.t
3072 ____________________________________________________________________________
3073 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
3074         Log: (Retracted by #12233.)
3075      Branch: perl
3076            ! t/op/gv.t
3077 ____________________________________________________________________________
3078 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
3079         Log: Detypo.
3080      Branch: perl
3081            ! ext/Encode/Makefile.PL
3082 ____________________________________________________________________________
3083 [ 12230] By: sky                                   on 2001/09/26  11:36:23
3084         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
3085              We are using a "delay" here because we do not want to depend on thread synchronization issues.
3086      Branch: perl
3087            + ext/threads/t/stress_cv.t
3088            ! MANIFEST ext/threads/t/stress_string.t
3089 ____________________________________________________________________________
3090 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
3091         Log: NetWare tweak from Ananth Kesari.
3092      Branch: perl
3093            ! NetWare/t/Readme.txt
3094 ____________________________________________________________________________
3095 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
3096         Log: Trick to fool case-blind filesystems.
3097      Branch: perl
3098            ! ext/Encode/Makefile.PL
3099 ____________________________________________________________________________
3100 [ 12227] By: sky                                   on 2001/09/26  11:06:50
3101         Log: Threads can start executing in a different order than they were
3102              created.... so we cannot ok() inside the threadstarter.
3103      Branch: perl
3104            ! ext/threads/t/stress_string.t
3105 ____________________________________________________________________________
3106 [ 12226] By: sky                                   on 2001/09/26  07:41:45
3107         Log: Add in stress_string.t to stress test threads a bit more.
3108      Branch: perl
3109            + ext/threads/t/stress_string.t
3110            ! MANIFEST
3111 ____________________________________________________________________________
3112 [ 12225] By: sky                                   on 2001/09/26  07:04:21
3113         Log: Fix negative refcount introduced by #12223.
3114      Branch: perl
3115            ! ext/threads/threads.xs
3116 ____________________________________________________________________________
3117 [ 12224] By: sky                                   on 2001/09/26  06:57:58
3118         Log: Update documentation to match change #12223
3119      Branch: perl
3120            ! sharedsv.c
3121 ____________________________________________________________________________
3122 [ 12223] By: sky                                   on 2001/09/26  06:54:32
3123         Log: Use a separate interpreter for the sharedsv space. Another
3124              negative sv leak. Sigh.
3125      Branch: perl
3126            ! sharedsv.c
3127 ____________________________________________________________________________
3128 [ 12222] By: sky                                   on 2001/09/26  05:58:35
3129         Log: Do the environ assignment in perl_contruct to match perl_destruct.
3130              Now we don't need to perl_parse/perl_run. However environ is a
3131              global....
3132      Branch: perl
3133            ! perl.c
3134 ____________________________________________________________________________
3135 [ 12221] By: sky                                   on 2001/09/26  05:41:02
3136         Log: Move the creation of PL_strtab to perl_construct so we can work
3137              with HV and HEs without running perl_parse.
3138      Branch: perl
3139            ! perl.c
3140 ____________________________________________________________________________
3141 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
3142         Log: integrate macperl changes into maint-5.6
3143      Branch: maint-5.6/perl
3144           !> (integrate 26 files)
3145 ____________________________________________________________________________
3146 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
3147         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
3148              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
3149      Branch: maint-5.6/macperl
3150            ! macos/ext/Mac/Fonts/Fonts.xs
3151            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
3152 ____________________________________________________________________________
3153 [ 12218] By: ams                                   on 2001/09/25  23:31:33
3154         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
3155              From: Nicholas Clark <nick@ccl4.org>
3156              Date: Wed, 26 Sep 2001 01:20:20 +0100
3157              Message-Id: <20010926012020.B48092@plum.flirble.org>
3158      Branch: perl
3159            ! lib/AutoSplit.t
3160 ____________________________________________________________________________
3161 [ 12217] By: ams                                   on 2001/09/25  22:33:05
3162         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
3163              From: "Craig A. Berry" <craigberry@mac.com>
3164              Date: Tue, 25 Sep 2001 18:08:42 -0500
3165              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
3166      Branch: perl
3167            ! vms/vms.c
3168 ____________________________________________________________________________
3169 [ 12216] By: ams                                   on 2001/09/25  21:41:01
3170         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
3171              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
3172              From: Michael G Schwern <schwern@pobox.com>
3173              Date: Wed, 26 Sep 2001 00:38:21 -0400
3174              Message-Id: <20010926003821.A627@blackrider>
3175      Branch: perl
3176            ! lib/AutoSplit.t
3177 ____________________________________________________________________________
3178 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
3179         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
3180              From: Michael G Schwern <schwern@pobox.com>
3181              Date: Tue, 25 Sep 2001 17:43:49 -0400
3182              Message-ID: <20010925174349.B19534@blackrider>
3183      Branch: perl
3184            ! lib/Test/Simple.pm lib/Test/Utils.pm
3185 ____________________________________________________________________________
3186 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
3187         Log: Integrate changes from bleadperl.
3188      Branch: maint-5.6/macperl
3189           !> pod/perlport.pod
3190 ____________________________________________________________________________
3191 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
3192         Log: skip($mess) should result in one skip.
3193      Branch: perl
3194            ! t/test.pl
3195 ____________________________________________________________________________
3196 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
3197         Log: Integrate change #12200 from maintperl.
3198      Branch: maint-5.6/macperl
3199           !> win32/perlhost.h
3200 ____________________________________________________________________________
3201 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
3202         Log: Fix file types to "apple"
3203      Branch: maint-5.6/macperl
3204            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
3205            ! macos/ext/Mac/SAT/t/Collision.rsrc
3206 ____________________________________________________________________________
3207 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
3208         Log: Fix rsrc file as snd file; fix path in t file.
3209      Branch: maint-5.6/macperl
3210            ! macos/ext/Mac/Notification/t/Notification.rsrc
3211            ! macos/ext/Mac/Notification/t/Notification.t
3212 ____________________________________________________________________________
3213 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
3214         Log: Sync up with File::Find from bleadperl.
3215      Branch: maint-5.6/macperl
3216            ! lib/File/Find.pm t/lib/filefind-taint.t
3217 ____________________________________________________________________________
3218 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
3219         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
3220              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
3221              of hundreds)
3222      Branch: maint-5.6/macperl
3223            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
3224            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
3225            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
3226 ____________________________________________________________________________
3227 [ 12207] By: nick                                  on 2001/09/25  19:04:36
3228         Log: Integrate mainline (untested while modem is up)
3229      Branch: perlio
3230           +> lib/AutoSplit.t t/test.pl
3231            - lib/warnings/register.t
3232           !> (integrate 28 files)
3233 ____________________________________________________________________________
3234 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
3235         Log: perldiag entry for #12205.
3236      Branch: perl
3237            ! pod/perldiag.pod
3238 ____________________________________________________________________________
3239 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
3240         Log: Subject: [PATCH] warning on v-string in use/require
3241              From: John Peacock <jpeacock@rowman.com>
3242              Date: Mon, 24 Sep 2001 17:29:03 -0400
3243              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
3244      Branch: perl
3245            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
3246 ____________________________________________________________________________
3247 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
3248         Log: perltooc et al updates.
3249      Branch: perl
3250            ! plan9/mkfile pod/roffitall
3251 ____________________________________________________________________________
3252 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
3253         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
3254              From: Michael G Schwern <schwern@pobox.com>
3255              Date: Sun, 23 Sep 2001 00:07:12 -0400
3256              Message-ID: <20010923000712.A7005@blackrider>
3257      Branch: perl
3258            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
3259 ____________________________________________________________________________
3260 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
3261         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
3262              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3263              Date: Wed, 26 Sep 2001 01:25:10 +0900
3264              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
3265      Branch: perl
3266            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
3267            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
3268            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
3269 ____________________________________________________________________________
3270 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
3271         Log: Integrate change #12200 from maintperl;
3272              on windows, virtualized environment could propagate deleted variables
3273              into children if they happen to be at the very end of the table
3274      Branch: perl
3275           !> win32/perlhost.h
3276 ____________________________________________________________________________
3277 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
3278         Log: on windows, virtualized environment could propagate deleted variables
3279              into children if they happen to be at the very end of the table
3280              (thanks for succinct test case from Johan Holmberg, and fix from
3281              Doug Lankshear)
3282      Branch: maint-5.6/perl
3283            ! win32/perlhost.h
3284 ____________________________________________________________________________
3285 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
3286         Log: avoid the use of ftime() (it does a useless, potentially
3287              expensive call to GetTimeZoneInformation()); this potentially
3288              also results in three more digits of precision from
3289              Time::HiRes::time()
3290      Branch: perl
3291            ! ext/Time/HiRes/HiRes.xs
3292 ____________________________________________________________________________
3293 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
3294         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
3295              
3296              Note: io/binmode is failing, have to figure out why.
3297      Branch: perl
3298            + t/test.pl
3299            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
3300            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
3301            ! t/run/exit.t
3302 ____________________________________________________________________________
3303 [ 12197] By: ams                                   on 2001/09/25  13:48:55
3304         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
3305              From: Nicholas Clark <nick@ccl4.org>
3306              Date: Tue, 25 Sep 2001 00:37:40 +0100
3307              Message-Id: <20010925003740.S4971@plum.flirble.org>
3308              (Further changes expected.)
3309      Branch: perl
3310            + lib/AutoSplit.t
3311            ! MANIFEST
3312 ____________________________________________________________________________
3313 [ 12196] By: sky                                   on 2001/09/25  13:37:12
3314         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
3315              _ftime to try and be more robust.
3316      Branch: perl
3317            ! ext/Time/HiRes/HiRes.xs
3318 ____________________________________________________________________________
3319 [ 12194] By: ams                                   on 2001/09/25  11:40:00
3320         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
3321              From: "Craig A. Berry" <craigberry@mac.com>
3322              Date: Mon, 24 Sep 2001 17:54:20 -0500
3323              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
3324      Branch: perl
3325            ! vms/descrip_mms.template
3326 ____________________________________________________________________________
3327 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
3328         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
3329              not working, cursor not spinning (Bug #422129); external
3330              editor problems (Bug #456329); escape/cmd-. not activating
3331              "Cancel" in Save dialog box (Bug #446960); Runtimes not
3332              executing on launch (Bug #464441).
3333      Branch: maint-5.6/macperl
3334            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
3335            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
3336            ! macos/macperl/MacPerl.r
3337 ____________________________________________________________________________
3338 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
3339         Log: Update CPAN.pm to work with new Mac::BuildTools instead
3340              of ExtUtils::MM_MacOS "orphan" functions
3341      Branch: maint-5.6/macperl
3342            ! lib/CPAN.pm
3343 ____________________________________________________________________________
3344 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
3345         Log: Fix up another xsubpp problem (Matthias Neeracher)
3346      Branch: maint-5.6/macperl
3347            ! macos/xsubpp
3348 ____________________________________________________________________________
3349 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
3350         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
3351      Branch: maint-5.6/macperl
3352            ! macos/lib/ExtUtils/MM_MacOS.pm
3353 ____________________________________________________________________________
3354 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
3355         Log: Fix up Makefiles for more Mac:: modules (and prepare for
3356              static build ...?)
3357      Branch: maint-5.6/macperl
3358            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
3359            ! macos/macperl/Makefile.mk
3360 ____________________________________________________________________________
3361 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
3362         Log: Fix up tests
3363      Branch: maint-5.6/macperl
3364            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
3365 ____________________________________________________________________________
3366 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
3367         Log: Make malloc smarter, fix bugs.  (Bug #404030)
3368      Branch: maint-5.6/macperl
3369            ! macos/icemalloc.c macos/icemalloc.h
3370 ____________________________________________________________________________
3371 [ 12186] By: nick                                  on 2001/09/24  19:18:17
3372         Log: Integrate mainline
3373      Branch: perlio
3374           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
3375           +> lib/filetest.t
3376           !> (integrate 30 files)
3377 ____________________________________________________________________________
3378 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
3379         Log: Retract #12136, the warnings::register is already
3380              tested by t/lib/warnings/9enabled, as pointed out
3381              by Paul Marquess.
3382      Branch: perl
3383            - lib/warnings/register.t
3384            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
3385 ____________________________________________________________________________
3386 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
3387         Log: fix Time::HiRes implementation of gettimeofday() on windows
3388              (HiRes.t#14 now passes)
3389      Branch: perl
3390            ! ext/Time/HiRes/HiRes.xs
3391 ____________________________________________________________________________
3392 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
3393         Log: File::Spec::catfile() canonifies everything to blackslashes on
3394              windows :-(
3395      Branch: perl
3396            ! lib/ExtUtils/Manifest.t
3397 ____________________________________________________________________________
3398 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
3399         Log: test number mismatch
3400      Branch: perl
3401            ! t/op/magic.t
3402 ____________________________________________________________________________
3403 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
3404         Log: ok().
3405      Branch: perl
3406            ! t/op/pack.t
3407 ____________________________________________________________________________
3408 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
3409         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
3410              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3411      Branch: perl
3412            ! pp_pack.c t/op/pack.t
3413 ____________________________________________________________________________
3414 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
3415         Log: Update Changes.
3416      Branch: perl
3417            ! Changes patchlevel.h
3418 ____________________________________________________________________________
3419 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
3420         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
3421              From: Michael G Schwern <schwern@pobox.com>
3422              Date: Mon, 24 Sep 2001 11:12:13 -0400
3423              Message-ID: <20010924111213.G27885@blackrider>
3424      Branch: perl
3425            ! lib/ExtUtils/Manifest.pm
3426 ____________________________________________________________________________
3427 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
3428         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
3429              From: Michael G Schwern <schwern@pobox.com> 
3430              Date: Mon, 24 Sep 2001 11:02:07 -0400
3431              Message-ID: <20010924110207.E27885@blackrider>
3432      Branch: perl
3433            ! vms/test.com
3434 ____________________________________________________________________________
3435 [ 12176] By: ams                                   on 2001/09/24  14:01:59
3436         Log: Update Changes.
3437      Branch: perl
3438            ! Changes
3439 ____________________________________________________________________________
3440 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
3441         Log: Various cleanups.
3442      Branch: perl
3443            ! ext/threads/Makefile.PL ext/threads/threads.xs
3444 ____________________________________________________________________________
3445 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
3446         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
3447      Branch: maint-5.6/macperl
3448           !> (integrate 33 files)
3449 ____________________________________________________________________________
3450 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
3451         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
3452              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3453              Date: Mon, 24 Sep 2001 20:04:58 +0900
3454              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
3455      Branch: perl
3456            ! ext/Encode/Encode/gb2312.enc
3457 ____________________________________________________________________________
3458 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
3459         Log: Clarifying comment to #12164.
3460      Branch: perl
3461            ! lib/Cwd.pm
3462 ____________________________________________________________________________
3463 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
3464         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
3465              From: Nicholas Clark <nick@ccl4.org>
3466              Date: Sun, 23 Sep 2001 23:00:56 +0100
3467              Message-ID: <20010923230055.Y4971@plum.flirble.org>
3468              
3469              (with "sample_constants" changed to "fallback")
3470      Branch: perl
3471            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
3472            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
3473            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
3474            ! lib/h2xs.t utils/h2xs.PL
3475 ____________________________________________________________________________
3476 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
3477         Log: Metaconfig unit change for #12167.
3478      Branch: metaconfig
3479            ! U/modified/Cppsym.U
3480 ____________________________________________________________________________
3481 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
3482         Log: Add a few glibc cpp symbols to probe for.
3483      Branch: perl
3484            ! Configure
3485 ____________________________________________________________________________
3486 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
3487         Log: DJGPP tweaks for Laszlo Molnar.
3488      Branch: perl
3489            ! djgpp/djgppsed.sh dosish.h
3490 ____________________________________________________________________________
3491 [ 12165] By: ams                                   on 2001/09/24  10:07:08
3492         Log: Subject: [PATCH t/op/inccode.t] More tests
3493              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3494              Date: 24 Sep 2001 10:01:44 -0000
3495              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
3496      Branch: perl
3497            ! t/op/inccode.t
3498 ____________________________________________________________________________
3499 [ 12164] By: ams                                   on 2001/09/24  09:43:29
3500         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
3501              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
3502              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
3503              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
3504      Branch: perl
3505            ! lib/Cwd.pm
3506 ____________________________________________________________________________
3507 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
3508         Log: 1_compile updates.
3509      Branch: perl
3510            ! t/lib/1_compile.t
3511 ____________________________________________________________________________
3512 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
3513         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
3514              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3515              Date: Wed, 19 Sep 2001 22:47:14 +0200
3516              Message-ID: <20010919224714.A6382@rafael>
3517      Branch: perl
3518            ! pod/perlvar.pod pp_ctl.c
3519 ____________________________________________________________________________
3520 [ 12161] By: ams                                   on 2001/09/23  17:40:02
3521         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
3522              filetest Pragma
3523              From: "chromatic" <chromatic@rmci.net>
3524              Date: Sun, 23 Sep 2001 12:07:25 -0600
3525              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
3526      Branch: perl
3527            + lib/filetest.t
3528            ! MANIFEST t/lib/1_compile.t
3529 ____________________________________________________________________________
3530 [ 12160] By: ams                                   on 2001/09/23  16:32:11
3531         Log: Additional minor chdir() tweak.
3532      Branch: perl
3533            ! pod/perlfunc.pod
3534 ____________________________________________________________________________
3535 [ 12159] By: ams                                   on 2001/09/23  16:25:01
3536         Log: Subject: PATCH lib/ExtUtils/Command.t
3537              From: Abe Timmerman <abe@ztreet.demon.nl>
3538              Date: Sun, 23 Sep 2001 19:11:44 +0200
3539              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
3540      Branch: perl
3541            ! lib/ExtUtils/Command.t
3542 ____________________________________________________________________________
3543 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
3544         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
3545              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3546              Date: Sun, 23 Sep 2001 02:02:26 +0200
3547              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
3548      Branch: perl
3549            ! makedef.pl
3550 ____________________________________________________________________________
3551 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
3552         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
3553              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
3554              Date: Sat, 22 Sep 2001 12:54:39 -0500
3555              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
3556      Branch: perl
3557            ! t/op/study.t
3558 ____________________________________________________________________________
3559 [ 12156] By: nick                                  on 2001/09/23  07:48:44
3560         Log: Integrate mainline
3561      Branch: perlio
3562            - check83.pl
3563           !> ext/Encode/Encode/2022-cn.enc
3564 ____________________________________________________________________________
3565 [ 12155] By: nick                                  on 2001/09/23  07:48:01
3566         Log: Integrate mainline
3567      Branch: perlio
3568           +> (branch 64 files)
3569            - ext/Encode/Encode/cns11643-1.enc
3570            - ext/Encode/Encode/cns11643-2.enc
3571            - ext/Encode/Encode/iso2022-cn.enc
3572            - ext/Encode/Encode/iso2022-jp.enc
3573            - ext/Encode/Encode/iso2022-jp1.enc
3574            - ext/Encode/Encode/iso2022-jp2.enc
3575            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
3576            - ext/Encode/Encode/iso8859-1.enc
3577            - ext/Encode/Encode/iso8859-1.ucm
3578            - ext/Encode/Encode/iso8859-10.enc
3579            - ext/Encode/Encode/iso8859-10.ucm
3580            - ext/Encode/Encode/iso8859-13.enc
3581            - ext/Encode/Encode/iso8859-13.ucm
3582            - ext/Encode/Encode/iso8859-14.enc
3583            - ext/Encode/Encode/iso8859-14.ucm
3584            - ext/Encode/Encode/iso8859-15.enc
3585            - ext/Encode/Encode/iso8859-15.ucm
3586            - ext/Encode/Encode/iso8859-16.enc
3587            - ext/Encode/Encode/iso8859-16.ucm
3588            - ext/Encode/Encode/iso8859-2.enc
3589            - ext/Encode/Encode/iso8859-2.ucm
3590            - ext/Encode/Encode/iso8859-3.enc
3591            - ext/Encode/Encode/iso8859-3.ucm
3592            - ext/Encode/Encode/iso8859-4.enc
3593            - ext/Encode/Encode/iso8859-4.ucm
3594            - ext/Encode/Encode/iso8859-5.enc
3595            - ext/Encode/Encode/iso8859-5.ucm
3596            - ext/Encode/Encode/iso8859-6.enc
3597            - ext/Encode/Encode/iso8859-6.ucm
3598            - ext/Encode/Encode/iso8859-7.enc
3599            - ext/Encode/Encode/iso8859-7.ucm
3600            - ext/Encode/Encode/iso8859-8.enc
3601            - ext/Encode/Encode/iso8859-8.ucm
3602            - ext/Encode/Encode/iso8859-9.enc
3603            - ext/Encode/Encode/iso8859-9.ucm
3604            - ext/Encode/Encode/isoir-197.enc
3605            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
3606            - t/lib/sample-tests/header_at_end
3607            - t/lib/sample-tests/header_at_end_fail
3608           !> (integrate 174 files)
3609 ____________________________________________________________________________
3610 [ 12154] By: ams                                   on 2001/09/23  07:11:46
3611         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
3612              by Blair Zajac.
3613      Branch: perl
3614            ! pod/perlfunc.pod
3615 ____________________________________________________________________________
3616 [ 12153] By: ams                                   on 2001/09/23  06:56:32
3617         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
3618              Forgotten deprecation of *glob{FILEHANDLE}?
3619              From: "chromatic" <chromatic@rmci.net>
3620              Date: Sat, 22 Sep 2001 21:27:56 -0600
3621              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
3622      Branch: perl
3623            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
3624 ____________________________________________________________________________
3625 [ 12152] By: ams                                   on 2001/09/23  06:42:58
3626         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
3627              From: Michael G Schwern <schwern@pobox.com>
3628              Date: Sun, 23 Sep 2001 03:34:39 -0400
3629              Message-Id: <20010923033439.E7005@blackrider>
3630      Branch: perl
3631            ! lib/File/Find.pm
3632 ____________________________________________________________________________
3633 [ 12151] By: ams                                   on 2001/09/23  06:37:57
3634         Log: Subject: Re: t/op/magic.t missing tests on Win32
3635              From: Michael G Schwern <schwern@pobox.com>
3636              Date: Sat, 22 Sep 2001 20:29:09 -0400
3637              Message-Id: <20010922202909.I18223@blackrider>
3638      Branch: perl
3639            ! t/op/magic.t
3640 ____________________________________________________________________________
3641 [ 12150] By: ams                                   on 2001/09/23  06:36:26
3642         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
3643              Dumpvalue.pm
3644              From: "chromatic" <chromatic@rmci.net>
3645              Date: Sat, 22 Sep 2001 19:41:31 -0600
3646              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
3647      Branch: perl
3648            + lib/Dumpvalue.t
3649            ! MANIFEST lib/Dumpvalue.pm
3650 ____________________________________________________________________________
3651 [ 12149] By: ams                                   on 2001/09/23  06:25:35
3652         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
3653              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3654              Date: Sun, 23 Sep 2001 15:27:56 +0900
3655              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
3656      Branch: perl
3657            ! ext/Encode/Encode/2022-cn.enc
3658 ____________________________________________________________________________
3659 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
3660         Log: Manual eror in #12147.
3661      Branch: perl
3662            ! win32/win32.c
3663 ____________________________________________________________________________
3664 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
3665         Log: Integrate change #12146 from maintperl;
3666              win32_chdir() et al don't handle a NULL argument gracefully
3667      Branch: perl
3668           !> win32/perlhost.h win32/win32.c
3669 ____________________________________________________________________________
3670 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
3671         Log: win32_chdir() et al don't handle a NULL argument gracefully
3672      Branch: maint-5.6/perl
3673            ! win32/perlhost.h win32/win32.c
3674 ____________________________________________________________________________
3675 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
3676         Log: typo in change#12026
3677      Branch: maint-5.6/perl
3678            ! op.c
3679 ____________________________________________________________________________
3680 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
3681         Log: Subject: [PATCH] Re: scalar context unpack bugs
3682              From: Nicholas Clark <nick@ccl4.org>
3683              Date: Sat, 22 Sep 2001 23:07:56 +0100
3684              Message-ID: <20010922230755.O4971@plum.flirble.org>
3685      Branch: perl
3686            ! pp_pack.c t/op/pack.t
3687 ____________________________________________________________________________
3688 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
3689         Log: Try ExtUtils::Command.t everywhere, not just on Win32
3690              (as suggested by NI-S).  Also allow running it either
3691              in t/ or in the main directory.
3692      Branch: perl
3693            ! lib/ExtUtils/Command.t
3694 ____________________________________________________________________________
3695 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
3696         Log: Update the test on warnings/register.t.
3697      Branch: perl
3698            ! t/lib/1_compile.t
3699 ____________________________________________________________________________
3700 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
3701         Log: The code is now almost tidy enough to keep the IRIX cc happy.
3702      Branch: perl
3703            ! hints/irix_6.sh
3704 ____________________________________________________________________________
3705 [ 12140] By: ams                                   on 2001/09/22  17:26:32
3706         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
3707              use_ithreads
3708              From: "Craig A. Berry" <craigberry@mac.com>
3709              Date: Sat, 22 Sep 2001 13:15:32 -0500
3710              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
3711      Branch: perl
3712            ! configure.com
3713 ____________________________________________________________________________
3714 [ 12139] By: ams                                   on 2001/09/22  16:44:08
3715         Log: Do what perl_clone() does for sharedsv functions.
3716      Branch: perl
3717            ! embed.pl proto.h
3718 ____________________________________________________________________________
3719 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
3720         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
3721              (suggested by Sarathy, extensions shouldn't be dabbling with
3722              op structures, so binary backward compatibility should not be
3723              an issue.)
3724      Branch: perl
3725            ! hints/irix_6.sh op.h
3726 ____________________________________________________________________________
3727 [ 12137] By: ams                                   on 2001/09/22  16:21:05
3728         Log: More cleanups. (What's PERL_DECL_PROT?)
3729      Branch: perl
3730            ! embed.pl proto.h sharedsv.h
3731 ____________________________________________________________________________
3732 [ 12136] By: ams                                   on 2001/09/22  15:14:34
3733         Log: (Retracted by #12185)
3734              
3735              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
3736              Add Tests for warnings::register, Doc Update
3737              From: "chromatic" <chromatic@rmci.net>
3738              Date: Sat, 22 Sep 2001 09:43:20 -0600
3739              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
3740      Branch: perl
3741            + lib/warnings/register.t
3742            ! MANIFEST lib/warnings/register.pm
3743 ____________________________________________________________________________
3744 [ 12135] By: ams                                   on 2001/09/22  15:07:50
3745         Log: `@foo' should be @foo for consistency.
3746      Branch: perl
3747            ! pod/perldiag.pod
3748 ____________________________________________________________________________
3749 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
3750         Log: (Retracted by #12138)
3751              
3752              Add -woff (turn warning off) 3187:
3753              "A pointer is converted to a smaller integer."
3754              This happens when your pointers are 64-bit: then every case
3755              of converting pointers to PADOFFSETs (explicitly 32-bit)
3756              faces truncation (even explicit use of INT2PTR doesn't help).
3757              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
3758              Changing PADOFFSET from U32 to UV would help, but that
3759              would break binary backward compatibility of BASEOP and padop
3760              (assuming you have been using 64-bit pointers).
3761      Branch: perl
3762            ! hints/irix_6.sh
3763 ____________________________________________________________________________
3764 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
3765         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
3766              but the name comes from the inside the file, not from the file
3767              name, and Rumanian is the name of the language.
3768      Branch: perl
3769            + ext/Encode/Encode/macRumanian.enc
3770            - ext/Encode/Encode/macRomania.enc
3771            ! MANIFEST
3772 ____________________________________________________________________________
3773 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
3774         Log: Rename perltootc as perltooc for 8.3-friedliness.
3775      Branch: perl
3776            + pod/perltooc.pod
3777            - pod/perltootc.pod
3778            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
3779            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
3780            ! pod/perltoot.pod
3781 ____________________________________________________________________________
3782 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
3783         Log: Find more conflicts by lowercasing.
3784      Branch: perl
3785            + Porting/check83.pl
3786            - check83.pl
3787            ! MANIFEST
3788 ____________________________________________________________________________
3789 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
3790         Log: The AIX cc 5.0.0.0 is simply too buggy.
3791      Branch: perl
3792            ! hints/aix.sh
3793 ____________________________________________________________________________
3794 [ 12129] By: ams                                   on 2001/09/22  12:35:38
3795         Log: Uninteresting cleanup.
3796      Branch: perl
3797            ! form.h
3798 ____________________________________________________________________________
3799 [ 12128] By: ams                                   on 2001/09/22  12:28:48
3800         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
3801              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3802              Date: Sat, 22 Sep 2001 14:29:13 +0100
3803              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
3804      Branch: perl
3805            ! cv.h
3806 ____________________________________________________________________________
3807 [ 12127] By: ams                                   on 2001/09/22  12:04:28
3808         Log: What's a backet?
3809      Branch: perl
3810            ! dump.c
3811 ____________________________________________________________________________
3812 [ 12126] By: ams                                   on 2001/09/22  10:02:34
3813         Log: Removed duplicated tests #19 and #20.
3814      Branch: perl
3815            ! t/op/do.t
3816 ____________________________________________________________________________
3817 [ 12125] By: ams                                   on 2001/09/22  03:58:41
3818         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
3819              From: Michael Carman <mjcarman@home.com>
3820              Date: Fri, 21 Sep 2001 17:54:05 -0500
3821              Message-Id: <3BABC50D.6040202@home.com>
3822              (Applied with some changes.)
3823      Branch: perl
3824            ! pod/perlmod.pod
3825 ____________________________________________________________________________
3826 [ 12124] By: ams                                   on 2001/09/22  03:44:19
3827         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
3828              From: Michael G Schwern <schwern@pobox.com>
3829              Date: Fri, 21 Sep 2001 19:20:40 -0400
3830              Message-Id: <20010921192040.E5494@blackrider>
3831      Branch: perl
3832            ! t/op/chdir.t
3833 ____________________________________________________________________________
3834 [ 12123] By: ams                                   on 2001/09/22  03:41:08
3835         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
3836              From: Blair Zajac <blair@orcaware.com>
3837              Date: Fri, 21 Sep 2001 15:13:04 -0700
3838              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
3839      Branch: perl
3840            ! t/op/chdir.t
3841 ____________________________________________________________________________
3842 [ 12122] By: ams                                   on 2001/09/22  03:37:07
3843         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
3844              20010920.007
3845              From: Michael G Schwern <schwern@pobox.com>
3846              Date: Fri, 21 Sep 2001 17:59:03 -0400
3847              Message-Id: <20010921175903.V5494@blackrider>
3848      Branch: perl
3849            ! t/op/do.t
3850 ____________________________________________________________________________
3851 [ 12121] By: ams                                   on 2001/09/22  03:30:38
3852         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
3853              suite on WinCE)
3854              From: Michael G Schwern <schwern@pobox.com>
3855              Date: Fri, 21 Sep 2001 19:41:03 -0400
3856              Message-Id: <20010921194103.G5494@blackrider>
3857      Branch: perl
3858            ! pod/perlport.pod
3859 ____________________________________________________________________________
3860 [ 12120] By: ams                                   on 2001/09/22  03:28:06
3861         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
3862              From: Michael G Schwern <schwern@pobox.com>
3863              Date: Fri, 21 Sep 2001 17:33:35 -0400
3864              Message-Id: <20010921173335.T5494@blackrider>
3865              ($ENV{FOO}=undef hunk not applied.)
3866      Branch: perl
3867            ! t/op/magic.t
3868 ____________________________________________________________________________
3869 [ 12119] By: ams                                   on 2001/09/22  03:02:26
3870         Log: Subject: [PATCH] perldiag.pod
3871              From: Peter Scott <Peter@PSDT.com>
3872              Date: Fri, 21 Sep 2001 18:54:50 -0700
3873              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
3874              (Moved to the right place.)
3875      Branch: perl
3876            ! pod/perldiag.pod
3877 ____________________________________________________________________________
3878 [ 12118] By: ams                                   on 2001/09/21  20:05:29
3879         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
3880              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3881              Date: Fri, 21 Sep 2001 22:36:54 +0200
3882              Message-Id: <20010921223654.A12742@rafael>
3883      Branch: perl
3884            ! t/op/do.t
3885 ____________________________________________________________________________
3886 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
3887         Log: Restore things as they were before
3888              the backward compatibility police notices.
3889      Branch: perl
3890            ! lib/Cwd.pm
3891 ____________________________________________________________________________
3892 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
3893         Log: More Cwd from Schwern: make also OS/2 and DOS
3894              Cwd agree with File::Spec (that is, native path
3895              syntax using \ instead of / -- backward compatibility
3896              polic warning) and stop Win32 from using bsd_realpath().
3897      Branch: perl
3898            ! lib/Cwd.pm
3899 ____________________________________________________________________________
3900 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
3901         Log: Subject: [PATCH @12110] RE: Untested libraries update
3902              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3903              Date: Fri, 21 Sep 2001 18:21:07 +0100
3904              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
3905      Branch: perl
3906            ! lib/warnings/register.pm
3907 ____________________________________________________________________________
3908 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
3909         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
3910              From: Michael G Schwern <schwern@pobox.com>
3911              Date: Thu, 20 Sep 2001 22:54:02 -0400
3912              Message-ID: <20010920225402.A3611@blackrider>
3913      Branch: perl
3914            ! lib/Cwd.pm
3915 ____________________________________________________________________________
3916 [ 12113] By: ams                                   on 2001/09/21  17:08:24
3917         Log: Subject: [PATCH] avoid v-strings with require/use
3918              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3919              Date: Fri, 21 Sep 2001 12:34:40 -0400
3920              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
3921      Branch: perl
3922            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
3923            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
3924            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
3925            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
3926            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
3927            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
3928            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
3929            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
3930            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
3931            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
3932            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
3933            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
3934            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
3935            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
3936            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
3937            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
3938            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
3939            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
3940            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
3941 ____________________________________________________________________________
3942 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
3943         Log: Update Changes.
3944      Branch: perl
3945            ! Changes patchlevel.h
3946 ____________________________________________________________________________
3947 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
3948         Log: Make AIX and Tru64 compilers happy.  
3949      Branch: perl
3950            ! ext/threads/threads.h ext/threads/threads.xs
3951 ____________________________________________________________________________
3952 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
3953         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
3954              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3955              Date: 21 Sep 2001 09:16:37 -0000
3956              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
3957      Branch: perl
3958            ! toke.c
3959 ____________________________________________________________________________
3960 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
3961         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
3962              From: Michael G Schwern <schwern@pobox.com>
3963              Date: Thu, 20 Sep 2001 21:21:34 -0400
3964              Message-ID: <20010920212134.Y28291@blackrider>
3965      Branch: perl
3966            ! pp_sys.c
3967 ____________________________________________________________________________
3968 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
3969         Log: Subject: Re: GDB Debugging Macros from mod_perl
3970              From: rspier@pobox.com (Robert Spier)
3971              Date: Thu, 20 Sep 2001 22:45:03 -0700
3972              Message-ID: <15274.54239.413929.49430@rls.cx>
3973      Branch: perl
3974            ! pod/perltodo.pod
3975 ____________________________________________________________________________
3976 [ 12105] By: sky                                   on 2001/09/21  10:33:34
3977         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
3978              timezone! GetSystemTime should be available on all Win32 
3979              platforms we support. Perhaps Time::HiRes should be extended to
3980              support WinCE and Novell?
3981      Branch: perl
3982            ! ext/Time/HiRes/HiRes.xs
3983 ____________________________________________________________________________
3984 [ 12104] By: sky                                   on 2001/09/21  08:12:39
3985         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
3986      Branch: perl
3987            ! ext/threads/threads.h ext/threads/threads.xs
3988 ____________________________________________________________________________
3989 [ 12103] By: sky                                   on 2001/09/21  07:57:41
3990         Log: Rename the *thread* functions to Perl_* to avoid clashes.
3991              Notably on AIX but could become a problem on other platforms.
3992      Branch: perl
3993            ! ext/threads/threads.h ext/threads/threads.xs
3994 ____________________________________________________________________________
3995 [ 12102] By: sky                                   on 2001/09/21  07:35:30
3996         Log: Add the shared sv space to the global vars.
3997              Fix problems compiling on win32.
3998      Branch: perl
3999            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
4000            ! sharedsv.c sharedsv.h
4001 ____________________________________________________________________________
4002 [ 12101] By: ams                                   on 2001/09/21  00:19:55
4003         Log: Subject: [PATCH] win32/Makefile warning fix
4004              From: Blair Zajac <blair@orcaware.com>
4005              Date: Thu, 20 Sep 2001 18:15:43 -0700
4006              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
4007      Branch: perl
4008            ! win32/Makefile
4009 ____________________________________________________________________________
4010 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
4011         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
4012              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4013              Date: Thu, 20 Sep 2001 18:36:22 +0200
4014              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
4015      Branch: perl
4016            ! lib/ExtUtils/Command.t
4017 ____________________________________________________________________________
4018 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
4019         Log: Cant spl wirth a dam.
4020      Branch: perl
4021            ! intrpvar.h
4022 ____________________________________________________________________________
4023 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
4024         Log: Don't use C++ comments.
4025      Branch: perl
4026            ! ext/threads/threads.xs
4027 ____________________________________________________________________________
4028 [ 12097] By: ams                                   on 2001/09/20  21:42:07
4029         Log: Change #12044 didn't.
4030      Branch: perl
4031            ! lib/constant.pm
4032 ____________________________________________________________________________
4033 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
4034         Log: Metaconfig unit changes for #12095.
4035      Branch: metaconfig
4036            ! U/modified/Myinit.U U/modified/libs.U
4037 ____________________________________________________________________________
4038 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
4039         Log: Remove iconv references since we are not using it
4040              and not going to; regen perltoc, perlmodlib.
4041              (Some references still linger in perltoc, have to figure
4042              out where they are coming from.)
4043      Branch: perl
4044            ! Configure NetWare/config.wc NetWare/config_H.wc
4045            ! Porting/Glossary Porting/config.sh Porting/config_H
4046            ! config_h.SH configure.com epoc/config.sh perl.h
4047            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
4048            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4049            ! vos/config.ga.h win32/config.bc win32/config.gc
4050            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4051            ! win32/config_H.vc wince/config.ce wince/config.h
4052            ! wince/config_H.ce
4053 ____________________________________________________________________________
4054 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
4055         Log: Subject: [PATCH docs] Re: ARGV and read
4056              From: Dave Mitchell <davem@fdgroup.co.uk>
4057              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
4058              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
4059      Branch: perl
4060            ! pod/perltodo.pod pod/perlvar.pod
4061 ____________________________________________________________________________
4062 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
4063         Log: Fresh copies from the cvs.perl.org perlfaq repository.
4064      Branch: perl
4065            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4066            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4067            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4068            ! pod/perlfaq9.pod
4069 ____________________________________________________________________________
4070 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
4071         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
4072              From: Nicholas Clark <nick@ccl4.org>
4073              Date: Thu, 20 Sep 2001 14:27:08 +0100
4074              Message-ID: <20010920142708.X4971@plum.flirble.org>
4075      Branch: perl
4076            ! pp_pack.c t/op/pack.t
4077 ____________________________________________________________________________
4078 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
4079         Log: The sharedsv_space* are variables, not code.  Duh.
4080      Branch: perl
4081            ! intrpvar.h makedef.pl
4082 ____________________________________________________________________________
4083 [ 12090] By: ams                                   on 2001/09/20  11:26:06
4084         Log: Subject: [patch lib/lib_pm.PL]
4085              From: Stas Bekman <stas@stason.org>
4086              Date: Thu, 20 Sep 2001 18:48:53 +0800
4087              Message-Id: <3BA9C995.6010302@stason.org>
4088              (Applied by hand.)
4089      Branch: perl
4090            ! lib/lib_pm.PL
4091 ____________________________________________________________________________
4092 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
4093         Log: Only 21 tests, skipping or not.
4094      Branch: perl
4095            ! lib/ExtUtils/Command.t
4096 ____________________________________________________________________________
4097 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
4098         Log: New exported symbols.
4099      Branch: perl
4100            ! makedef.pl
4101 ____________________________________________________________________________
4102 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
4103         Log: Update Changes.
4104      Branch: perl
4105            ! Changes patchlevel.h
4106 ____________________________________________________________________________
4107 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
4108         Log: Correct numbering of the tests is useful.
4109      Branch: perl
4110            ! ext/threads/t/basic.t
4111 ____________________________________________________________________________
4112 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
4113         Log: More tests now too.
4114      Branch: perl
4115            ! lib/ExtUtils/Command.t
4116 ____________________________________________________________________________
4117 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
4118         Log: More tests now.
4119      Branch: perl
4120            ! ext/threads/t/basic.t
4121 ____________________________________________________________________________
4122 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
4123         Log: The test assumed 7-bit ASCII.  Now it "just"
4124              assumes 8-bit whatever.
4125      Branch: perl
4126            ! t/op/crypt.t
4127 ____________________________________________________________________________
4128 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
4129         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
4130              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4131              Date: Wed, 19 Sep 2001 11:45:28 +0200
4132              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
4133              
4134              Lvalue casts are not portable.
4135      Branch: perl
4136            ! ext/threads/threads.xs
4137 ____________________________________________________________________________
4138 [ 12081] By: sky                                   on 2001/09/19  10:17:52
4139         Log: Make the basic test contain only realy basic API tests
4140              Seems to be a problem with detach.
4141      Branch: perl
4142            ! ext/threads/t/basic.t
4143 ____________________________________________________________________________
4144 [ 12080] By: ams                                   on 2001/09/19  01:23:55
4145         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
4146              From: Michael G Schwern <schwern@pobox.com>
4147              Date: Tue, 18 Sep 2001 19:53:48 -0400
4148              Message-Id: <20010918195348.M585@blackrider>
4149              
4150              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
4151              From: Michael G Schwern <schwern@pobox.com>
4152              Date: Tue, 18 Sep 2001 22:07:13 -0400
4153              Message-Id: <20010918220713.B19616@blackrider>
4154      Branch: perl
4155            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
4156            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
4157            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
4158            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
4159            ! lib/Test/Tutorial.pod
4160 ____________________________________________________________________________
4161 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
4162         Log: Indent the test a bit.
4163      Branch: perl
4164            ! ext/threads/t/basic.t
4165 ____________________________________________________________________________
4166 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
4167         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
4168              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4169              Date: Tue, 18 Sep 2001 18:06:44 +0200
4170              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
4171      Branch: perl
4172            ! win32/win32.c
4173 ____________________________________________________________________________
4174 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
4175         Log: Subject: stat access time is wrong on Win95
4176              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4177              Date: Tue, 18 Sep 2001 21:59:24 +0200
4178              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
4179      Branch: perl
4180            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
4181 ____________________________________________________________________________
4182 [ 12076] By: ams                                   on 2001/09/18  22:11:25
4183         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
4184              From: Michael G Schwern <schwern@pobox.com>
4185              Date: Tue, 18 Sep 2001 18:47:14 -0400
4186              Message-Id: <20010918184714.I585@blackrider>
4187      Branch: perl
4188            ! t/op/crypt.t
4189 ____________________________________________________________________________
4190 [ 12075] By: sky                                   on 2001/09/18  19:29:37
4191         Log: two test failures
4192              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4193              Message-ID: <20010918221702.A17408@rafael>
4194              partly applied, #12074 already fixed half the patch
4195      Branch: perl
4196            ! ext/threads/t/basic.t
4197 ____________________________________________________________________________
4198 [ 12074] By: sky                                   on 2001/09/18  18:49:03
4199         Log: Fixes test case failure introduced by #12071, the warning is
4200              now correctly spelled :-)
4201      Branch: perl
4202            ! ext/IO/lib/IO/t/io_sel.t
4203 ____________________________________________________________________________
4204 [ 12073] By: sky                                   on 2001/09/18  18:46:22
4205         Log: Make the test behave properly!
4206      Branch: perl
4207            ! ext/threads/t/basic.t
4208 ____________________________________________________________________________
4209 [ 12072] By: ams                                   on 2001/09/18  18:44:59
4210         Log: OP_RCATLINE is an SVOP, not a BASEOP.
4211      Branch: perl
4212            ! opcode.h opcode.pl
4213 ____________________________________________________________________________
4214 [ 12071] By: ams                                   on 2001/09/18  18:06:27
4215         Log: Deprecate != Depreciate.
4216      Branch: perl
4217            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
4218            ! lib/Pod/ParseUtils.pm
4219 ____________________________________________________________________________
4220 [ 12070] By: ams                                   on 2001/09/18  15:14:58
4221         Log: Subject: [PATCH] Getopt::Std cleanup
4222              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4223              Date: Tue, 18 Sep 2001 17:32:13 +0200
4224              Message-Id: <20010918173213.C777@rafael>
4225      Branch: perl
4226            ! lib/Getopt/Std.pm lib/Getopt/Std.t
4227 ____________________________________________________________________________
4228 [ 12069] By: sky                                   on 2001/09/18  14:56:33
4229         Log: Forgot the makefile
4230      Branch: perl
4231            + ext/threads/Makefile.PL
4232 ____________________________________________________________________________
4233 [ 12068] By: sky                                   on 2001/09/18  14:13:26
4234         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
4235              The test will fail because of Test.pm not knowing about threads. 
4236              basic needs to be manually tested
4237              compile time warnings on IV2PTR conversions need to be fixed
4238      Branch: perl
4239            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
4240            + ext/threads/threads.h ext/threads/threads.pm
4241            + ext/threads/threads.xs
4242            ! MANIFEST
4243 ____________________________________________________________________________
4244 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
4245         Log: DJGPP tweak from Laszlo Molnar.
4246      Branch: perl
4247            ! djgpp/config.over
4248 ____________________________________________________________________________
4249 [ 12066] By: sky                                   on 2001/09/18  10:24:31
4250         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
4251      Branch: perl
4252            ! sharedsv.c sharedsv.h
4253 ____________________________________________________________________________
4254 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
4255         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
4256              ditto ^cns.
4257      Branch: perl
4258            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
4259            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
4260            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
4261            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
4262            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
4263            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
4264            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
4265            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
4266            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
4267            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
4268            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
4269            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
4270            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
4271            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
4272            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
4273            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
4274            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
4275            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
4276            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
4277            + ext/Encode/Encode/ir-197.enc
4278            - ext/Encode/Encode/cns11643-1.enc
4279            - ext/Encode/Encode/cns11643-2.enc
4280            - ext/Encode/Encode/iso2022-cn.enc
4281            - ext/Encode/Encode/iso2022-jp.enc
4282            - ext/Encode/Encode/iso2022-jp1.enc
4283            - ext/Encode/Encode/iso2022-jp2.enc
4284            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
4285            - ext/Encode/Encode/iso8859-1.enc
4286            - ext/Encode/Encode/iso8859-1.ucm
4287            - ext/Encode/Encode/iso8859-10.enc
4288            - ext/Encode/Encode/iso8859-10.ucm
4289            - ext/Encode/Encode/iso8859-11.enc
4290            - ext/Encode/Encode/iso8859-11.ucm
4291            - ext/Encode/Encode/iso8859-13.enc
4292            - ext/Encode/Encode/iso8859-13.ucm
4293            - ext/Encode/Encode/iso8859-14.enc
4294            - ext/Encode/Encode/iso8859-14.ucm
4295            - ext/Encode/Encode/iso8859-15.enc
4296            - ext/Encode/Encode/iso8859-15.ucm
4297            - ext/Encode/Encode/iso8859-16.enc
4298            - ext/Encode/Encode/iso8859-16.ucm
4299            - ext/Encode/Encode/iso8859-2.enc
4300            - ext/Encode/Encode/iso8859-2.ucm
4301            - ext/Encode/Encode/iso8859-3.enc
4302            - ext/Encode/Encode/iso8859-3.ucm
4303            - ext/Encode/Encode/iso8859-4.enc
4304            - ext/Encode/Encode/iso8859-4.ucm
4305            - ext/Encode/Encode/iso8859-5.enc
4306            - ext/Encode/Encode/iso8859-5.ucm
4307            - ext/Encode/Encode/iso8859-6.enc
4308            - ext/Encode/Encode/iso8859-6.ucm
4309            - ext/Encode/Encode/iso8859-7.enc
4310            - ext/Encode/Encode/iso8859-7.ucm
4311            - ext/Encode/Encode/iso8859-8.enc
4312            - ext/Encode/Encode/iso8859-8.ucm
4313            - ext/Encode/Encode/iso8859-9.enc
4314            - ext/Encode/Encode/iso8859-9.ucm
4315            - ext/Encode/Encode/isoir-197.enc
4316            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
4317 ____________________________________________________________________________
4318 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
4319         Log: Must Uppercase.
4320      Branch: perl
4321            ! ext/Encode/Encode.pm
4322 ____________________________________________________________________________
4323 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
4324         Log: Add various encodings.
4325      Branch: perl
4326            + ext/Encode/Encode/iso8859-11.enc
4327            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
4328            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
4329            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
4330            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
4331            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
4332            + ext/Encode/Encode/viscii.ucm
4333            ! MANIFEST ext/Encode/Encode.pm
4334 ____________________________________________________________________________
4335 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
4336         Log: lib/unicode relic.
4337      Branch: perl
4338            ! ext/Encode/compile
4339 ____________________________________________________________________________
4340 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
4341         Log: Subject: [PATCH] Re: filename problems
4342              From: Michael G Schwern <schwern@pobox.com>
4343              Date: Mon, 17 Sep 2001 17:26:26 -0400
4344              Message-ID: <20010917172626.Q585@blackrider>
4345      Branch: perl
4346            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
4347            - t/lib/sample-tests/header_at_end
4348            - t/lib/sample-tests/header_at_end_fail
4349            ! MANIFEST lib/Test/Harness/t/test-harness.t
4350 ____________________________________________________________________________
4351 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
4352         Log: Explicitly explain the 1e9 seconds, not everybody
4353              is a C geek.
4354      Branch: perl
4355            ! ext/Time/HiRes/HiRes.pm
4356 ____________________________________________________________________________
4357 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
4358         Log: Explain an apparent bug reported by
4359              Richard J. Barbalace <rjbarbal@MIT.EDU>,
4360              with additional explanation from Gisle Aas.
4361      Branch: perl
4362            ! ext/Time/HiRes/HiRes.pm
4363 ____________________________________________________________________________
4364 [ 12058] By: ams                                   on 2001/09/17  19:52:01
4365         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
4366              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4367              Date: Mon, 17 Sep 2001 22:48:05 +0200
4368              Message-Id: <20010917224805.C11744@rafael>
4369      Branch: perl
4370            ! t/lib/warnings/op t/lib/warnings/pp
4371 ____________________________________________________________________________
4372 [ 12057] By: ams                                   on 2001/09/17  16:51:18
4373         Log: Its a nit!
4374      Branch: perl
4375            ! sv.h
4376 ____________________________________________________________________________
4377 [ 12056] By: ams                                   on 2001/09/17  16:47:55
4378         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
4379              From: "Craig A. Berry" <craigberry@mac.com>
4380              Date: Mon, 17 Sep 2001 12:34:20 -0500
4381              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
4382      Branch: perl
4383            ! vms/vms.c
4384 ____________________________________________________________________________
4385 [ 12055] By: ams                                   on 2001/09/17  16:05:15
4386         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
4387              From: Gisle Aas <gisle@ActiveState.com>
4388              Date: 16 Apr 2001 16:20:34 -0700
4389              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
4390              (Applied by hand.)
4391      Branch: perl
4392            ! lib/CPAN.pm lib/CPAN/Nox.pm
4393 ____________________________________________________________________________
4394 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
4395         Log: Update Changes.
4396      Branch: perl
4397            ! Changes patchlevel.h
4398 ____________________________________________________________________________
4399 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
4400         Log: Adding new files to the MANIFEST is always nice.
4401      Branch: perl
4402            ! MANIFEST
4403 ____________________________________________________________________________
4404 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
4405         Log: Reindent the PerlIO files (suggested by NI-S), used
4406              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
4407              (GNU indent).  Note that wholesale re-indenting might
4408              be nice, but that would break nice formatting/alignment
4409              of assignments, equality testing, and complex boolean
4410              expressions with lots of &s and |s.
4411      Branch: perl
4412            ! perlio.c perlio.h perliol.h
4413 ____________________________________________________________________________
4414 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
4415         Log: Add a script for being 8.3-polite.
4416              The found conflicts are being worked on.
4417      Branch: perl
4418            + check83.pl
4419            ! MANIFEST Porting/pumpkin.pod
4420 ____________________________________________________________________________
4421 [ 12050] By: sky                                   on 2001/09/17  12:44:36
4422         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
4423              finding it.
4424      Branch: perl
4425            ! sv.c
4426 ____________________________________________________________________________
4427 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
4428         Log: Bump up versions because of #12041.
4429      Branch: perl
4430            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
4431            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
4432            ! lib/Time/localtime.pm
4433 ____________________________________________________________________________
4434 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
4435         Log: Bump the version number because of #12042.
4436      Branch: perl
4437            ! lib/CPAN/FirstTime.pm
4438 ____________________________________________________________________________
4439 [ 12047] By: ams                                   on 2001/09/17  11:21:40
4440         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
4441              From: Abhijit Menon-Sen <ams@wiw.org>
4442              Date: Mon, 17 Sep 2001 17:44:12 +0530
4443              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
4444      Branch: perl
4445            ! op.c
4446 ____________________________________________________________________________
4447 [ 12046] By: sky                                   on 2001/09/17  07:14:17
4448         Log: Subject: Re: t/op/ver.t using skip() improperly
4449              From: "chromatic" <chromatic@rmci.net>
4450              Date: Mon, 17 Sep 2001 00:22:29 -0600
4451              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
4452      Branch: perl
4453            ! t/op/ver.t
4454 ____________________________________________________________________________
4455 [ 12045] By: nick                                  on 2001/09/17  07:12:14
4456         Log: Integrate mainline
4457      Branch: perlio
4458           +> t/op/chdir.t
4459           !> (integrate 117 files)
4460 ____________________________________________________________________________
4461 [ 12044] By: ams                                   on 2001/09/17  05:49:53
4462         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
4463              From: Ilmari Karonen <iltzu@sci.fi>
4464              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
4465              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
4466              (And $VERSION = '1.05'.)
4467      Branch: perl
4468            ! lib/constant.pm
4469 ____________________________________________________________________________
4470 [ 12043] By: ams                                   on 2001/09/17  05:44:50
4471         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
4472              From: Michael G Schwern <schwern@pobox.com>
4473              Date: Mon, 17 Sep 2001 07:49:04 +0200
4474              Message-Id: <20010917074904.V1588@blackrider>
4475              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
4476      Branch: perl
4477            + t/op/chdir.t
4478            ! MANIFEST pp_sys.c
4479 ____________________________________________________________________________
4480 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
4481         Log: Subject: Re: CPAN.pm needs some hacking 
4482              From: "chromatic" <chromatic@rmci.net>
4483              Date: Sun, 16 Sep 2001 16:46:29 -0600
4484              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
4485      Branch: perl
4486            ! lib/CPAN/FirstTime.pm
4487 ____________________________________________________________________________
4488 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
4489         Log: Change use|require 5.005_64 to use|require 5.6.1.
4490      Branch: perl
4491            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
4492            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
4493            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
4494            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
4495            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
4496            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
4497            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
4498            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
4499            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
4500            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
4501            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
4502            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
4503            ! lib/base.pm lib/fields.pm
4504 ____________________________________________________________________________
4505 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
4506         Log: Bump up version numbers.
4507              
4508              TODO 1: double check that pre-5.6.1 CPAN.pm:s
4509              don't try to download 5.8.0 because of the
4510              version numbers.  Mainly this means using _00
4511              in the core version numbers.
4512              
4513              TODO 2: the "use 5.005_64" in many modules
4514              needs to be changed to, say, "use 5.6.1".
4515      Branch: perl
4516            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
4517            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
4518            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
4519            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
4520            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
4521            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
4522            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
4523            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
4524            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
4525            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
4526            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
4527 ____________________________________________________________________________
4528 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
4529         Log: Use UCHARAT() as suggested by Inaba Hiroto.
4530      Branch: perl
4531            ! regexec.c
4532 ____________________________________________________________________________
4533 [ 12038] By: ams                                   on 2001/09/16  15:16:24
4534         Log: Subject: [PATCH] Re: Core module version numbers review
4535              From: Peter Scott <Peter@PSDT.com>
4536              Date: Sun, 16 Sep 2001 09:09:58 -0700
4537              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
4538      Branch: perl
4539            ! lib/perl5db.pl
4540 ____________________________________________________________________________
4541 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
4542         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
4543              not yet fully implemented.
4544      Branch: perl
4545            ! pod/perlfunc.pod pod/perlunicode.pod
4546 ____________________________________________________________________________
4547 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
4548         Log: Subject: [patch] plug PL_beginav_save leak
4549              From: Doug MacEachern <dougm@covalent.net>
4550              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
4551              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
4552      Branch: perl
4553            ! perl.c
4554 ____________________________________________________________________________
4555 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
4556         Log: (accidentally empty checkin)
4557      Branch: perl
4558            ! sv.c
4559 ____________________________________________________________________________
4560 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
4561         Log: Subject: [patch] ithreads+PL_beginav_save
4562              From: Doug MacEachern <dougm@covalent.net>
4563              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
4564              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
4565      Branch: perl
4566            ! sv.c
4567 ____________________________________________________________________________
4568 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
4569         Log: Subject: [PATCH] h2xs.PL with C::Scan
4570              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4571              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
4572              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
4573      Branch: perl
4574            ! utils/h2xs.PL
4575 ____________________________________________________________________________
4576 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
4577         Log: Elaborate (well, make more vague, really) #12030.
4578      Branch: perl
4579            ! pod/perltodo.pod pod/perlunicode.pod
4580 ____________________________________________________________________________
4581 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
4582         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
4583              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4584              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
4585              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
4586      Branch: perl
4587            ! regexec.c
4588 ____________________________________________________________________________
4589 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
4590         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
4591              are not yet complete.
4592      Branch: perl
4593            ! pod/perltodo.pod pod/perlunicode.pod
4594 ____________________________________________________________________________
4595 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
4596         Log: Document what's still to be done on the regular expression
4597              Unicode support, based on the UTR#18.
4598      Branch: perl
4599            ! pod/perltodo.pod pod/perlunicode.pod
4600 ____________________________________________________________________________
4601 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
4602         Log: Regen headers.
4603      Branch: perl
4604            ! embedvar.h perlapi.h
4605 ____________________________________________________________________________
4606 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
4607         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
4608              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4609              Date: Sun, 09 Sep 2001 18:41:54 +0100
4610              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
4611      Branch: perl
4612            ! Porting/findvars ext/ByteLoader/bytecode.h
4613            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
4614            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
4615 ____________________________________________________________________________
4616 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
4617         Log: enable most warnings for windows build; fix the various typecasting
4618              nits that showed up (no bugfixes here)
4619      Branch: maint-5.6/perl
4620            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
4621            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
4622            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
4623            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
4624            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
4625            ! x2p/walk.c
4626 ____________________________________________________________________________
4627 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
4628         Log: Integrate change #12024 from maintperl
4629              (a local() precedence bug)
4630      Branch: perl
4631           !> lib/ExtUtils/Install.pm
4632 ____________________________________________________________________________
4633 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
4634         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
4635              change#8642
4636      Branch: maint-5.6/perl
4637            ! lib/ExtUtils/Install.pm
4638 ____________________________________________________________________________
4639 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
4640         Log: Update Changes.
4641      Branch: perl
4642            ! Changes patchlevel.h
4643 ____________________________________________________________________________
4644 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
4645         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
4646              From: "chromatic" <chromatic@rmci.net>
4647              Date: Fri, 14 Sep 2001 09:44:57 -0600 
4648              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
4649      Branch: perl
4650            ! lib/ExtUtils/Manifest.t
4651 ____________________________________________________________________________
4652 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
4653         Log: Hopefully better skipping of the Complete.t tests
4654              in case of not a tty. 
4655      Branch: perl
4656            ! lib/Term/Complete.t t/op/stat.t
4657 ____________________________________________________________________________
4658 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
4659         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
4660              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4661              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
4662              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
4663      Branch: perl
4664            ! regexec.c t/op/pat.t
4665 ____________________________________________________________________________
4666 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
4667         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
4668              From: Robin Barker <rmb1@cise.npl.co.uk>
4669              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
4670              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
4671      Branch: perl
4672            ! pod/perlport.pod
4673 ____________________________________________________________________________
4674 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
4675         Log: NetWare tweaks from Ananth Kesari.
4676      Branch: perl
4677            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
4678            ! NetWare/nwutil.h
4679 ____________________________________________________________________________
4680 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
4681         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
4682              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4683              Date: Fri, 14 Sep 2001 10:51:13 +0200
4684              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
4685      Branch: perl
4686            ! pod/perlport.pod
4687 ____________________________________________________________________________
4688 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
4689         Log: Subject: Re: [PATCH 2 pl2pm.PL]
4690              From: Joe Smith <Joe.Smith@inwap.com>
4691              Date: Fri, 14 Sep 2001 00:13:32 -0700
4692              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
4693              
4694              Eradicate qu.
4695      Branch: perl
4696            ! keywords.h keywords.pl utils/pl2pm.PL
4697 ____________________________________________________________________________
4698 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
4699         Log: Retract #12013, didn't go over too well in Tru64.
4700      Branch: perl
4701            ! embed.h embed.pl sv.h
4702 ____________________________________________________________________________
4703 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
4704         Log: Subject: [PATCH] Execute files of debugger commands
4705              From: Peter Scott <Peter@PSDT.com>
4706              Date: Thu, 13 Sep 2001 15:26:31 -0700
4707              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
4708      Branch: perl
4709            ! lib/perl5db.pl pod/perldebug.pod
4710 ____________________________________________________________________________
4711 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
4712         Log: (Retracted by #12015)
4713              Subject: [proposed PATCH] Re: perl@11920
4714              From: Nicholas Clark <nick@ccl4.org>
4715              Date: Wed, 12 Sep 2001 23:46:09 +0100
4716              Message-ID: <20010912234609.H4971@plum.flirble.org>     
4717      Branch: perl
4718            ! embed.h embed.pl sv.h
4719 ____________________________________________________________________________
4720 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
4721         Log: ucblib shouldn't be linked against in nonstop-ux,
4722              from Tom Bates.
4723      Branch: perl
4724            ! hints/nonstopux.sh
4725 ____________________________________________________________________________
4726 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
4727         Log: Do stty only if we have stty.
4728              
4729              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
4730      Branch: perl
4731            ! lib/Term/Complete.pm
4732 ____________________________________________________________________________
4733 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
4734         Log: Skip the test if not running on a tty.
4735      Branch: perl
4736            ! lib/Term/Complete.t
4737 ____________________________________________________________________________
4738 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
4739         Log: Regen headers.
4740      Branch: perl
4741            ! embed.h opcode.h pod/perlapi.pod proto.h
4742 ____________________________________________________________________________
4743 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
4744         Log: Subject: [PATCH op.c] Re: perl@12003
4745              From: Robin Barker <rmb1@cise.npl.co.uk>
4746              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
4747              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
4748      Branch: perl
4749            ! op.c
4750 ____________________________________________________________________________
4751 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
4752         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
4753              From: Robin Barker <rmb1@cise.npl.co.uk>
4754              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
4755              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
4756      Branch: perl
4757            ! sv.c
4758 ____________________________________________________________________________
4759 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
4760         Log: Upgrade to Memoize 0.66.
4761      Branch: perl
4762            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
4763            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
4764            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
4765 ____________________________________________________________________________
4766 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
4767         Log: Subject: [ID 20010912.007] substr reference core dump
4768              From: me-01@ton.iguana.be
4769              Date: 12 Sep 2001 14:11:16 -0000
4770              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
4771      Branch: perl
4772            ! mg.c
4773 ____________________________________________________________________________
4774 [ 12004] By: ams                                   on 2001/09/12  01:13:49
4775         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
4776              From: Ilmari Karonen <iltzu@sci.fi>
4777              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
4778              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
4779      Branch: perl
4780            ! pod/perlfaq4.pod
4781 ____________________________________________________________________________
4782 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
4783         Log: Update Changes.
4784      Branch: perl
4785            ! Changes patchlevel.h
4786 ____________________________________________________________________________
4787 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
4788         Log: NetWare update from Ananth Kesari.
4789      Branch: perl
4790            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
4791            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
4792 ____________________________________________________________________________
4793 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
4794         Log: Retract #11984: div() being redefined, and 1397
4795              failing on 64-bit platforms.
4796      Branch: perl
4797            ! lib/Math/BigInt/Calc.pm
4798 ____________________________________________________________________________
4799 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
4800         Log: Metaconfig unit change for #11999.
4801      Branch: metaconfig
4802            ! U/protos/d_lseekproto.U
4803 ____________________________________________________________________________
4804 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
4805         Log: The lseek fix (#11991) was no fix.
4806      Branch: perl
4807            ! Configure
4808 ____________________________________________________________________________
4809 [ 11998] By: sky                                   on 2001/09/11  07:52:06
4810         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
4811              From: Matt Sergeant <MSergeant@star.net.uk>
4812              Date: Tue, 11 Sep 2001 09:22:32 +0100
4813              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
4814      Branch: perl
4815            ! ext/Encode/Encode.pm
4816 ____________________________________________________________________________
4817 [ 11997] By: sky                                   on 2001/09/11  06:35:29
4818         Log: Sometimes dTHX is added because it is needed on non 
4819              gnuc platforms, but not needed there. This uses GCC
4820              to silence GCC specific warnings by marking pTHX as 
4821              unused.
4822      Branch: perl
4823            ! perl.h
4824 ____________________________________________________________________________
4825 [ 11996] By: nick                                  on 2001/09/11  06:25:27
4826         Log: Integrate mainline
4827      Branch: perlio
4828            - ext/POSIX/sigaction.t lib/File/Find/taint.t
4829           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
4830 ____________________________________________________________________________
4831 [ 11995] By: nick                                  on 2001/09/11  06:23:39
4832         Log: Part Integrate mainline
4833      Branch: perlio
4834           +> (branch 69 files)
4835            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
4836            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
4837            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
4838            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
4839            - lib/Switch/t/switch_case.t lib/Test/Harness.t
4840            - lib/Test/More/Changes lib/Test/More/t/More.t
4841            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
4842            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
4843            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
4844            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
4845            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
4846            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
4847            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
4848            - t/lib/Test/More/Catch.pm wince/perl.ico
4849           !> (integrate 197 files)
4850 ____________________________________________________________________________
4851 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
4852         Log: Subject: Re: [PATCH] Encode.pm docs fix
4853              From: Gisle Aas <gisle@ActiveState.com>
4854              Date: 10 Sep 2001 11:27:02 -0700
4855              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
4856      Branch: perl
4857            ! ext/Encode/Encode.pm
4858 ____________________________________________________________________________
4859 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
4860         Log: Fix unpack U to be the reverse of pack U
4861              (but implement unpack U0U as a backdoor to get
4862              the UTF-8 malformed warnings from un-UTF-8 data)
4863      Branch: perl
4864            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
4865 ____________________________________________________________________________
4866 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
4867         Log: Metaconfig unit change for #11991;
4868              delete an unused unit (d_strtoull.U is the one used)
4869      Branch: metaconfig
4870            ! U/protos/d_lseekproto.U
4871      Branch: metaconfig/U/perl
4872            - strtoull.U
4873 ____________________________________________________________________________
4874 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
4875         Log: Subject: [PATCH] Configure not recording lseek proto
4876              From: Blair Zajac <blair@orcaware.com>
4877              Date: Mon, 10 Sep 2001 17:52:37 -0700
4878              Message-ID: <3B9D6055.BA334A31@orcaware.com>
4879              
4880              plus regen Configure.
4881      Branch: perl
4882            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4883            ! config_h.SH uconfig.h
4884 ____________________________________________________________________________
4885 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
4886         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?)))                  
4887              From: Nicholas Clark <nick@ccl4.org>
4888              Date: Tue, 11 Sep 2001 00:00:31 +0100
4889              Message-ID: <20010911000031.G1512@plum.flirble.org>
4890      Branch: perl
4891            + t/op/qq.t
4892            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
4893 ____________________________________________________________________________
4894 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
4895         Log: Subject: [PATCH] Building on win32 w/o perlio
4896              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4897              Date: Mon, 10 Sep 2001 23:38:46 +0200
4898              Message-ID: <3B9D4F06.14433.2C37644@localhost>
4899      Branch: perl
4900            ! perl.c win32/Makefile win32/makefile.mk
4901 ____________________________________________________________________________
4902 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
4903         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
4904              From: "chromatic" <chromatic@rmci.net>
4905              Date: Mon, 10 Sep 2001 15:14:01 -0600
4906              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
4907      Branch: perl
4908            + lib/CGI/t/push.t
4909            ! MANIFEST
4910 ____________________________________________________________________________
4911 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
4912         Log: Subject: avoiding hoardes of zombies
4913              From: Nicholas Clark <nick@ccl4.org>
4914              Date: Mon, 10 Sep 2001 22:00:40 +0100
4915              Message-ID: <20010910220040.C1512@plum.flirble.org>
4916      Branch: perl
4917            ! pod/perlipc.pod
4918 ____________________________________________________________________________
4919 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
4920         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
4921              From: John Peacock <jpeacock@rowman.com>
4922              Date: Mon, 10 Sep 2001 16:34:30 -0400
4923              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
4924      Branch: perl
4925            ! sv.c t/op/ver.t utf8.h
4926 ____________________________________________________________________________
4927 [ 11985] By: ams                                   on 2001/09/10  23:20:13
4928         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
4929      Branch: perl
4930            ! MANIFEST
4931 ____________________________________________________________________________
4932 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
4933         Log: (Retracted by #12001)
4934              Subject: Calc with USE_MUL/USE_DIV
4935              From: Tels <perl_dummy@bloodgate.com>
4936              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
4937              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
4938      Branch: perl
4939            ! lib/Math/BigInt/Calc.pm
4940 ____________________________________________________________________________
4941 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
4942         Log: Subject: [PATCH op.c] Re: perl@11978
4943              From: Robin Barker <rmb1@cise.npl.co.uk>
4944              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
4945              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
4946              
4947              Format errors.
4948      Branch: perl
4949            ! op.c
4950 ____________________________________________________________________________
4951 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
4952         Log: Switch PADOFFSET back to U32 both because of binary backward
4953              compatibility and because Arthur seems to have been fixing the
4954              problems with naughty integer-pointer casting.
4955      Branch: perl
4956            ! op.h
4957 ____________________________________________________________________________
4958 [ 11981] By: ams                                   on 2001/09/10  16:31:43
4959         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
4960              Fix Pod Typo, Add Test for ExtUtils::Command
4961              From: "chromatic" <chromatic@rmci.net>
4962              Date: Mon, 10 Sep 2001 11:20:56 -0600
4963              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
4964      Branch: perl
4965            + lib/ExtUtils/Command.t
4966            ! MANIFEST lib/ExtUtils/Command.pm
4967 ____________________________________________________________________________
4968 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
4969         Log: Subject: [PATCH] Encode.pm docs fix
4970              From: Matt Sergeant <MSergeant@star.net.uk>
4971              Date: Mon, 10 Sep 2001 15:24:01 +0100
4972              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
4973      Branch: perl
4974            ! ext/Encode/Encode.pm
4975 ____________________________________________________________________________
4976 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
4977         Log: Update Changes.
4978      Branch: perl
4979            ! Changes patchlevel.h
4980 ____________________________________________________________________________
4981 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
4982         Log: Revert #11973, the dTHX seems to be needed in there
4983              for threaded builds.
4984      Branch: perl
4985            ! perlio.c
4986 ____________________________________________________________________________
4987 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
4988         Log: Detypo.
4989      Branch: perl
4990            ! pod/perlguts.pod
4991 ____________________________________________________________________________
4992 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
4993         Log: Further Class::Struct patching from Damian.
4994              
4995              The new new semantics are:
4996              
4997              * If you pass an initializer for a nested object, it has to be:
4998              a) a reference to an object of that class, or      
4999              b) a reference to an object of a subclass of that class, or
5000              c) a reference to a hash of arguments to be passed to the
5001              class's constructor
5002              * If you pass no initializer for a nested object, the attribute
5003              is initialized to C<undef>
5004      Branch: perl
5005            ! lib/Class/Struct.pm
5006 ____________________________________________________________________________
5007 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
5008         Log: Skip the crypt test if no crypt.
5009      Branch: perl
5010            ! t/op/crypt.t
5011 ____________________________________________________________________________
5012 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
5013         Log: Warn against using bare v-strings as IP addresses
5014              (okay if using the wrappers from Socket)
5015      Branch: perl
5016            ! pod/perldata.pod pod/perlport.pod
5017 ____________________________________________________________________________
5018 [ 11973] By: sky                                   on 2001/09/10  11:57:58
5019         Log: Remove unused dTHX. Silenced another warning.
5020      Branch: perl
5021            ! perlio.c
5022 ____________________________________________________________________________
5023 [ 11972] By: sky                                   on 2001/09/10  11:54:25
5024         Log: Silence some more warnings INT2PTR.
5025      Branch: perl
5026            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
5027 ____________________________________________________________________________
5028 [ 11971] By: sky                                   on 2001/09/10  11:21:50
5029         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
5030      Branch: perl
5031            ! cop.h
5032 ____________________________________________________________________________
5033 [ 11970] By: sky                                   on 2001/09/10  11:17:25
5034         Log: Apply INT2PTR with force to silence warnings from
5035              PM_GETRE and friends. No more warnings with 64bit 
5036              IVs and 32bit pointers.    
5037      Branch: perl
5038            ! op.c op.h perl.c
5039 ____________________________________________________________________________
5040 [ 11969] By: sky                                   on 2001/09/10  10:13:02
5041         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
5042      Branch: perl
5043            ! pod/perlguts.pod
5044 ____________________________________________________________________________
5045 [ 11968] By: sky                                   on 2001/09/10  10:02:51
5046         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
5047              Rename to custop_op_name to Perl_custom_op_name to match perlapi
5048              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
5049              perl_clone.
5050      Branch: perl
5051            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
5052 ____________________________________________________________________________
5053 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
5054         Log: Using strlen() not good on embedded nul bytes.
5055      Branch: perl
5056            ! regcomp.c
5057 ____________________________________________________________________________
5058 [ 11966] By: ams                                   on 2001/09/09  21:06:13
5059         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
5060              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5061              Date: Mon, 13 Aug 2001 22:51:59 +0200
5062              Message-ID: <20010813225159.C6681@rafael>
5063              (Applied with several tweaks.)
5064      Branch: perl
5065            ! embed.h embed.pl proto.h toke.c
5066 ____________________________________________________________________________
5067 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
5068         Log: The exact error message is system-dependent.
5069      Branch: perl
5070            ! lib/ExtUtils/Manifest.t
5071 ____________________________________________________________________________
5072 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
5073         Log: Add Windows and Mac Sami support to Encode
5074              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
5075      Branch: perl
5076            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
5077            ! MANIFEST
5078 ____________________________________________________________________________
5079 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
5080         Log: Use the tried method.
5081      Branch: perl
5082            ! pod/perlport.pod
5083 ____________________________________________________________________________
5084 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
5085         Log: Can't count parentheses.
5086      Branch: perl
5087            ! ext/IO/lib/IO/Socket/INET.pm
5088 ____________________________________________________________________________
5089 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
5090         Log: perlport additions: 1 while unlink, add/delete directory
5091              entries and permissions, cygwin stat funkiness (from Michael
5092              Schwern and Nicholas Clark)
5093      Branch: perl
5094            ! pod/perlport.pod
5095 ____________________________________________________________________________
5096 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
5097         Log: blib does have a detectable test.
5098      Branch: perl
5099            ! t/lib/1_compile.t
5100 ____________________________________________________________________________
5101 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
5102         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
5103              From: "chromatic" <chromatic@rmci.net>
5104              Date: Sat, 08 Sep 2001 19:33:42 -0600
5105              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
5106      Branch: perl
5107            + lib/Term/Complete.t
5108            ! MANIFEST
5109 ____________________________________________________________________________
5110 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
5111         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
5112              From: Michael G Schwern <schwern@pobox.com> 
5113              Date: Sat, 8 Sep 2001 02:40:26 -0400
5114              Message-ID: <20010908024026.A26283@blackrider>
5115      Branch: perl
5116            + lib/Test/Tutorial.pod
5117            ! MANIFEST
5118 ____________________________________________________________________________
5119 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
5120         Log: Try to look up protocol (by name) only iff it has non-numbers:
5121              nice if the server is in a chrooted environment (no /etc/protocols,
5122              server code using hardcorded protocol numbers like 6 for tcp),
5123              suggested by John Holdsworth <coldwave@bigfoot.com>.
5124              In other words, if we are given a number, why look it up again
5125              (by number)?
5126      Branch: perl
5127            ! ext/IO/lib/IO/Socket/INET.pm
5128 ____________________________________________________________________________
5129 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
5130         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
5131              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5132              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
5133              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
5134              
5135              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
5136              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5137              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
5138              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
5139              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
5140              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5141              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
5142              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
5143      Branch: perl
5144            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
5145 ____________________________________________________________________________
5146 [ 11955] By: ams                                   on 2001/09/09  02:54:21
5147         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
5148              From: "Craig A. Berry" <craigberry@mac.com>
5149              Date: Sat, 08 Sep 2001 19:02:16 -0500
5150              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
5151      Branch: perl
5152            ! lib/CGI/t/carp.t
5153 ____________________________________________________________________________
5154 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
5155         Log: Documentation tweaks; think the IP address as an opaque string.
5156      Branch: perl
5157            ! ext/Socket/Socket.pm
5158 ____________________________________________________________________________
5159 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
5160         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
5161              From: Michael G Schwern <schwern@pobox.com>
5162              Date: Sat, 8 Sep 2001 19:45:46 -0400
5163              Message-ID: <20010908194546.C9193@blackrider>
5164      Branch: perl
5165            + lib/blib.t
5166            ! MANIFEST lib/blib.pm t/lib/1_compile.t
5167 ____________________________________________________________________________
5168 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
5169         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
5170              From: "chromatic" <chromatic@rmci.net>
5171              Date: Sat, 08 Sep 2001 12:31:44 -0600
5172              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
5173      Branch: perl
5174            + lib/CGI/t/fast.t
5175            ! MANIFEST
5176 ____________________________________________________________________________
5177 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
5178         Log: The Socket tests were wrong: they were assuming too much.
5179      Branch: perl
5180            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
5181 ____________________________________________________________________________
5182 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
5183         Log: Retract the portability changes since they
5184              seem to have opened a can of worms... will
5185              go back to UNICOS/mk and do the bare minimum
5186              required to get the tests working.
5187      Branch: perl
5188            ! ext/Socket/Socket.xs
5189 ____________________________________________________________________________
5190 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
5191         Log: PADOFFSET is used to cast pointers into integers,
5192              if pointers are 64 bits and U32 32 bits,
5193              bad things may happen, or at least warnings issued.
5194      Branch: perl
5195            ! op.h
5196 ____________________________________________________________________________
5197 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
5198         Log: Still more Socket portability tweaking.
5199              Now Socket.t seems to be happy in all of
5200              Linux/x86, Tru64/alpha, Solaris/sparc,
5201              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
5202              
5203              Addendum: it seems that io_multihomed, io_sock, and hostent
5204              were broken in little-endians (linux/x86 and tru64/alpha)
5205              because of this change.  Argh.
5206      Branch: perl
5207            ! ext/Socket/Socket.xs
5208 ____________________________________________________________________________
5209 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
5210         Log: More portability kicking on inet_ntoa().
5211      Branch: perl
5212            ! ext/Socket/Socket.xs
5213 ____________________________________________________________________________
5214 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
5215         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
5216              From: Michael G Schwern <schwern@pobox.com> 
5217              Date: Fri, 7 Sep 2001 23:06:51 -0400
5218              Message-ID: <20010907230651.R606@blackrider>
5219      Branch: perl
5220            + lib/ExtUtils/Manifest.t
5221            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
5222 ____________________________________________________________________________
5223 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
5224         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
5225              From: "chromatic" <chromatic@rmci.net>
5226              Date: Fri, 07 Sep 2001 17:53:15 -0600      
5227              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
5228      Branch: perl
5229            + lib/ExtUtils/testlib.t
5230            ! MANIFEST
5231 ____________________________________________________________________________
5232 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
5233         Log: Thinko.
5234      Branch: perl
5235            ! lib/integer.t
5236 ____________________________________________________________________________
5237 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
5238         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
5239              From: "Craig A. Berry" <craigberry@mac.com>
5240              Date: Fri, 07 Sep 2001 15:30:03 -0500
5241              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
5242      Branch: perl
5243            ! lib/CGI/Carp.pm
5244 ____________________________________________________________________________
5245 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
5246         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
5247              From: Michael G Schwern <schwern@pobox.com>
5248              Date: Fri, 7 Sep 2001 15:38:13 -0400
5249              Message-ID: <20010907153813.K606@blackrider>
5250      Branch: perl
5251            ! lib/ExtUtils/MM_Unix.pm
5252 ____________________________________________________________________________
5253 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
5254         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
5255              From: Robin Barker <rmb1@cise.npl.co.uk>
5256              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
5257              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
5258      Branch: perl
5259            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
5260 ____________________________________________________________________________
5261 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
5262         Log: Clean up 1_compile.t; move tests to more consistent
5263              places (t/ subdirectories); add integer.t (much of
5264              the pragma is tested elsewhere but there is no one
5265              centralized place)
5266      Branch: perl
5267            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
5268            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
5269            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
5270            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
5271            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
5272            - lib/File/Find/find.t lib/File/Find/taint.t
5273            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
5274 ____________________________________________________________________________
5275 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
5276         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
5277              From: "chromatic" <chromatic@rmci.net>
5278              Date: Fri, 07 Sep 2001 10:17:40 -0600
5279              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
5280      Branch: perl
5281            ! lib/File/Find/taint.t
5282 ____________________________________________________________________________
5283 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
5284         Log: Update Changes.
5285      Branch: perl
5286            ! Changes patchlevel.h
5287 ____________________________________________________________________________
5288 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
5289         Log: Rename the old threading tutorial, start a new one,
5290              regen toc.
5291      Branch: perl
5292            + pod/perlothrtut.pod
5293            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
5294            ! pod/perltoc.pod
5295 ____________________________________________________________________________
5296 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
5297         Log: vars very much has a test.
5298      Branch: perl
5299            ! t/lib/1_compile.t
5300 ____________________________________________________________________________
5301 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
5302         Log: Subject: Re: wince/perl.ico marked as binary
5303              From: Nicholas Clark <nick@ccl4.org>
5304              Date: Fri, 7 Sep 2001 13:54:40 +0100
5305              Message-ID: <20010907135439.D39150@plum.flirble.org>
5306              
5307              and wince/Makefile.ce change from Rainer Keuchel.
5308      Branch: perl
5309            + wince/makeico.pl
5310            ! MANIFEST wince/Makefile.ce
5311 ____________________________________________________________________________
5312 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
5313         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
5314              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5315              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
5316              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
5317      Branch: perl
5318            ! regexec.c
5319 ____________________________________________________________________________
5320 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
5321         Log: (Replaced by #11934)
5322              Subject: Re: [PATCH regexec.c] more general .* and .*?
5323              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5324              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
5325              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
5326      Branch: perl
5327            ! regexec.c
5328 ____________________________________________________________________________
5329 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
5330         Log: The #11931 patching misbehaved.
5331      Branch: perl
5332            ! lib/Test/Harness/t/test-harness.t
5333 ____________________________________________________________________________
5334 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
5335         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
5336              From: Michael G Schwern <schwern@pobox.com>
5337              Date: Fri, 7 Sep 2001 03:30:41 -0400
5338              Message-ID: <20010907033041.A2796@blackrider>
5339      Branch: perl
5340            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
5341            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
5342            + t/lib/sample-tests/header_at_end_fail
5343            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
5344            - lib/Test/Harness.t
5345            ! MANIFEST lib/Test/Harness.pm t/TEST
5346 ____________________________________________________________________________
5347 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
5348         Log: Subject: [PATCH] Digest::MD5 update
5349              From: Gisle Aas <gisle@ActiveState.com>
5350              Date: 06 Sep 2001 23:32:56 -0700
5351              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
5352      Branch: perl
5353            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
5354            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
5355 ____________________________________________________________________________
5356 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
5357         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
5358              From: "chromatic" <chromatic@rmci.net>
5359              Date: Thu, 06 Sep 2001 23:11:44 -0600
5360              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
5361      Branch: perl
5362            + lib/less.t
5363            ! MANIFEST t/lib/1_compile.t
5364 ____________________________________________________________________________
5365 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
5366         Log: The binary file must somehow differently stored.
5367      Branch: perl
5368            - wince/perl.ico
5369            ! MANIFEST
5370 ____________________________________________________________________________
5371 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
5372         Log: Add more modules to the list of modules that have tests,
5373              Schwern's wallet is getting more nervous.
5374              (Run t/lib/1_compile.t manually to see which modules
5375              are lacking tests, or the tests can't be run for some
5376              reason or another, such as the Net:: modules)
5377      Branch: perl
5378            ! t/lib/1_compile.t
5379 ____________________________________________________________________________
5380 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
5381         Log: Try to make Socket::inet_ntoa() more robust.
5382      Branch: perl
5383            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
5384 ____________________________________________________________________________
5385 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
5386         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
5387              From: chromatic <chromatic@rmci.net>       
5388              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
5389              Message-Id: <01090522580506.19590@firewheel>           
5390      Branch: perl
5391            ! lib/English.t
5392 ____________________________________________________________________________
5393 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
5394         Log: Subject: Re: perlvar manpage and localizing special vars
5395              From: Stas Bekman <stas@stason.org>
5396              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
5397              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
5398      Branch: perl
5399            ! pod/perlvar.pod
5400 ____________________________________________________________________________
5401 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
5402         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
5403              From: Robin Barker <rmb1@cise.npl.co.uk>
5404              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
5405              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
5406      Branch: perl
5407            ! lib/ExtUtils/MakeMaker.pm
5408 ____________________________________________________________________________
5409 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
5410         Log: Symbol missing; AIX unhappy.
5411      Branch: perl
5412            ! makedef.pl
5413 ____________________________________________________________________________
5414 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
5415         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
5416              Reported in 5.61, seems to work okay in blead.
5417      Branch: perl
5418            ! t/run/kill_perl.t
5419 ____________________________________________________________________________
5420 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
5421         Log: Update Changes.
5422      Branch: perl
5423            ! Changes patchlevel.h
5424 ____________________________________________________________________________
5425 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
5426         Log: Document the bad assumptions currently breaking
5427              the Socket.t tests 10, 11, and 13 in UNICOS.
5428      Branch: perl
5429            ! ext/Socket/Socket.xs
5430 ____________________________________________________________________________
5431 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
5432         Log: Subject: [PATCH x2p] make OPTIMIZE=...
5433              From: Robin Barker <rmb1@cise.npl.co.uk>
5434              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
5435              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
5436      Branch: perl
5437            ! x2p/Makefile.SH x2p/cflags.SH
5438 ____________________________________________________________________________
5439 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
5440         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
5441              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
5442              Date: Thu, 6 Sep 2001 11:09:40 +0100
5443              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
5444              
5445              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
5446              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5447              Date: 6 Sep 2001 10:14:38 -0000
5448              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
5449      Branch: perl
5450            ! pod/perlfaq1.pod pod/perlhack.pod
5451 ____________________________________________________________________________
5452 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
5453         Log: Subject: Extra NUL is Data::Dumper output - patch
5454              From: Tony Cook <tony@develop-help.com>
5455              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
5456              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
5457      Branch: perl
5458            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
5459 ____________________________________________________________________________
5460 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
5461         Log: Avoid redefinition warning
5462              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
5463              from
5464              perl -w -Ilib -MCwd -e ''
5465      Branch: perl
5466            ! lib/Cwd.pm
5467 ____________________________________________________________________________
5468 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
5469         Log: Update the is_tainted() example implementation.
5470      Branch: perl
5471            ! pod/perlsec.pod
5472 ____________________________________________________________________________
5473 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
5474         Log: Missing) in #11912.
5475      Branch: perl
5476            ! lib/Test/Simple/t/fail.t
5477 ____________________________________________________________________________
5478 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
5479         Log: Rewhack Test-Simple into core harness.
5480      Branch: perl
5481            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
5482            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
5483            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
5484            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
5485            ! lib/Test/Simple/t/skipall.t
5486 ____________________________________________________________________________
5487 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
5488         Log: Workaround for the new Exporter 'feature'.
5489      Branch: perl
5490            ! lib/Test/More.pm
5491 ____________________________________________________________________________
5492 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
5493         Log: Re-introduce pure-Perl fall-back for abs_path,
5494              re-introduce #11898.
5495      Branch: perl
5496            ! lib/Cwd.pm lib/File/Find.pm
5497 ____________________________________________________________________________
5498 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
5499         Log: More tests.
5500      Branch: perl
5501            ! lib/Exporter.t
5502 ____________________________________________________________________________
5503 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
5504         Log: Retract #11898 for now because it introduces
5505              a rather nasty depencency: when B is being built,
5506              MakeMaker is used.  MakeMaker uses File::Find.
5507              File::Find uses Cwd::getcwd()...which doesn't
5508              exist yet.
5509      Branch: perl
5510            ! lib/File/Find.pm
5511 ____________________________________________________________________________
5512 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
5513         Log: New test welcome.
5514      Branch: perl
5515            + lib/Test/Simple/t/simple.t
5516 ____________________________________________________________________________
5517 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
5518         Log: Old test begone.
5519      Branch: perl
5520            - lib/Attribute/Handlers/test.pl
5521 ____________________________________________________________________________
5522 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
5523         Log: Test-Simple syncup from Schwern.
5524      Branch: perl
5525            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
5526            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
5527            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
5528            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
5529            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
5530            - lib/Test/More/Changes lib/Test/More/t/More.t
5531            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
5532            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
5533            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
5534            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
5535            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
5536            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
5537            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
5538            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
5539            ! t/lib/Test/Simple/sample_tests/death.plx
5540            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
5541            ! t/lib/Test/Simple/sample_tests/extras.plx
5542            ! t/lib/Test/Simple/sample_tests/five_fail.plx
5543            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
5544            ! t/lib/Test/Simple/sample_tests/one_fail.plx
5545            ! t/lib/Test/Simple/sample_tests/require.plx
5546            ! t/lib/Test/Simple/sample_tests/success.plx
5547            ! t/lib/Test/Simple/sample_tests/too_few.plx
5548            ! t/lib/Test/Simple/sample_tests/two_fail.plx
5549 ____________________________________________________________________________
5550 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
5551         Log: Integrate File::Find changes from bleadperl
5552      Branch: maint-5.6/macperl
5553            ! lib/File/Find.pm t/lib/filefind-taint.t
5554 ____________________________________________________________________________
5555 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
5556         Log: Integrate 11847 from maint-5.6/perl
5557      Branch: maint-5.6/macperl
5558           !> sv.c
5559 ____________________________________________________________________________
5560 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
5561         Log: In UNICOS division yada yada.
5562      Branch: perl
5563            ! t/op/override.t
5564 ____________________________________________________________________________
5565 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
5566         Log: In UNICOS division is really lossy, better use
5567              a tolerance test.
5568      Branch: perl
5569            ! ext/Time/HiRes/HiRes.t
5570 ____________________________________________________________________________
5571 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
5572         Log: In UNICOS sigaction() sets an extra flag
5573              ("the signal has been registered for all the processes in
5574              a multitasking group.")
5575      Branch: perl
5576            ! ext/POSIX/sigaction.t
5577 ____________________________________________________________________________
5578 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
5579         Log: Documentation micropatch from Damian.
5580      Branch: perl
5581            ! lib/Attribute/Handlers.pm
5582 ____________________________________________________________________________
5583 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
5584         Log: (Retracted by #11908)
5585              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
5586              From: Michael G Schwern <schwern@pobox.com>
5587              Date: Wed, 5 Sep 2001 15:58:21 -0400
5588              Message-ID: <20010905155821.I632@blackrider>
5589      Branch: perl
5590            ! lib/File/Find.pm lib/File/Find/taint.t
5591 ____________________________________________________________________________
5592 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
5593         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
5594              From: Michael G Schwern <schwern@pobox.com>
5595              Date: Wed, 5 Sep 2001 19:16:31 -0400
5596              Message-ID: <20010905191631.E11386@blackrider>
5597      Branch: perl
5598            + lib/CGI/t/carp.t
5599            ! MANIFEST
5600 ____________________________________________________________________________
5601 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
5602         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
5603              From: chromatic <chromatic@rmci.net>
5604              Date: Wed, 5 Sep 2001 18:08:07 -0600
5605              Message-Id: <01090518080700.19590@firewheel>
5606      Branch: perl
5607            ! lib/English.pm
5608 ____________________________________________________________________________
5609 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
5610         Log: Fix a typo #11889 and add a test for the same.
5611      Branch: perl
5612            ! ext/Socket/Socket.t ext/Socket/Socket.xs
5613 ____________________________________________________________________________
5614 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
5615         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
5616              From: "Craig A. Berry" <craigberry@mac.com>
5617              Date: Wed, 05 Sep 2001 17:48:54 -0500
5618              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
5619      Branch: perl
5620            ! lib/warnings.t t/run/kill_perl.t
5621 ____________________________________________________________________________
5622 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
5623         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
5624              From: Michael G Schwern <schwern@pobox.com>
5625              Date: Wed, 5 Sep 2001 17:22:25 -0400
5626              Message-ID: <20010905172225.C11386@blackrider>
5627      Branch: perl
5628            ! t/run/kill_perl.t
5629 ____________________________________________________________________________
5630 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
5631         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
5632              From: Nicholas Clark <nick@ccl4.org>
5633              Date: Wed, 5 Sep 2001 20:54:24 +0100
5634              Message-ID: <20010905205424.C25120@plum.flirble.org>
5635      Branch: perl
5636            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
5637 ____________________________________________________________________________
5638 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
5639         Log: Forgotten thing.
5640      Branch: perl
5641            ! uconfig.h
5642 ____________________________________________________________________________
5643 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
5644         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
5645              From: chromatic <chromatic@rmci.net>               
5646              Date: Wed, 5 Sep 2001 13:22:08 -0600
5647              Message-Id: <01090513220807.10587@firewheel> 
5648      Branch: perl
5649            ! lib/English.pm
5650 ____________________________________________________________________________
5651 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
5652         Log: inet_ntoa() tweaks:
5653              - don't allow addresses with > 255 characters
5654              - indent the HP-UX workaround
5655              - don't leak memory
5656      Branch: perl
5657            ! ext/Socket/Socket.xs
5658 ____________________________________________________________________________
5659 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
5660         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
5661              <xwu@theeducationcenter.com>
5662      Branch: perl
5663            ! lib/File/Find.pm
5664 ____________________________________________________________________________
5665 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
5666         Log: Typo nits.
5667      Branch: perl
5668            ! lib/File/Find.pm
5669 ____________________________________________________________________________
5670 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
5671         Log: -Wall nit.
5672      Branch: perl
5673            ! op.c
5674 ____________________________________________________________________________
5675 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
5676         Log: Update to Scalar-List-Utils 1.05
5677      Branch: perl
5678            ! ext/List/Util/ChangeLog ext/List/Util/README
5679            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
5680 ____________________________________________________________________________
5681 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
5682         Log: Update Changes.
5683      Branch: perl
5684            ! Changes patchlevel.h
5685 ____________________________________________________________________________
5686 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
5687         Log: Update to Scalar-List-Utils 1.04
5688      Branch: perl
5689            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
5690            ! ext/List/Util/lib/List/Util.pm
5691            ! ext/List/Util/lib/Scalar/Util.pm
5692 ____________________________________________________________________________
5693 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
5694         Log: Metaconfigify #11724.
5695      Branch: metaconfig
5696            ! U/threads/archname.U
5697 ____________________________________________________________________________
5698 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
5699         Log: The MacOS reference is okay, no reason to hide it.
5700      Branch: perl
5701            ! lib/Cwd.pm
5702 ____________________________________________________________________________
5703 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
5704         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
5705              From: Michael G Schwern <schwern@pobox.com>
5706              Date: Tue, 4 Sep 2001 15:30:10 -0400
5707              Message-ID: <20010904153010.H26466@blackrider> 
5708              
5709              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
5710      Branch: perl
5711            ! ext/Cwd/Makefile.PL lib/Cwd.pm
5712 ____________________________________________________________________________
5713 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
5714         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.))
5715              From: Michael G Schwern <schwern@pobox.com>
5716              Date: Tue, 4 Sep 2001 17:39:13 -0400
5717              Message-ID: <20010904173913.C626@blackrider>
5718      Branch: perl
5719            ! lib/Cwd.pm
5720 ____________________________________________________________________________
5721 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
5722         Log: Subject: Re: Perl_pp_* in public API?
5723              From: "Craig A. Berry" <craigberry@mac.com>
5724              Date: Tue, 4 Sep 2001 21:51:29 -0500
5725              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
5726      Branch: perl
5727            ! ext/List/Util/Util.xs
5728 ____________________________________________________________________________
5729 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
5730         Log: From Damian: Class::Struct was unable to define
5731              recursive classes.  After the patch an object reference
5732              (rather than a hash) is required to initialize
5733              an object attribute.  If no such initializer is given to
5734              the constructor, object attributes are now default
5735              initialized to C<undef>.
5736      Branch: perl
5737            ! lib/Class/Struct.pm lib/Class/Struct.t
5738 ____________________________________________________________________________
5739 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
5740         Log: Subject: Re: sv_catpvfn and sv_setpvfn
5741              From: Richard Soderberg <rs@oregonnet.com>
5742              Date: Tue, 4 Sep 2001 15:16:47 -0700
5743              Message-Id: <200109042216.PAA17858@oregonnet.com>
5744      Branch: perl
5745            ! pod/perlclib.pod pod/perlguts.pod
5746 ____________________________________________________________________________
5747 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
5748         Log: NetWare updates from Ananth Kesari.
5749      Branch: perl
5750            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
5751            ! NetWare/nw5thread.h
5752 ____________________________________________________________________________
5753 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
5754         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?))
5755              From: Nicholas Clark <nick@ccl4.org>
5756              Date: Tue, 4 Sep 2001 22:42:50 +0100
5757              Message-ID: <20010904224250.P25120@plum.flirble.org>
5758      Branch: perl
5759            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
5760            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
5761            ! t/op/oct.t toke.c
5762 ____________________________________________________________________________
5763 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
5764         Log: Fix Cwd::getcwd() not being tainted, as noticed
5765              by Schwern.
5766      Branch: perl
5767            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
5768            - ext/Cwd/Cwd.t
5769            ! MANIFEST ext/Cwd/Cwd.xs util.c
5770 ____________________________________________________________________________
5771 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
5772         Log: Retract #11870 and volatilize the right destruct_level.
5773              Silly thinko pointed out by Sarathy.
5774      Branch: perl
5775            ! intrpvar.h perl.c
5776 ____________________________________________________________________________
5777 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
5778         Log: At least a temporary fix for the mysterious scope core dumps
5779              in Tru64 from Graham.
5780      Branch: perl
5781            ! ext/List/Util/Util.xs
5782 ____________________________________________________________________________
5783 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
5784         Log: (Retracted by #11872)
5785      Branch: perl
5786            ! intrpvar.h
5787 ____________________________________________________________________________
5788 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
5789         Log: Quench a -Wall gripe noticed by Robin Barker.
5790      Branch: perl
5791            ! op.c
5792 ____________________________________________________________________________
5793 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
5794         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
5795              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5796              Date: Wed, 05 Sep 2001 02:01:32 +0900
5797              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
5798      Branch: perl
5799            ! lib/Unicode/UCD.pm
5800 ____________________________________________________________________________
5801 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
5802         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
5803              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5804              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
5805              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
5806      Branch: perl
5807            ! gv.c
5808 ____________________________________________________________________________
5809 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
5810         Log: Update Changes.
5811      Branch: perl
5812            ! Changes patchlevel.h
5813 ____________________________________________________________________________
5814 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
5815         Log: Add the \[$@%&*] prototype support.
5816      Branch: perl
5817            ! op.c pod/perlsub.pod t/comp/proto.t
5818 ____________________________________________________________________________
5819 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
5820         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
5821              From: Michael G Schwern <schwern@pobox.com>
5822              Date: Mon, 3 Sep 2001 18:59:01 -0400
5823              Message-ID: <20010903185901.Z9233@blackrider>
5824      Branch: perl
5825            ! lib/CGI/t/form.t
5826 ____________________________________________________________________________
5827 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
5828         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
5829              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
5830              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
5831              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
5832      Branch: perl
5833            ! gv.c
5834 ____________________________________________________________________________
5835 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
5836         Log: More srand entry tweakage based on Randal's suggestion.
5837      Branch: perl
5838            ! pod/perlfunc.pod
5839 ____________________________________________________________________________
5840 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
5841         Log: Subject: [PATCH] 'main' *is* a reserved word
5842              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5843              Date: Mon, 3 Sep 2001 22:55:41 +0200
5844              Message-ID: <20010903225541.A24097@rafael>
5845      Branch: perl
5846            ! toke.c
5847 ____________________________________________________________________________
5848 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
5849         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
5850              From: Peter Prymmer <pvhp@best.com>
5851              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
5852              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
5853      Branch: perl
5854            ! README.vms configure.com
5855 ____________________________________________________________________________
5856 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
5857         Log: Subject: Re: A slightly better default seed?   
5858              From: Michael G Schwern <schwern@pobox.com>
5859              Date: Mon, 3 Sep 2001 18:08:15 -0400 
5860              Message-ID: <20010903180815.W9233@blackrider>
5861      Branch: perl
5862            ! t/op/srand.t
5863 ____________________________________________________________________________
5864 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
5865         Log: Add sharedsv.o to microperl object files.
5866      Branch: perl
5867            ! Makefile.micro
5868 ____________________________________________________________________________
5869 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
5870         Log: AUTHORS updates and
5871              
5872              Subject: [PATCH] Just some preening :-)        
5873              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
5874              Date: Tue, 4 Sep 2001 14:16:59 +0100
5875              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
5876      Branch: perl
5877            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
5878 ____________________________________________________________________________
5879 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
5880         Log: Typo fix and slight rewording.
5881      Branch: perl
5882            ! pod/perlfunc.pod
5883 ____________________________________________________________________________
5884 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
5885         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
5886      Branch: perl
5887            ! pod/perlfaq4.pod
5888 ____________________________________________________________________________
5889 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
5890         Log: The helper file changed name.
5891      Branch: perl
5892            ! MANIFEST
5893 ____________________________________________________________________________
5894 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
5895         Log: Update to Scalar-List-Utils 1.03
5896      Branch: perl
5897            + ext/List/Util/t/shuffle.t
5898            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
5899            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
5900            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
5901            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
5902            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
5903            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
5904            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
5905            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
5906 ____________________________________________________________________________
5907 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
5908         Log: Make crypt() do something more sane for Unicode
5909              (take crypt() of the low eight bits of the characters,
5910              instead of taking crypt() of the UTF-8 of the scalar);
5911              add a test for crypt().
5912      Branch: perl
5913            + t/op/crypt.t
5914            ! MANIFEST pod/perlfunc.pod pp.c
5915 ____________________________________________________________________________
5916 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
5917         Log: Reorganize the srand entry.
5918      Branch: perl
5919            ! pod/perlfunc.pod
5920 ____________________________________________________________________________
5921 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
5922         Log: Remove the tests that assume something about
5923              calling srand() without arguments multiple times.
5924      Branch: perl
5925            ! t/op/srand.t
5926 ____________________________________________________________________________
5927 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
5928         Log: Upgrade to Math::BigInt 1.42.
5929      Branch: perl
5930            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5931            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
5932            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
5933            ! lib/Math/BigInt/t/mbimbf.t
5934 ____________________________________________________________________________
5935 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
5936         Log: integrate change#11847 from maint-5.6
5937              
5938              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
5939      Branch: perl
5940            ! sv.c
5941 ____________________________________________________________________________
5942 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
5943         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
5944      Branch: maint-5.6/perl
5945            ! sv.c
5946 ____________________________________________________________________________
5947 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
5948         Log: As far as I can tell these functions have been Unicodified.
5949      Branch: perl
5950            ! doop.c
5951 ____________________________________________________________________________
5952 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
5953         Log: Update to Storable 1.0.13.
5954      Branch: perl
5955            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5956            ! ext/Storable/Storable.xs
5957 ____________________________________________________________________________
5958 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
5959         Log: Patch the Filter::Simple test to work with
5960              the core test suite (since the FilterTest.pm
5961              is in t/lib, not in lib).
5962      Branch: perl
5963            ! lib/Filter/Simple/t/filter.t
5964 ____________________________________________________________________________
5965 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
5966         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
5967      Branch: perl
5968            + t/lib/FilterTest.pm
5969            - t/lib/MyFilter.pm
5970 ____________________________________________________________________________
5971 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
5972         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
5973              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
5974              Text::Balanced 1.86.
5975      Branch: perl
5976            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
5977            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
5978            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
5979            + lib/Switch/t/nested.t lib/Switch/t/switch.t
5980            + lib/Text/Balanced/Changes lib/Text/Balanced/README
5981            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
5982            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
5983            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
5984            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
5985            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
5986            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
5987            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
5988            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
5989            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
5990            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
5991            ! MANIFEST lib/Attribute/Handlers.pm
5992            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
5993            ! lib/Attribute/Handlers/demo/Demo.pm
5994            ! lib/Attribute/Handlers/demo/Descriptions.pm
5995            ! lib/Attribute/Handlers/demo/MyClass.pm
5996            ! lib/Attribute/Handlers/demo/demo.pl
5997            ! lib/Attribute/Handlers/demo/demo2.pl
5998            ! lib/Attribute/Handlers/demo/demo3.pl
5999            ! lib/Attribute/Handlers/demo/demo4.pl
6000            ! lib/Attribute/Handlers/demo/demo_call.pl
6001            ! lib/Attribute/Handlers/demo/demo_chain.pl
6002            ! lib/Attribute/Handlers/demo/demo_cycle.pl
6003            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
6004            ! lib/Attribute/Handlers/demo/demo_phases.pl
6005            ! lib/Attribute/Handlers/demo/demo_range.pl
6006            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
6007            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
6008            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
6009            ! lib/Text/Balanced.pm
6010 ____________________________________________________________________________
6011 [ 11841] By: sky                                   on 2001/09/03  11:04:15
6012         Log: Forgot to add a file with Change #11840
6013      Branch: perl
6014            + t/op/srand.t
6015 ____________________________________________________________________________
6016 [ 11840] By: sky                                   on 2001/09/03  11:02:04
6017         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
6018              From: Michael G Schwern <schwern@pobox.com>
6019              Date: Mon, 3 Sep 2001 07:43:00 -0400
6020              Message-ID: <20010903074300.E9233@blackrider>
6021      Branch: perl
6022            ! MANIFEST pod/perlfunc.pod t/op/rand.t
6023 ____________________________________________________________________________
6024 [ 11839] By: sky                                   on 2001/09/03  10:47:11
6025         Log: Document the changes with regards to running of END blocks.
6026              And DESTROY on global objects are called in perl_destruct()!
6027      Branch: perl
6028            ! pod/perl572delta.pod pod/perlembed.pod
6029 ____________________________________________________________________________
6030 [ 11838] By: sky                                   on 2001/09/03  09:34:44
6031         Log: Subject: [PATCH t/op/time.t] Partial cleanup
6032              From: Michael G Schwern <schwern@pobox.com>
6033              Date: Mon, 3 Sep 2001 06:29:42 -0400
6034              Message-ID: <20010903062942.C9233@blackrider>
6035      Branch: perl
6036            ! t/op/time.t
6037 ____________________________________________________________________________
6038 [ 11837] By: sky                                   on 2001/09/03  09:30:02
6039         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
6040              From: Michael G Schwern <schwern@pobox.com>
6041              Date: Mon, 3 Sep 2001 06:24:13 -0400
6042              Message-ID: <20010903062413.B9233@blackrider>
6043      Branch: perl
6044            ! t/op/rand.t
6045 ____________________________________________________________________________
6046 [ 11836] By: sky                                   on 2001/09/03  07:56:47
6047         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
6048              From: Michael G Schwern <schwern@pobox.com>
6049              Date: Sun, 2 Sep 2001 21:38:43 -0400
6050              Message-ID: <20010902213843.L2711@blackrider>
6051      Branch: perl
6052            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
6053            ! MANIFEST
6054 ____________________________________________________________________________
6055 [ 11835] By: nick                                  on 2001/09/03  06:20:06
6056         Log: Integrate mainline
6057      Branch: perlio
6058           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
6059            - t/op/misc.t
6060           !> (integrate 187 files)
6061 ____________________________________________________________________________
6062 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
6063         Log: Update Changes.
6064      Branch: perl
6065            ! Changes patchlevel.h
6066 ____________________________________________________________________________
6067 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
6068         Log: Slight tweaks.
6069      Branch: perl
6070            ! t/run/kill_perl.t
6071 ____________________________________________________________________________
6072 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
6073         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
6074      Branch: perl
6075            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
6076 ____________________________________________________________________________
6077 [ 11831] By: sky                                   on 2001/09/02  12:10:42
6078         Log: Change #11828 wasn't complete, this updates to intest path
6079      Branch: perl
6080            ! t/run/kill_perl.t
6081 ____________________________________________________________________________
6082 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
6083         Log: 's's's.
6084      Branch: perl
6085            ! Changes
6086 ____________________________________________________________________________
6087 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
6088         Log: Update Changes.
6089      Branch: perl
6090            ! Changes patchlevel.h
6091 ____________________________________________________________________________
6092 [ 11828] By: sky                                   on 2001/09/02  11:53:56
6093         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
6094              From: Michael G Schwern <schwern@pobox.com>
6095              Date: Sat, 1 Sep 2001 20:18:58 -0400
6096              Message-ID: <20010901201858.X606@blackrider>
6097              +MANIFEST Fix
6098      Branch: perl
6099            + t/run/kill_perl.t
6100            - t/op/misc.t t/run/segfault.t
6101            ! MANIFEST
6102 ____________________________________________________________________________
6103 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
6104         Log: Subject: [PATCH] lib/Time/Local.pm
6105              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6106              Date: Sun, 2 Sep 2001 06:50:01 -0500
6107              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
6108      Branch: perl
6109            ! lib/Time/Local.pm
6110 ____________________________________________________________________________
6111 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
6112         Log: Tick off Unicode collation and the normalization from
6113              the todo list.
6114      Branch: perl
6115            ! pod/perltodo.pod
6116 ____________________________________________________________________________
6117 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
6118         Log: Update to Unicode 3.1.1.
6119      Branch: perl
6120            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
6121            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
6122            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
6123            ! lib/unicore/PropList.txt lib/unicore/README.perl
6124            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
6125            ! lib/unicore/rename lib/unicore/version
6126 ____________________________________________________________________________
6127 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
6128         Log: Slight doc tweaks for the module.
6129      Branch: perl
6130            ! lib/Unicode/UCD.pm
6131 ____________________________________________________________________________
6132 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
6133         Log: Rename the variable: it *used* to be (wrongly) that the
6134              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
6135              but that is no more the case: PL_reg_match_utf8 is better.
6136      Branch: perl
6137            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
6138            ! regexec.c sv.c thrdvar.h
6139 ____________________________________________________________________________
6140 [ 11822] By: ams                                   on 2001/09/02  02:54:50
6141         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
6142              From: Ilmari Karonen <iltzu@sci.fi>
6143              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
6144              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
6145              (op/sub_lval.t updated to take new error message into account.)
6146      Branch: perl
6147            ! op.c t/op/sub_lval.t
6148 ____________________________________________________________________________
6149 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
6150         Log: remove stray CRs in files; keep all files with UNIX line-ends
6151              (Porting/makerel adds CRs to the files that need it in the
6152              distribution)
6153      Branch: perl
6154            ! NetWare/t/NWScripts.pl README.dos
6155            ! ext/Encode/Encode/cns11643-1.enc
6156            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
6157            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6158 ____________________________________________________________________________
6159 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
6160         Log: some remnants of change#11803
6161      Branch: perl
6162            ! ext/ByteLoader/byterun.h perl.h
6163 ____________________________________________________________________________
6164 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
6165         Log: Update to Unicode::Collate 0.08.
6166      Branch: perl
6167            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6168            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
6169 ____________________________________________________________________________
6170 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
6171         Log: Test tweaks.
6172      Branch: perl
6173            ! t/op/pat.t
6174 ____________________________________________________________________________
6175 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
6176         Log: Fix test
6177      Branch: maint-5.6/macperl
6178            ! t/lib/b.t
6179 ____________________________________________________________________________
6180 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
6181         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
6182              warnings in Config.pm with -W; increase default and
6183              minimum RAM; bump version number.
6184      Branch: maint-5.6/macperl
6185            + macos/lib/Mac/LowMem.pm
6186            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
6187            ! macos/configpm macos/macperl/MacPerl.r
6188 ____________________________________________________________________________
6189 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
6190         Log: Make syntax check report in MPW style, fix tests
6191              to use Mac::err=unix to get normal-style error
6192              messages.
6193      Branch: maint-5.6/macperl
6194            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
6195            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
6196 ____________________________________________________________________________
6197 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
6198         Log: Make MPW-style errors optional (but the default); add
6199              MacPerl::ErrorFormat() function and Mac::err pragma
6200      Branch: maint-5.6/macperl
6201            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
6202            + macos/ext/Mac/err/err.xs
6203            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
6204            ! macos/macish.c macos/macish.h macos/macperl.sym
6205 ____________________________________________________________________________
6206 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
6207         Log: More module and test ports from Thomas Wegner et al
6208      Branch: maint-5.6/macperl
6209            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
6210            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
6211            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
6212            ! t/op/magic.t
6213 ____________________________________________________________________________
6214 [ 11812] By: sky                                   on 2001/09/01  17:19:30
6215         Log: Subject: [PATCH t/op/concat.t] cleanup
6216              From: Michael G Schwern <schwern@pobox.com>
6217              Date: Sat, 1 Sep 2001 14:06:28 -0400
6218              Message-ID: <20010901140628.C606@blackrider>
6219      Branch: perl
6220            ! t/op/concat.t
6221 ____________________________________________________________________________
6222 [ 11811] By: sky                                   on 2001/09/01  12:25:29
6223         Log: Change #11805 didn't update the MANIFEST
6224      Branch: perl
6225            ! MANIFEST
6226 ____________________________________________________________________________
6227 [ 11810] By: sky                                   on 2001/09/01  11:52:44
6228         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
6229              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6230              Date: Sat, 1 Sep 2001 14:50:14 +0200
6231              Message-ID: <20010901145014.A691@rafael>
6232      Branch: perl
6233            ! t/op/inccode.t
6234 ____________________________________________________________________________
6235 [ 11809] By: sky                                   on 2001/09/01  11:49:22
6236         Log: Subject: PATCH: ExtUtils::MakeMaker
6237              From: Tony Bowden <tony@kasei.com>
6238              Date: Sat, 1 Sep 2001 10:33:53 +0100
6239              Message-ID: <20010901103353.A13863@soto.kasei.com>
6240              Manually applied
6241      Branch: perl
6242            ! lib/ExtUtils/MakeMaker.pm
6243 ____________________________________________________________________________
6244 [ 11808] By: sky                                   on 2001/09/01  11:39:13
6245         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
6246              From: mike808@users.sourceforge.net
6247              Date: Sat, 1 Sep 101 11:27:50 GMT
6248              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
6249              With little tweak
6250      Branch: perl
6251            ! lib/Term/Cap.pm
6252 ____________________________________________________________________________
6253 [ 11807] By: ams                                   on 2001/09/01  11:31:16
6254         Log: Subject: oct() and hex()
6255              From: Nicholas Clark <nick@ccl4.org>
6256              Date: Fri, 31 Aug 2001 23:14:13 +0100
6257              Message-Id: <20010831231413.J4950@plum.flirble.org>
6258      Branch: perl
6259            ! pod/perlclib.pod
6260 ____________________________________________________________________________
6261 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
6262         Log: Integrate change 11801 from maintperl
6263      Branch: maint-5.6/macperl
6264            ! perl.c
6265 ____________________________________________________________________________
6266 [ 11805] By: sky                                   on 2001/08/31  21:35:10
6267         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
6268              From: Michael G Schwern <schwern@pobox.com>
6269              Date: Fri, 31 Aug 2001 15:36:28 -0400
6270              Message-ID: <20010831153628.B598@blackrider>
6271              Check for things which used to segfault
6272      Branch: perl
6273            + t/run/segfault.t
6274 ____________________________________________________________________________
6275 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
6276         Log: integrate change#11801 from maint-5.6
6277              
6278              remove age-old UNICOS "workaround" that introduces a static, and
6279              hence an egregious race condition for threaded builds (*sigh*
6280              beats me why this kludge wasn't guarded by a UNICOS-specific
6281              #define *sigh*)
6282      Branch: perl
6283            ! perl.c
6284 ____________________________________________________________________________
6285 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
6286         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
6287              working in 5.7.x
6288      Branch: perl
6289            - objXSUB.h
6290            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
6291            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
6292            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
6293            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
6294            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
6295            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
6296            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
6297            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
6298            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
6299            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
6300            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
6301            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
6302            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
6303            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
6304            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
6305            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
6306            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
6307            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
6308            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
6309            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
6310            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
6311            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
6312 ____________________________________________________________________________
6313 [ 11802] By: ams                                   on 2001/08/31  18:11:32
6314         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
6315              From: "Philip Newton" <Philip.Newton@gmx.net>
6316              Date: Fri, 31 Aug 2001 21:12:56 +0200
6317              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
6318      Branch: perl
6319            ! pod/perldiag.pod
6320 ____________________________________________________________________________
6321 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
6322         Log: remove age-old UNICOS "workaround" that introduces a static, and
6323              hence an egregious race condition for threaded builds (*sigh*
6324              beats me why this kludge wasn't guarded by a UNICOS-specific
6325              #define *sigh*)
6326      Branch: maint-5.6/perl
6327            ! perl.c
6328 ____________________________________________________________________________
6329 [ 11800] By: sky                                   on 2001/08/31  17:30:26
6330         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
6331              Might break on platforms where bool is larger than 8 bites ???
6332      Branch: perl
6333            ! regcomp.c
6334 ____________________________________________________________________________
6335 [ 11799] By: ams                                   on 2001/08/31  12:15:44
6336         Log: Integrate 11778 into mainline.
6337      Branch: perl
6338            ! t/base/term.t
6339 ____________________________________________________________________________
6340 [ 11798] By: sky                                   on 2001/08/31  11:31:44
6341         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
6342              supposed to happen.
6343      Branch: perl
6344            ! regcomp.c
6345 ____________________________________________________________________________
6346 [ 11797] By: sky                                   on 2001/08/31  11:28:17
6347         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
6348              From: "John P. Linderman" <jpl@research.att.com>
6349              Date: Fri, 31 Aug 2001 08:20:35 -0400
6350              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
6351              Fixes test 14 which could fail randomly in rare cases.
6352      Branch: perl
6353            ! ext/Time/HiRes/HiRes.t regcomp.c
6354 ____________________________________________________________________________
6355 [ 11796] By: ams                                   on 2001/08/31  01:13:07
6356         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
6357              From: Nicholas Clark <nick@ccl4.org>
6358              Date: Thu, 30 Aug 2001 23:21:50 +0100
6359              Message-Id: <20010830232150.D4950@plum.flirble.org>
6360      Branch: perl
6361            ! ext/Sys/Syslog/Makefile.PL
6362 ____________________________________________________________________________
6363 [ 11795] By: ams                                   on 2001/08/30  23:53:23
6364         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
6365              patching example
6366              From: Michael G Schwern <schwern@pobox.com>
6367              Date: Thu, 30 Aug 2001 17:02:08 -0400
6368              Message-Id: <20010830170208.M2318@blackrider>
6369      Branch: perl
6370            ! pod/perlhack.pod
6371 ____________________________________________________________________________
6372 [ 11794] By: ams                                   on 2001/08/30  19:35:36
6373         Log: Subject: [PATCH] pp_modulo
6374              From: Nicholas Clark <nick@ccl4.org>
6375              Date: Thu, 30 Aug 2001 18:20:54 +0100
6376              Message-Id: <20010830182053.A4950@plum.flirble.org>
6377      Branch: perl
6378            ! pp.c t/op/64bitint.t
6379 ____________________________________________________________________________
6380 [ 11793] By: sky                                   on 2001/08/30  13:02:48
6381         Log: 11792 wasn't complete
6382      Branch: perl
6383            ! makedef.pl regcomp.c
6384 ____________________________________________________________________________
6385 [ 11792] By: sky                                   on 2001/08/30  12:21:11
6386         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
6387      Branch: perl
6388            ! makedef.pl
6389 ____________________________________________________________________________
6390 [ 11791] By: sky                                   on 2001/08/30  10:08:02
6391         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
6392      Branch: perl
6393            ! config_h.SH
6394 ____________________________________________________________________________
6395 [ 11790] By: sky                                   on 2001/08/30  08:22:31
6396         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
6397              on the pad. Fixes coredumps in cleanups introduced by
6398              Change 11755  
6399      Branch: perl
6400            ! op.c perl.c sv.h
6401 ____________________________________________________________________________
6402 [ 11789] By: sky                                   on 2001/08/29  19:01:47
6403         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
6404              This is a replacement implmentation that works on HPUX.
6405              This bug should probably be fixed in GCC.
6406      Branch: perl
6407            ! ext/Socket/Socket.xs
6408 ____________________________________________________________________________
6409 [ 11788] By: ams                                   on 2001/08/29  17:35:33
6410         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
6411              From: Nicholas Clark <nick@ccl4.org>
6412              Date: Wed, 29 Aug 2001 18:21:56 +0100
6413              Message-Id: <20010829182156.O4950@plum.flirble.org>
6414      Branch: perl
6415            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
6416 ____________________________________________________________________________
6417 [ 11787] By: sky                                   on 2001/08/29  10:42:54
6418         Log: Added test for pack_addr_in and unpack_addr_in
6419              Nitpik in test 10
6420      Branch: perl
6421            ! ext/Socket/Socket.t
6422 ____________________________________________________________________________
6423 [ 11786] By: sky                                   on 2001/08/29  10:28:14
6424         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
6425              Trying to catch errors on HP-UX
6426      Branch: perl
6427            ! ext/Socket/Socket.t
6428 ____________________________________________________________________________
6429 [ 11785] By: sky                                   on 2001/08/29  09:07:03
6430         Log: make sure USE_THREADS is defined so external apps work
6431      Branch: perl
6432            ! config_h.SH
6433 ____________________________________________________________________________
6434 [ 11784] By: sky                                   on 2001/08/29  08:06:12
6435         Log: Subject: Re: The hitlist of untested modules.
6436              From: Jonathan Stowe <gellyfish@gellyfish.com>
6437              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
6438              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
6439              Start of tests for Shell.pm (make Schwern poorer!)
6440      Branch: perl
6441            + lib/Shell.t
6442            ! MANIFEST
6443 ____________________________________________________________________________
6444 [ 11783] By: sky                                   on 2001/08/29  07:37:50
6445         Log: END{} can change the return value even if we die from BEGIN{}
6446      Branch: perl
6447            ! miniperlmain.c
6448 ____________________________________________________________________________
6449 [ 11782] By: ams                                   on 2001/08/29  06:32:17
6450         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
6451              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6452              Date: Wed, 29 Aug 2001 09:18:17 +0200
6453              Message-Id: <20010829091817.A4453@rafael>
6454      Branch: perl
6455            ! t/op/inccode.t
6456 ____________________________________________________________________________
6457 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
6458         Log: Delete xsubpp.patch, as full copy exists now
6459      Branch: maint-5.6/macperl
6460            - macos/xsubpp.patch
6461 ____________________________________________________________________________
6462 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
6463         Log: Add Changes file
6464      Branch: maint-5.6/macperl
6465            + macos/Changes
6466 ____________________________________________________________________________
6467 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
6468         Log: Add Mac version of xsubpp as separate file
6469      Branch: maint-5.6/macperl
6470            + macos/xsubpp
6471            ! macos/Makefile.mk
6472 ____________________________________________________________________________
6473 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
6474         Log: Fix open of /dev/null for Mac OS
6475      Branch: maint-5.6/macperl
6476            ! t/base/term.t
6477 ____________________________________________________________________________
6478 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
6479         Log: Various patches: enable more tests; skip CVS in PerlInstall;
6480              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
6481      Branch: maint-5.6/macperl
6482            ! macos/MacPerlTests.cmd macos/PerlInstall
6483            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
6484 ____________________________________________________________________________
6485 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
6486         Log: Allow for platforms to override formatting of errors
6487              on output from Matthias Neeracher (Mac files)
6488      Branch: maint-5.6/macperl
6489            ! macos/macish.c macos/macish.h
6490 ____________________________________________________________________________
6491 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
6492         Log: Allow for platforms to override formatting of errors
6493              on output from Matthias Neeracher (core files)
6494      Branch: maint-5.6/macperl
6495            ! perl.h pp_ctl.c util.c
6496 ____________________________________________________________________________
6497 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
6498         Log: Add some param checking, from reports by Kevin Reid.
6499      Branch: maint-5.6/macperl
6500            ! macos/ext/Mac/Controls/Controls.pm
6501            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
6502 ____________________________________________________________________________
6503 [ 11773] By: ams                                   on 2001/08/28  23:54:57
6504         Log: Subject: [PATCH] make coretest
6505              From: Paul Johnson <paul@pjcj.net>
6506              Date: Wed, 29 Aug 2001 00:11:38 +0200
6507              Message-Id: <20010829001138.B12169@pjcj.net>
6508              (Applied without the change to perlhack.pod. This should
6509              probably stay undocumented.)
6510      Branch: perl
6511            ! Makefile.SH t/TEST
6512 ____________________________________________________________________________
6513 [ 11772] By: sky                                   on 2001/08/28  13:01:20
6514         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
6515              From: Michael G Schwern <schwern@pobox.com>
6516              Date: Tue, 28 Aug 2001 09:57:39 -0400
6517              Message-ID: <20010828095738.E17775@blackrider>
6518      Branch: perl
6519            ! pod/perlhack.pod t/op/pack.t
6520 ____________________________________________________________________________
6521 [ 11771] By: sky                                   on 2001/08/28  11:20:13
6522         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
6523              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6524              Date: Tue, 28 Aug 2001 14:23:43 +0200
6525              Message-ID: <20010828142343.A19299@rafael>
6526      Branch: perl
6527            ! pod/perlvar.pod pp_ctl.c
6528 ____________________________________________________________________________
6529 [ 11770] By: ams                                   on 2001/08/28  10:13:21
6530         Log: Subject: [PATCH] odd typo in op.h
6531              From: Nicholas Clark <nick@ccl4.org>
6532              Date: Tue, 28 Aug 2001 12:10:26 +0100
6533              Message-Id: <20010828121026.V4950@plum.flirble.org>
6534      Branch: perl
6535            ! op.h
6536 ____________________________________________________________________________
6537 [ 11769] By: sky                                   on 2001/08/28  08:09:16
6538         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
6539              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
6540              Date: Tue, 28 Aug 2001 02:22:20 +0300
6541              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
6542      Branch: perl
6543            ! ext/B/B/Lint.pm
6544 ____________________________________________________________________________
6545 [ 11768] By: ams                                   on 2001/08/28  00:47:35
6546         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
6547              From: Michael G Schwern <schwern@pobox.com>
6548              Date: Mon, 27 Aug 2001 21:24:44 -0400
6549              Message-Id: <20010827212444.F12582@blackrider>
6550      Branch: perl
6551            ! pod/perlhack.pod t/op/pack.t
6552 ____________________________________________________________________________
6553 [ 11767] By: ams                                   on 2001/08/27  23:59:48
6554         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
6555              From: Michael G Schwern <schwern@pobox.com>
6556              Date: Mon, 27 Aug 2001 20:12:29 -0400
6557              Message-Id: <20010827201229.D12582@blackrider>
6558      Branch: perl
6559            ! pod/perlhack.pod t/op/pack.t
6560 ____________________________________________________________________________
6561 [ 11766] By: ams                                   on 2001/08/27  23:39:40
6562         Log: Update Changes.
6563      Branch: perl
6564            ! Changes
6565 ____________________________________________________________________________
6566 [ 11765] By: ams                                   on 2001/08/27  22:53:10
6567         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
6568              From: Michael G Schwern <schwern@pobox.com>
6569              Date: Mon, 27 Aug 2001 19:47:30 -0400
6570              Message-Id: <20010827194730.C12582@blackrider>
6571      Branch: perl
6572            ! t/op/inccode.t
6573 ____________________________________________________________________________
6574 [ 11764] By: ams                                   on 2001/08/27  22:46:21
6575         Log: Subject: [PATCH] new tests for the coderef-in-@INC
6576              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6577              Date: Mon, 27 Aug 2001 22:36:27 +0200
6578              Message-Id: <20010827223627.C690@rafael>
6579              
6580              Subject: Re: [PATCH] new tests for the coderef-in-@INC
6581              From: Nicholas Clark <nick@ccl4.org>
6582              Date: Tue, 28 Aug 2001 00:02:46 +0100
6583              Message-Id: <20010828000245.R4950@plum.flirble.org>
6584      Branch: perl
6585            + t/op/inccode.t
6586            ! MANIFEST
6587 ____________________________________________________________________________
6588 [ 11763] By: ams                                   on 2001/08/27  22:41:09
6589         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
6590              bleadperl on fire, Win95+4NT)
6591              From: Michael G Schwern <schwern@pobox.com>
6592              Date: Mon, 27 Aug 2001 16:54:42 -0400
6593              Message-Id: <20010827165442.F9436@blackrider>
6594      Branch: perl
6595            ! lib/warnings.t
6596 ____________________________________________________________________________
6597 [ 11762] By: sky                                   on 2001/08/27  19:19:17
6598         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
6599              avaible at compile time. This broke the compilation of 
6600              Net/Ping.pm
6601      Branch: perl
6602            ! lib/Net/Ping.pm
6603 ____________________________________________________________________________
6604 [ 11761] By: sky                                   on 2001/08/27  18:34:48
6605         Log: Removed tripple definitions of CUSTOM_OP functions.
6606      Branch: perl
6607            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
6608 ____________________________________________________________________________
6609 [ 11760] By: sky                                   on 2001/08/27  18:21:27
6610         Log: Regen headers
6611      Branch: perl
6612            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
6613            ! perlapi.h proto.h
6614 ____________________________________________________________________________
6615 [ 11759] By: ams                                   on 2001/08/27  16:31:53
6616         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
6617              From: "chromatic" <chromatic@rmci.net>
6618              Date: Mon, 27 Aug 2001 11:17:09 -0600
6619              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
6620      Branch: perl
6621            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
6622 ____________________________________________________________________________
6623 [ 11758] By: sky                                   on 2001/08/27  15:16:42
6624         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
6625              Thanks to H. Merijn Brand for the patch.
6626              Some of the comments and or guards might be removable in perl.h now.
6627      Branch: perl
6628            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
6629            ! Porting/Glossary Porting/config_H README.threads config_h.SH
6630            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
6631            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
6632            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
6633            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
6634            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
6635            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
6636            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
6637            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
6638            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
6639            ! win32/config_H.vc win32/perllib.c win32/win32.h
6640            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
6641            ! wince/config.h wince/config_H.ce wince/win32.h
6642            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
6643 ____________________________________________________________________________
6644 [ 11757] By: sky                                   on 2001/08/27  13:39:16
6645         Log: Subject: GNU ld parses arguments different
6646              From: H.Merijn Brand <h.m.brand@hccnet.nl>
6647              Date: Mon, 27 Aug 2001 16:25:51 +0200
6648              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
6649      Branch: perl
6650            ! hints/hpux.sh
6651 ____________________________________________________________________________
6652 [ 11756] By: sky                                   on 2001/08/27  13:18:45
6653         Log: Subject: Custom Ops
6654              From: Simon Cozens <simon@netthink.co.uk>
6655              Date: Sat, 25 Aug 2001 17:45:09 +0100
6656              Message-ID: <20010825174509.A5752@netthink.co.uk>
6657              I also added a fix to Opcode.pm to quite test cases.
6658      Branch: perl
6659            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
6660            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
6661 ____________________________________________________________________________
6662 [ 11755] By: sky                                   on 2001/08/27  05:37:17
6663         Log: Plugs a memory leak on destruction of regular expressions
6664              introcued by #11274.
6665              PL_regex_padav now has an AV as it's first entry with a list
6666              of freed regex_padav slots that it will reuse on creating
6667              new PMOPs.
6668      Branch: perl
6669            ! op.c perl.c
6670 ____________________________________________________________________________
6671 [ 11754] By: ams                                   on 2001/08/26  14:38:52
6672         Log: Subject: [PATCH] t/io/binmode.t
6673              From: Nicholas Clark <nick@ccl4.org>
6674              Date: Sun, 26 Aug 2001 12:03:05 +0100
6675              Message-Id: <20010826120305.C4950@plum.flirble.org>
6676              
6677              (Also a nitpick in #11752 to t/op/universal.t)
6678      Branch: perl
6679            ! t/io/binmode.t t/op/universal.t
6680 ____________________________________________________________________________
6681 [ 11753] By: ams                                   on 2001/08/26  08:19:34
6682         Log: Subject: [PATCH] op/universal.t failing
6683              From: Nicholas Clark <nick@ccl4.org>
6684              Date: Sun, 26 Aug 2001 09:48:22 +0100
6685              Message-Id: <20010826094822.B4950@plum.flirble.org>
6686      Branch: perl
6687            ! t/op/universal.t
6688 ____________________________________________________________________________
6689 [ 11752] By: ams                                   on 2001/08/25  22:46:13
6690         Log: Subject: Re: 'can' with undefined subs
6691              From: Tony Bowden <tony@kasei.com>
6692              Date: Sat, 25 Aug 2001 14:58:17 +0100
6693              Message-Id: <20010825145817.A11788@soto.kasei.com>
6694              (Applied with minor modifications.)
6695      Branch: perl
6696            ! t/op/universal.t
6697 ____________________________________________________________________________
6698 [ 11751] By: ams                                   on 2001/08/25  18:28:43
6699         Log: Subject: Re: 'can' with undefined subs
6700              From: Tony Bowden <tony@kasei.com>
6701              Date: Sat, 25 Aug 2001 15:13:14 +0100
6702              Message-Id: <20010825151314.B11788@soto.kasei.com>
6703      Branch: perl
6704            ! lib/UNIVERSAL.pm
6705 ____________________________________________________________________________
6706 [ 11750] By: nick                                  on 2001/08/25  15:24:15
6707         Log: Integrate mainline
6708      Branch: perlio
6709           +> t/io/binmode.t
6710           !> (integrate 26 files)
6711 ____________________________________________________________________________
6712 [ 11749] By: nick                                  on 2001/08/25  14:55:41
6713         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
6714              From:  John Peacock <jpeacock@rowman.com>
6715              Date:  Wed, 22 Aug 2001 12:05:28 -0400
6716              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
6717      Branch: perl
6718            ! pod/perlhack.pod
6719 ____________________________________________________________________________
6720 [ 11748] By: nick                                  on 2001/08/25  14:53:04
6721         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
6722              From:  Michael G Schwern <schwern@pobox.com>
6723              Date:  Wed, 22 Aug 2001 19:22:45 -0400
6724              Message-Id:  <20010822192245.U619@blackrider>
6725      Branch: perl
6726            ! MANIFEST
6727 ____________________________________________________________________________
6728 [ 11747] By: nick                                  on 2001/08/25  14:52:33
6729         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
6730              From:  Nicholas Clark <nick@ccl4.org>
6731              Date:  Wed, 22 Aug 2001 23:29:06 +0100
6732              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
6733      Branch: perl
6734            + t/io/binmode.t
6735            ! perlio.c pod/perlfunc.pod
6736 ____________________________________________________________________________
6737 [ 11744] By: nick                                  on 2001/08/25  14:37:33
6738         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
6739              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6740              Date:  Fri, 24 Aug 2001 22:10:42 +0200
6741              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
6742      Branch: perl
6743            ! x2p/a2py.c x2p/walk.c
6744 ____________________________________________________________________________
6745 [ 11743] By: nick                                  on 2001/08/25  14:32:47
6746         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
6747              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6748              Date:  Fri, 24 Aug 2001 23:34:13 +0200
6749              Message-Id:  <20010824233413.A1285@rafael>
6750      Branch: perl
6751            ! pod/perlfunc.pod pod/perlvar.pod
6752 ____________________________________________________________________________
6753 [ 11742] By: ams                                   on 2001/08/25  13:16:02
6754         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
6755              From: Nicholas Clark <nick@ccl4.org>
6756              Date: Sat, 25 Aug 2001 14:50:07 +0100
6757              Message-Id: <20010825145007.L41464@plum.flirble.org>
6758      Branch: perl
6759            ! pp_ctl.c
6760 ____________________________________________________________________________
6761 [ 11741] By: nick                                  on 2001/08/24  07:08:45
6762         Log: When applying patch via Porting/apply fails, do p4 refresh
6763              to get old files back.
6764      Branch: perl
6765            ! Porting/apply
6766 ____________________________________________________________________________
6767 [ 11740] By: ams                                   on 2001/08/24  04:47:24
6768         Log: #11739 was incomplete.
6769      Branch: perl
6770            ! pod/perldiag.pod
6771 ____________________________________________________________________________
6772 [ 11739] By: ams                                   on 2001/08/24  04:09:40
6773         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
6774              From: "Philip Newton" <Philip.Newton@gmx.net>
6775              Date: Fri, 24 Aug 2001 07:08:34 +0200
6776      Branch: perl
6777            ! pod/perldiag.pod
6778 ____________________________________________________________________________
6779 [ 11738] By: ams                                   on 2001/08/24  02:19:42
6780         Log: Fixed Doug Wilson's email address.
6781      Branch: perl
6782            ! AUTHORS
6783 ____________________________________________________________________________
6784 [ 11737] By: ams                                   on 2001/08/24  00:10:13
6785         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
6786              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6787              Date: Thu, 23 Aug 2001 22:22:58 +0200
6788              Message-Id: <20010823222258.A901@rafael>
6789      Branch: perl
6790            ! pod/perldiag.pod
6791 ____________________________________________________________________________
6792 [ 11736] By: ams                                   on 2001/08/24  00:05:02
6793         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
6794              From: "Craig A. Berry" <craigberry@mac.com>
6795              Date: Thu, 23 Aug 2001 19:07:45 -0500
6796              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
6797      Branch: perl
6798            ! configure.com
6799 ____________________________________________________________________________
6800 [ 11735] By: sky                                   on 2001/08/23  13:42:07
6801         Log: Backed out 11732, it breaks lib/strict.t 
6802      Branch: perl
6803            ! op.c
6804 ____________________________________________________________________________
6805 [ 11734] By: sky                                   on 2001/08/23  11:45:59
6806         Log: Removed toy from 17133 after Matt Sargeants request.
6807      Branch: perl
6808            ! pod/perlfaq4.pod
6809 ____________________________________________________________________________
6810 [ 11733] By: sky                                   on 2001/08/23  11:36:29
6811         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
6812              From: Robin Houston <robin@kitsite.com>
6813              Date: Wed, 22 Aug 2001 23:06:16 +0100
6814              Message-ID: <20010822230616.A254@robin.kitsite.com>
6815      Branch: perl
6816            ! pod/perlfaq4.pod
6817 ____________________________________________________________________________
6818 [ 11732] By: sky                                   on 2001/08/23  10:36:02
6819         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
6820              From: Simon Cozens <simon@netthink.co.uk>
6821              Date: Thu, 23 Aug 2001 12:06:36 +0100
6822              Message-ID: <20010823120636.A9961@netthink.co.uk>
6823      Branch: perl
6824            ! op.c
6825 ____________________________________________________________________________
6826 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
6827         Log: fix broken windows build
6828      Branch: perl
6829            ! perl.h
6830 ____________________________________________________________________________
6831 [ 11730] By: ams                                   on 2001/08/22  21:35:30
6832         Log: Subject: [PATCH] io/tell.t doesn't chdir t
6833              From: Nicholas Clark <nick@ccl4.org>
6834              Date: Wed, 22 Aug 2001 23:25:58 +0100
6835              Message-Id: <20010822232557.Y82818@plum.flirble.org>
6836      Branch: perl
6837            ! t/io/tell.t
6838 ____________________________________________________________________________
6839 [ 11729] By: ams                                   on 2001/08/22  20:32:21
6840         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
6841              questions)
6842              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6843              Date: Wed, 22 Aug 2001 17:09:04 -0400
6844              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
6845              (Oops, forgot File::Spec::Unix in the previous patch.)
6846      Branch: perl
6847            ! lib/File/Spec/Unix.pm
6848 ____________________________________________________________________________
6849 [ 11728] By: ams                                   on 2001/08/22  20:25:41
6850         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
6851              questions)
6852              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6853              Date: Wed, 22 Aug 2001 17:09:04 -0400
6854              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
6855      Branch: perl
6856            ! lib/File/Spec.pm
6857 ____________________________________________________________________________
6858 [ 11727] By: ams                                   on 2001/08/22  19:43:30
6859         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
6860              From: John Peacock <jpeacock@rowman.com>
6861              Date: Wed, 22 Aug 2001 12:35:52 -0400
6862              Message-Id: <3B83DF68.5D89DC81@rowman.com>
6863              (Adds proper tests for $], notwithstanding Subject. +nitpick)
6864      Branch: perl
6865            ! t/op/ver.t
6866 ____________________________________________________________________________
6867 [ 11726] By: ams                                   on 2001/08/22  19:36:39
6868         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
6869              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
6870              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
6871              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
6872      Branch: perl
6873            ! lib/diagnostics.pm lib/diagnostics.t
6874 ____________________________________________________________________________
6875 [ 11725] By: ams                                   on 2001/08/22  19:25:01
6876         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
6877              From: Nicholas Clark <nick@ccl4.org>
6878              Date: Wed, 22 Aug 2001 20:59:05 +0100
6879              Message-Id: <20010822205905.U82818@plum.flirble.org>
6880      Branch: perl
6881            ! pp.c t/op/64bitint.t t/op/arith.t
6882 ____________________________________________________________________________
6883 [ 11724] By: ams                                   on 2001/08/22  10:02:33
6884         Log: Subject: Configure blooper
6885              From: H.Merijn Brand <h.m.brand@hccnet.nl>
6886              Date: Wed, 22 Aug 2001 12:38:35 +0200
6887              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
6888      Branch: perl
6889            ! Configure
6890 ____________________________________________________________________________
6891 [ 11723] By: ams                                   on 2001/08/21  16:17:53
6892         Log: Subject: [PATCH] installperl -help
6893              From: Nicholas Clark <nick@ccl4.org>
6894              Date: Tue, 21 Aug 2001 17:34:23 +0100
6895              Message-Id: <20010821173423.F82818@plum.flirble.org>
6896      Branch: perl
6897            ! installperl
6898 ____________________________________________________________________________
6899 [ 11722] By: ams                                   on 2001/08/20  07:46:31
6900         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
6901              From: Ilmari Karonen <iltzu@sci.fi>
6902              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
6903              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
6904      Branch: perl
6905            ! pod/perlvar.pod
6906 ____________________________________________________________________________
6907 [ 11721] By: nick                                  on 2001/08/20  06:24:31
6908         Log: Integrate mainline
6909      Branch: perlio
6910           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
6911           +> lib/Lingua/KO/Hangul/Util/Changes
6912           +> lib/Lingua/KO/Hangul/Util/README
6913           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
6914           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
6915           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
6916           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
6917           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
6918           +> lib/Unicode/Normalize/t/test.t
6919            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
6920           !> (integrate 55 files)
6921 ____________________________________________________________________________
6922 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
6923         Log: Integrate Change #11599 from maint-5.6/perl
6924      Branch: maint-5.6/macperl
6925           !> README.win32
6926 ____________________________________________________________________________
6927 [ 11719] By: ams                                   on 2001/08/18  21:21:42
6928         Log: Add Porting/apply to MANIFEST.
6929      Branch: perl
6930            ! MANIFEST
6931 ____________________________________________________________________________
6932 [ 11718] By: sky                                   on 2001/08/18  14:38:01
6933         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
6934              Better solution would be to make 5005threaded perl use
6935              the same system as ithreads do
6936      Branch: perl
6937            ! perl.h
6938 ____________________________________________________________________________
6939 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
6940         Log: New try for ID 20010407.006: detach the semantics
6941              "was the last match target UTF8" into its own variable.
6942      Branch: perl
6943            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
6944            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
6945 ____________________________________________________________________________
6946 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
6947         Log: UTF8 flag should be meaningful only when POK.
6948      Branch: perl
6949            ! dump.c
6950 ____________________________________________________________________________
6951 [ 11715] By: sky                                   on 2001/08/18  11:45:16
6952         Log: USE_THREADS and USE_ITHREADS are never true at the same time
6953      Branch: perl
6954            ! perl.h
6955 ____________________________________________________________________________
6956 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
6957         Log: Retract #11712 for now.  The real fix would probably
6958              be something like making PL_reg_sv a copy (PV + UTF8)
6959              of the matched/substituted string (note: not just a SvPOK
6960              string, for example the stringified form of a ROK would
6961              be applicable)  Beware of leaks.
6962      Branch: perl
6963            ! pp_hot.c t/op/pat.t
6964 ____________________________________________________________________________
6965 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
6966         Log: UTF8 wasn't printing for PVMGs.
6967      Branch: perl
6968            ! dump.c
6969 ____________________________________________________________________________
6970 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
6971         Log: (Retracted by #11714)
6972              
6973              Okay analysis, debatable fix.  (The fix will inc
6974              the refcount of all temporary match objects,
6975              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
6976              which will then cause griping at untie() time
6977              ("inner references remain").
6978              
6979              Fix for ID 20010407.006: PL_reg_sv got wiped out
6980              by freetemps if the match target was a temporary
6981              (like function_call() =~ /.../), which in turn meant
6982              that the $1 et al stopped working if they had UTF-8
6983              in them.  Therefore bump up the refcount of PL_reg_sv.
6984      Branch: perl
6985            ! pp_hot.c t/op/pat.t
6986 ____________________________________________________________________________
6987 [ 11711] By: ams                                   on 2001/08/17  20:32:08
6988         Log: Subject: [PATCH] doesn't compile, was perl@11710
6989              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6990              Date: Fri, 17 Aug 2001 23:21:10 +0200
6991              Message-Id: <20010817232110.C7041@rafael> 
6992      Branch: perl
6993            ! sharedsv.c
6994 ____________________________________________________________________________
6995 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
6996         Log: Update Changes.
6997      Branch: perl
6998            ! Changes patchlevel.h
6999 ____________________________________________________________________________
7000 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
7001         Log: Upgrade to libnet 1.0704.
7002      Branch: perl
7003            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
7004            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
7005            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
7006            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
7007            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
7008            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
7009            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
7010 ____________________________________________________________________________
7011 [ 11708] By: sky                                   on 2001/08/17  13:34:04
7012         Log: Let perl_clone copy PL_exit_flags
7013      Branch: perl
7014            ! sv.c
7015 ____________________________________________________________________________
7016 [ 11707] By: sky                                   on 2001/08/17  12:28:41
7017         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
7018      Branch: perl
7019            ! sharedsv.c sharedsv.h
7020 ____________________________________________________________________________
7021 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
7022         Log: The metaconfig unit change for #11705.
7023      Branch: metaconfig/U/perl
7024            ! Extensions.U
7025 ____________________________________________________________________________
7026 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
7027         Log: Allow the threads extension to be found if present.
7028      Branch: perl
7029            ! Configure
7030 ____________________________________________________________________________
7031 [ 11704] By: nick                                  on 2001/08/17  11:47:54
7032         Log: Mail -> change script (pre-alpha)
7033      Branch: perl
7034            + Porting/apply
7035 ____________________________________________________________________________
7036 [ 11703] By: sky                                   on 2001/08/17  07:11:24
7037         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
7038              Thanks to Tom Hospel for pointing out my error.
7039      Branch: perl
7040            ! op.h
7041 ____________________________________________________________________________
7042 [ 11702] By: sky                                   on 2001/08/17  04:18:11
7043         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.
7044      Branch: perl
7045            ! embed.pl miniperlmain.c perl.c perl.h proto.h
7046 ____________________________________________________________________________
7047 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
7048         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
7049              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
7050      Branch: perl
7051            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
7052            + lib/Lingua/KO/Hangul/Util/README
7053            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
7054            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
7055            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
7056            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
7057            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
7058            + lib/Unicode/Normalize/t/test.t
7059            ! MANIFEST
7060 ____________________________________________________________________________
7061 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
7062         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
7063              Date: Thu, 16 Aug 2001 22:46:15 -0500
7064              From: "Craig A. Berry" <craigberry@mac.com>
7065              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
7066      Branch: perl
7067            ! configure.com numeric.c
7068 ____________________________________________________________________________
7069 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
7070         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
7071              of the usual suspects (like getpwent) but not for others
7072              (like localtime and rand).  The _r versions are available
7073              for all of them, so let's use them.
7074      Branch: perl
7075            ! perl.h
7076 ____________________________________________________________________________
7077 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
7078         Log: (Accidental apply; thankfully empty.)
7079      Branch: perl
7080            ! hints/os390.sh
7081 ____________________________________________________________________________
7082 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
7083         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
7084              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7085              Date: Thu, 16 Aug 2001 16:27:49 +0100
7086              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
7087      Branch: perl
7088            ! regexec.c t/op/re_tests
7089 ____________________________________________________________________________
7090 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
7091         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
7092              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7093              Date: Thu, 16 Aug 2001 18:50:01 +0100
7094              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
7095      Branch: perl
7096            ! pp_hot.c t/op/pat.t
7097 ____________________________________________________________________________
7098 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
7099         Log: Subject: [PATCH] *time_r again
7100              From: "Arthur Bergman" <arthur@contiller.se>
7101              Date: Thu, 16 Aug 2001 16:01:54 +0200
7102              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
7103      Branch: perl
7104            ! op.h
7105 ____________________________________________________________________________
7106 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
7107         Log: system() and backtick error handling cleanup from Craig A. Berry.
7108      Branch: perl
7109            ! vms/vms.c
7110 ____________________________________________________________________________
7111 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
7112         Log: change#10334 leaks memory, copies string when it doesn't
7113              need to
7114      Branch: perl
7115            ! perl.c
7116 ____________________________________________________________________________
7117 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
7118         Log: One more twist to the sprintf + utf8 testing.
7119      Branch: perl
7120            ! t/op/misc.t
7121 ____________________________________________________________________________
7122 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
7123         Log: Fix for 20010407.008 sprintf removes utf8-ness.
7124      Branch: perl
7125            ! pp.c t/op/misc.t
7126 ____________________________________________________________________________
7127 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
7128         Log: Subject: [PATCH] *time_r fixes
7129              From: "Arthur Bergman" <arthur@contiller.se>
7130              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
7131              Date: Thu, 16 Aug 2001 14:22:27 +0200
7132      Branch: perl
7133            ! op.h
7134 ____________________________________________________________________________
7135 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
7136         Log: Upgrade to CGI.pm 2.77.
7137      Branch: perl
7138            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
7139            ! lib/CGI/t/function.t
7140 ____________________________________________________________________________
7141 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
7142         Log: Document the bytes-to-Unicode upgrading.
7143      Branch: perl
7144            ! pod/perlunicode.pod
7145 ____________________________________________________________________________
7146 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
7147         Log: Add a test for Unicode sprintf.
7148      Branch: perl
7149            ! t/op/misc.t
7150 ____________________________________________________________________________
7151 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
7152         Log: Add Unicode tests for index/rindex.
7153      Branch: perl
7154            ! t/op/index.t
7155 ____________________________________________________________________________
7156 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
7157         Log: Document a bit the art of minimizing the installation,
7158              based on the p5p discussion.
7159      Branch: perl
7160            ! INSTALL
7161 ____________________________________________________________________________
7162 [ 11684] By: nick                                  on 2001/08/15  15:03:31
7163         Log: Integrate mainline
7164      Branch: perlio
7165           +> sharedsv.c sharedsv.h
7166           !> (integrate 53 files)
7167 ____________________________________________________________________________
7168 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
7169         Log: Update Changes.
7170      Branch: perl
7171            ! Changes patchlevel.h
7172 ____________________________________________________________________________
7173 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
7174         Log: The #11673 necessitated a test tweak.
7175      Branch: perl
7176            ! t/io/utf8.t
7177 ____________________________________________________________________________
7178 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
7179         Log: Also UNICOS is in the general case unable to silently
7180              handle fp overflows.
7181      Branch: perl
7182            ! numeric.c
7183 ____________________________________________________________________________
7184 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
7185         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
7186              NV_EPSILON #defined.
7187      Branch: perl
7188            ! perl.h
7189 ____________________________________________________________________________
7190 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
7191         Log: Re-establish the fp overflow detection for VAX VMS; there
7192              is no easy way to have the IEEE fp silent overflow semantics.
7193              (in Alpha VMS we still will use IEEE fp by default-- but it
7194              is still possible to configure Perl to use G_FLOAT)
7195      Branch: perl
7196            ! numeric.c
7197 ____________________________________________________________________________
7198 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
7199         Log: Subject: [PATCH] pp_lock 
7200              From: "Arthur Bergman" <arthur@contiller.se>
7201              Date: Wed, 15 Aug 2001 11:52:16 +0200
7202              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
7203      Branch: perl
7204            ! pp.c
7205 ____________________________________________________________________________
7206 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
7207         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
7208              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7209              Date: Wed, 15 Aug 2001 11:32:11 +0100
7210              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
7211      Branch: perl
7212            ! regcomp.c t/op/re_tests
7213 ____________________________________________________________________________
7214 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
7215         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
7216              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7217              Date: Wed, 15 Aug 2001 10:33:49 +0100
7218              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
7219      Branch: perl
7220            ! regexec.c t/op/re_tests
7221 ____________________________________________________________________________
7222 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
7223         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
7224              From: Barrie Slaymaker <barries@slaysys.com>
7225              Date: Tue, 14 Aug 2001 14:32:25 -0400
7226              Message-ID: <20010814143225.A19822@jester.slaysys.com>
7227      Branch: perl
7228            ! lib/File/Spec.t lib/File/Spec/Unix.pm
7229 ____________________________________________________________________________
7230 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
7231         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
7232              From: Peter Prymmer <pvhp@forte.com>
7233              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
7234              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
7235      Branch: perl
7236            ! README.vms configure.com
7237 ____________________________________________________________________________
7238 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
7239         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
7240              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7241              Date: Tue, 14 Aug 2001 21:23:27 +0200
7242              Message-ID: <20010814212327.A1919@rafael>
7243      Branch: perl
7244            ! doio.c
7245 ____________________________________________________________________________
7246 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
7247         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
7248              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
7249              Date: Tue, 14 Aug 2001 22:30:11 +0200
7250              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
7251              
7252              Combination of nmake, quoting, and Perl expanded $( in here-doc.
7253      Branch: perl
7254            ! ext/SDBM_File/Makefile.PL
7255 ____________________________________________________________________________
7256 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
7257         Log: Todo updates.
7258      Branch: perl
7259            ! pod/perltodo.pod
7260 ____________________________________________________________________________
7261 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
7262         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
7263              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
7264              Date: Mon, 13 Aug 2001 23:15:01 +0200
7265              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
7266      Branch: perl
7267            ! sv.c
7268 ____________________________________________________________________________
7269 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
7270         Log: Subject: [PATCH] [b-]showlex.t
7271              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7272              Date: Sun, 12 Aug 2001 22:24:51 +0200
7273              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
7274              
7275              The 4nt command shell will expand the % in command line
7276              no matter what quoting is attempted, changed the % to @.
7277      Branch: perl
7278            ! ext/B/Showlex.t
7279 ____________________________________________________________________________
7280 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
7281         Log: Subject: [PATCH] magic.t
7282              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
7283              Date: Sun, 12 Aug 2001 20:49:27 +0200
7284              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
7285      Branch: perl
7286            ! t/op/magic.t
7287 ____________________________________________________________________________
7288 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
7289         Log: Add sharedsv* to the DOSish platforms; plus add
7290              some WinCE files to the list of DOSish files.
7291      Branch: perl
7292            ! NetWare/Makefile Porting/makerel win32/Makefile
7293            ! win32/makefile.mk wince/Makefile.ce
7294 ____________________________________________________________________________
7295 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
7296         Log: More DOSish files.
7297      Branch: perl
7298            ! Porting/makerel
7299 ____________________________________________________________________________
7300 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
7301         Log: Strip CRs from the WinCE files.  Now we need to
7302              figure out in which CRs are really needed: probably
7303              Makefile.ce and the README files, at least, probably
7304              also the registry.bat.
7305      Branch: perl
7306            ! wince/Makefile.ce wince/README.compile wince/README.perlce
7307            ! wince/config.h wince/include/cectype.h wince/include/errno.h
7308            ! wince/include/sys/stat.h wince/include/sys/types.h
7309            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
7310            ! wince/perldll.def wince/registry.bat wince/wince.h
7311            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
7312 ____________________________________________________________________________
7313 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
7314         Log: Add some files to DOSish and writables.
7315      Branch: perl
7316            ! Porting/makerel
7317 ____________________________________________________________________________
7318 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
7319         Log: Compile failure message tidying.
7320      Branch: perl
7321            ! t/lib/1_compile.t
7322 ____________________________________________________________________________
7323 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
7324         Log: The new sharedsv* should be exported only if usethreads.
7325      Branch: perl
7326            ! makedef.pl
7327 ____________________________________________________________________________
7328 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
7329         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
7330              From: Peter Prymmer <pvhp@forte.com>
7331              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
7332              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
7333      Branch: perl
7334            ! README.os390
7335 ____________________________________________________________________________
7336 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
7337         Log: Update Changes.
7338      Branch: perl
7339            ! Changes patchlevel.h
7340 ____________________________________________________________________________
7341 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
7342         Log: Subject: [PATHC] sharedsv.[c|h]
7343              From: "Artur Bergman" <artur@contiller.se>
7344              Date: Mon, 13 Aug 2001 14:38:41 +0200
7345              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
7346              
7347              Subject: [PATCH] embed.pl
7348              From: Arthur Bergman <arthur@contiller.se>
7349              Date: Mon, 13 Aug 2001 14:38:14 +0200
7350              Message-ID: <B79D96D6.3088%arthur@contiller.se>
7351              
7352              Subject: [PATCH] sharedsv cleanups
7353              From: "Arthur Bergman" <arthur@contiller.se>
7354              Date: Mon, 13 Aug 2001 15:14:25 +0200
7355              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
7356              
7357              Plus few tweaks: _init needs to be Adp, the prototypes
7358              should not be revealed unless using ithreads, #endif FOO
7359              must be #endif /* FOO */, adding (parentheses) around
7360              do { } while doesn't work too well.
7361      Branch: perl
7362            + sharedsv.c sharedsv.h
7363            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
7364            ! perl.h perlapi.c pod/perlapi.pod proto.h
7365 ____________________________________________________________________________
7366 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
7367         Log: Subject: Re: END {} blocks run in perl_run
7368              From: Arthur Bergman <arthur@contiller.se>
7369              Date: Mon, 13 Aug 2001 11:11:30 +0200
7370              Message-ID: <B79D6661.3068%arthur@contiller.se>
7371      Branch: perl
7372            ! perl.c
7373 ____________________________________________________________________________
7374 [ 11657] By: nick                                  on 2001/08/13  09:03:02
7375         Log: Integrate mainline
7376      Branch: perlio
7377           +> (branch 326 files)
7378            - (delete 330 files)
7379           !> (integrate 85 files)
7380 ____________________________________________________________________________
7381 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
7382         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
7383              and the Perl will be built to do that by default (adding that
7384              will break scripts having non-UTF-8 binary data, such as Latin-1.)
7385      Branch: perl
7386            ! op.c toke.c utf8.h
7387 ____________________________________________________________________________
7388 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
7389         Log: Unnecessary downgrades.
7390      Branch: perl
7391            ! doop.c
7392 ____________________________________________________________________________
7393 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
7394         Log: Failure not true anymore (probably caused by my broken setup).
7395      Branch: perl
7396            ! t/op/pat.t
7397 ____________________________________________________________________________
7398 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
7399         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
7400              stopped working).
7401      Branch: perl
7402            ! op.h pp_ctl.c regcomp.c
7403 ____________________________________________________________________________
7404 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
7405         Log: There is no IN_UTF8.
7406      Branch: perl
7407            ! utf8.h
7408 ____________________________________________________________________________
7409 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
7410         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
7411      Branch: perl
7412            ! op.c op.h pp_ctl.c regcomp.c
7413 ____________________________________________________________________________
7414 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
7415         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
7416              and a test tweak.
7417      Branch: perl
7418            ! op.c t/pod/find.t
7419 ____________________________________________________________________________
7420 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
7421         Log: Todo updates and fixes.
7422      Branch: perl
7423            ! pod/perltodo.pod
7424 ____________________________________________________________________________
7425 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
7426         Log: Mark tests (and one module) having explicit Latin-1
7427              (and one file having explicit UTF-8) with an explicit
7428              'no utf8' (and one explicit 'use utf8').
7429              
7430              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
7431      Branch: perl
7432            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
7433            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
7434            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
7435 ____________________________________________________________________________
7436 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
7437         Log: Subject: SV: END {} blocks run in perl_run
7438              From: "Arthur Bergman" <arthur@contiller.se>
7439              Date: Sun, 12 Aug 2001 00:34:28 +0200 
7440              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
7441      Branch: perl
7442            ! miniperlmain.c perl.c
7443 ____________________________________________________________________________
7444 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
7445         Log: Typos in #11645.
7446      Branch: perl
7447            ! perl.h
7448 ____________________________________________________________________________
7449 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
7450         Log: On ithreads default to use_reentrant except on naturally
7451              threadsafe platforms.
7452      Branch: perl
7453            ! perl.h
7454 ____________________________________________________________________________
7455 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
7456         Log: (Hopefully) a fix for 20010723.004: make install needs
7457              write permission in build directory.  The problem was
7458              probably caused by overeager sprinkling of the lib/re.pm
7459              dependencies (which was done to guarantee lib/re.pm being
7460              uptodate for parallel makes: now solved by funneling that
7461              through an explicit recursive make in the preplibrary target).
7462      Branch: perl
7463            ! Makefile.SH
7464 ____________________________________________________________________________
7465 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
7466         Log: Dispell the "use utf8" superstition.
7467      Branch: perl
7468            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
7469            ! pod/perlunicode.pod
7470 ____________________________________________________________________________
7471 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
7472         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
7473              From: "Abigail" <abigail@foad.org> 
7474              Date: Sat, 11 Aug 2001 23:49:49 +0200
7475              Message-ID: <20010811214950.23255.qmail@foad.org>
7476      Branch: perl
7477            ! t/op/taint.t
7478 ____________________________________________________________________________
7479 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
7480         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
7481              From: Abhijit Menon-Sen <ams@wiw.org>
7482              Date: Sat, 11 Aug 2001 06:18:19 +0530
7483              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
7484      Branch: perl
7485            ! mg.c
7486 ____________________________________________________________________________
7487 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
7488         Log: Test for change #11639.
7489      Branch: perl
7490            ! t/op/tiehandle.t
7491 ____________________________________________________________________________
7492 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
7493         Log: Subject: Re: Can't localize *FH, then tie it
7494              From: Abhijit Menon-Sen <ams@wiw.org>
7495              Date: Sun, 12 Aug 2001 16:08:06 +0530
7496              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
7497      Branch: perl
7498            ! pp_hot.c pp_sys.c
7499 ____________________________________________________________________________
7500 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
7501         Log: Drop all the unnecessary "use utf8" clauses and some of
7502              the unnecessary "use bytes" ones.
7503              
7504              TODO: scour the documentation for unnecessary "use utf8"
7505              and prominently display it in perldelta when the time comes.
7506              ("use utf8" should be necessary ONLY if one wants the script
7507              to be in UTF-8.)  Also should be checked in some non-ASCII
7508              non-Latin-1 platform, like EBCDIC.
7509      Branch: perl
7510            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
7511            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
7512 ____________________________________________________________________________
7513 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
7514         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
7515              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
7516              in Unicode handling.
7517      Branch: perl
7518            + t/op/lc.t
7519            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
7520 ____________________________________________________________________________
7521 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
7522         Log: Thinko: we want the flags for native cc, not gcc.
7523      Branch: perl
7524            ! hints/dec_osf.sh
7525 ____________________________________________________________________________
7526 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
7527         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
7528              From: Robin Houston <robin@kitsite.com>
7529              Date: Fri, 10 Aug 2001 14:42:02 +0100
7530              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
7531      Branch: perl
7532            ! pp.c
7533 ____________________________________________________________________________
7534 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
7535         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
7536              From: Abhijit Menon-Sen <ams@wiw.org>
7537              Date: Sat, 11 Aug 2001 16:31:04 +0530
7538              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
7539      Branch: perl
7540            ! op.c
7541 ____________________________________________________________________________
7542 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
7543         Log: Get rid of indread, from Abhijit Menon-Sen.
7544      Branch: perl
7545            ! pp_sys.c
7546 ____________________________________________________________________________
7547 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
7548         Log: CRLFgngngn.
7549      Branch: perl
7550            ! win32/Makefile win32/makefile.mk
7551 ____________________________________________________________________________
7552 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
7553         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
7554      Branch: perl
7555            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
7556            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
7557            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
7558            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
7559            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
7560            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
7561            ! win32/Makefile win32/makefile.mk
7562 ____________________________________________________________________________
7563 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
7564         Log: Avoid #elif (less portable than #else #if).
7565      Branch: perl
7566            ! handy.h
7567 ____________________________________________________________________________
7568 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
7569         Log: Subject: patch for perlvar.pod
7570              From: mah@everybody.org (Mark A. Hershberger)
7571              Date: 08 Aug 2001 17:03:16 -0500
7572              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
7573      Branch: perl
7574            ! pod/perlvar.pod
7575 ____________________________________________________________________________
7576 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
7577         Log: cpp commands must start (the # must be) at the column #0.
7578      Branch: perl
7579            ! op.c
7580 ____________________________________________________________________________
7581 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
7582         Log: If using gcc -B/foo/bar makedepend would give
7583              unnecessary warnings about unused -B/foo/bar.
7584      Branch: perl
7585            ! makedepend.SH
7586 ____________________________________________________________________________
7587 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
7588         Log: Update Changes.
7589      Branch: perl
7590            ! Changes patchlevel.h
7591 ____________________________________________________________________________
7592 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
7593         Log: s/z/tz/
7594      Branch: perl
7595            ! pod/perlfaq2.pod
7596 ____________________________________________________________________________
7597 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
7598         Log: Article nit.
7599      Branch: perl
7600            ! pod/perlfaq2.pod
7601 ____________________________________________________________________________
7602 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
7603         Log: Rename lib/unicode files to lib/unicore to avoid
7604              conflicts between core lib/unicode and Unicode::
7605              files in case-ignoring filesystems.
7606      Branch: perl
7607            + (add 325 files)
7608            - (delete 324 files)
7609            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
7610 ____________________________________________________________________________
7611 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
7612         Log: Upgrade to Math::BigInt 1.41.
7613      Branch: perl
7614            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
7615 ____________________________________________________________________________
7616 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
7617         Log: Subject: [PATCH] remove PL_na from typemap
7618              From: James <james@rf.net>
7619              Date: Mon, 06 Aug 2001 20:23:15 -0700
7620              Message-ID: <3B6F5F23.A31A81B1@rf.net>
7621              
7622              (had to be manually applied)
7623      Branch: perl
7624            ! lib/ExtUtils/typemap
7625 ____________________________________________________________________________
7626 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
7627         Log: The metaconfig unit changes for #11618.
7628      Branch: metaconfig/U/perl
7629            + d_fpclassl.U i_fp.U
7630 ____________________________________________________________________________
7631 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
7632         Log: Forgot this from #11618.
7633              
7634              NOTE: wince/config_H.ce needs updating.
7635      Branch: perl
7636            ! wince/config.ce
7637 ____________________________________________________________________________
7638 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
7639         Log: Introduce more floating point classifying APIs;
7640              try to define (most importantly) Perl_is{inf,nan}(x).
7641              
7642              For this first cut, assume none such APIs exist in non-UNIXoid
7643              platforms-- this is of course too unkind: Win32 rumoredly has
7644              _fpclass() and _isnan(), and VMS/VOS very probably have some
7645              of the APIs available.     The only thing Perl uses at the moment
7646              is Perl_isnan() (has been in use for a while now).
7647              
7648              NOTE: the Win32 and NetWare config_h.?c need regenerating.
7649      Branch: perl
7650            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
7651            ! Porting/config_H config_h.SH configure.com epoc/config.sh
7652            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
7653            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7654            ! vos/config.ga.h win32/config.bc win32/config.gc
7655            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7656            ! win32/config_H.vc wince/config.ce wince/config.h
7657 ____________________________________________________________________________
7658 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
7659         Log: Integrate change #11519 from perlio:
7660              
7661              Avoid testing for (non-)existance of "encoding(xxxx)"
7662              layer is called "encoding" the (xxxx) is an argument.
7663      Branch: perl
7664           !> lib/open.pm
7665 ____________________________________________________________________________
7666 [ 11616] By: nick                                  on 2001/08/09  07:50:24
7667         Log: Integrate mainline
7668      Branch: perlio
7669           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
7670           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
7671           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
7672           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
7673            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
7674            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
7675           !> (integrate 79 files)
7676 ____________________________________________________________________________
7677 [ 11615] By: nick                                  on 2001/08/09  06:23:44
7678         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
7679              layer is called "encoding" the (xxxx) is an argument.
7680      Branch: perlio
7681            ! lib/open.pm
7682 ____________________________________________________________________________
7683 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
7684         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
7685              From: Paul Johnson <paul@pjcj.net>
7686              Date: Wed, 8 Aug 2001 23:54:17 +0200
7687              Message-ID: <20010808235417.O1006@pjcj.net>
7688      Branch: perl
7689            ! ext/B/B/Concise.pm
7690 ____________________________________________________________________________
7691 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
7692         Log: Make VMS use IEEE math by default; reorder Tru64 hints
7693              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
7694              exception semantics) is always set if using (the new) cc.
7695      Branch: perl
7696            ! configure.com hints/dec_osf.sh
7697 ____________________________________________________________________________
7698 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
7699         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
7700              From: Abhijit Menon-Sen <ams@wiw.org>
7701              Date: Tue, 7 Aug 2001 17:16:05 +0530
7702              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
7703      Branch: perl
7704            ! pp_sys.c
7705 ____________________________________________________________________________
7706 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
7707         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
7708              From: "Craig A. Berry" <craigberry@mac.com>
7709              Date: Tue, 07 Aug 2001 22:27:47 -0500
7710              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
7711      Branch: perl
7712            ! t/run/exit.t
7713 ____________________________________________________________________________
7714 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
7715         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
7716              From: "Craig A. Berry" <craigberry@mac.com>
7717              Date: Tue, 07 Aug 2001 20:01:53 -0500
7718              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
7719      Branch: perl
7720            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
7721 ____________________________________________________________________________
7722 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
7723         Log: Update the magazine information.
7724      Branch: perl
7725            ! pod/perlfaq2.pod
7726 ____________________________________________________________________________
7727 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
7728         Log: Ignore SIGFPE everywhere.
7729      Branch: perl
7730            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
7731 ____________________________________________________________________________
7732 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
7733         Log: With permission, change the licensing of the docs by
7734              TomC (and Gnat) to comply with the rest of Perl.
7735      Branch: perl
7736            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7737            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7738            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7739            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
7740            ! pod/perltootc.pod
7741 ____________________________________________________________________________
7742 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
7743         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
7744              From: Andy Dougherty <doughera@lafayette.edu>
7745              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
7746              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
7747      Branch: perl
7748            ! hints/openbsd.sh
7749 ____________________________________________________________________________
7750 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
7751         Log: Subject: [PATCH] Makefile.SH test_prep dependency
7752              From: Andy Dougherty <doughera@lafayette.edu>
7753              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
7754              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
7755      Branch: perl
7756            ! Makefile.SH
7757 ____________________________________________________________________________
7758 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
7759         Log: Don't autogenerate the headers et alia,
7760              make regen_headers explicitly.
7761      Branch: perl
7762            ! Makefile.SH
7763 ____________________________________________________________________________
7764 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
7765         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
7766              From: Gurusamy Sarathy <gsar@ActiveState.com> 
7767              Date: Tue, 07 Aug 2001 08:33:26 -0700
7768              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
7769              
7770              Unnecessary dependency.
7771      Branch: perl
7772            ! embed.pl
7773 ____________________________________________________________________________
7774 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
7775         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
7776              From: Abhijit Menon-Sen <ams@wiw.org>
7777              Date: Tue, 7 Aug 2001 09:10:54 +0530
7778              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
7779      Branch: perl
7780            ! pp_hot.c
7781 ____________________________________________________________________________
7782 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
7783         Log: Subject: [PATCH perl@11597] B && BEGIN handling
7784              From: "James A. Duncan" <jduncan@fotango.com>
7785              Date: Mon, 6 Aug 2001 17:29:11 +0100
7786              Message-ID: <20010806172911.A2071@fotango.com>
7787              
7788              (the intrpvar.h addition moved to the end for bincompat)
7789      Branch: perl
7790            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
7791 ____________________________________________________________________________
7792 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
7793         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
7794      Branch: perl
7795           !> README.win32
7796 ____________________________________________________________________________
7797 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
7798         Log: fix URLs for fcrypt.c
7799      Branch: maint-5.6/perl
7800            ! README.win32
7801 ____________________________________________________________________________
7802 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
7803         Log: Yet another way to say Infinity: HP-UX calls its "++".
7804      Branch: perl
7805            ! lib/Math/BigInt/t/bigintpm.t
7806 ____________________________________________________________________________
7807 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
7808         Log: Update Changes.
7809      Branch: perl
7810            ! Changes patchlevel.h
7811 ____________________________________________________________________________
7812 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
7813         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
7814      Branch: perl
7815            ! pod/perlfaq5.pod
7816 ____________________________________________________________________________
7817 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
7818         Log: The #11593 wasn't right.
7819      Branch: perl
7820            ! lib/Math/BigInt/t/bigintpm.t
7821 ____________________________________________________________________________
7822 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
7823         Log: Subject: [PATCH: perl@11564] introducing perlivp
7824              From: Prymmer/Kahn <pvhp@best.com>
7825              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
7826              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
7827              
7828              Subject: Re: [PATCH: perl@11564] introducing perlivp
7829              From: Prymmer/Kahn <pvhp@best.com>
7830              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
7831              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
7832      Branch: perl
7833            + utils/perlivp.PL
7834            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
7835            ! win32/Makefile win32/makefile.mk
7836 ____________________________________________________________________________
7837 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
7838         Log: libcs are confused what to call Infinity.
7839      Branch: perl
7840            ! lib/Math/BigInt/t/bigintpm.t
7841 ____________________________________________________________________________
7842 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
7843         Log: Avoid SIGFPE in Tru64.
7844      Branch: perl
7845            ! numeric.c
7846 ____________________________________________________________________________
7847 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
7848         Log: Upgrade to Math::BigInt 1.40.
7849              
7850              NOTE: this patch necessitates doing something about
7851              infinity handling since the new bigintpm.t tests use
7852              infinity, which causes SIGFPEs at least in Tru64.
7853      Branch: perl
7854            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7855            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
7856            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
7857            ! lib/Math/BigInt/t/mbimbf.t
7858 ____________________________________________________________________________
7859 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
7860         Log: remove hardcoded cmd shell in testsuite
7861      Branch: perl
7862            ! t/op/glob.t t/op/magic.t t/op/stat.t
7863 ____________________________________________________________________________
7864 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
7865         Log: 4-arg select() was busted on windows because change#8178 didn't
7866              make it into mainline
7867      Branch: perl
7868            ! perl.h win32/include/sys/socket.h
7869 ____________________________________________________________________________
7870 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
7871         Log: Rename the Getopt::Long tests to be as they are
7872              in the Getopt::Long official distribution.
7873      Branch: perl
7874            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
7875            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
7876            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
7877            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
7878            ! MANIFEST
7879 ____________________________________________________________________________
7880 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
7881         Log: Upgrade to Getopt::Long 2.26.
7882      Branch: perl
7883            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
7884            ! MANIFEST lib/Getopt/Long.pm
7885 ____________________________________________________________________________
7886 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
7887         Log: Retract #10874 (the hack should be unnecessary by now)
7888      Branch: perl
7889            ! lib/Test/Harness.pm
7890 ____________________________________________________________________________
7891 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
7892         Log: avoid temp file littering in tests
7893      Branch: perl
7894            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
7895 ____________________________________________________________________________
7896 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
7897         Log: Subject: warning in sv.c: double format, NV arg
7898              From: "Philip Newton" <Philip.Newton@gmx.net>
7899              Date: Sun, 5 Aug 2001 19:41:07 +0200
7900              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
7901      Branch: perl
7902            ! sv.c
7903 ____________________________________________________________________________
7904 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
7905         Log: fix POSIX.t#13 for windos
7906      Branch: perl
7907            ! ext/POSIX/POSIX.t
7908 ____________________________________________________________________________
7909 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
7910         Log: Add a test for PerlIO::Via.
7911      Branch: perl
7912            + ext/PerlIO/t/via.t
7913            ! MANIFEST ext/PerlIO/Via/Via.pm
7914 ____________________________________________________________________________
7915 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
7916         Log: flock() and link() are not available on Windows 9x
7917      Branch: perl
7918            ! win32/config_sh.PL
7919 ____________________________________________________________________________
7920 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
7921         Log: Some Tru64 C compilers have C++ components that confuse
7922              the ccversion parsing.
7923      Branch: perl
7924            ! hints/dec_osf.sh
7925 ____________________________________________________________________________
7926 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
7927         Log: (Reintroduce #11125)
7928              
7929              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
7930              From: Alan Burlison <Alan.Burlison@sun.com> 
7931              Date: Tue, 03 Jul 2001 15:20:13 +0100   
7932              Message-ID: <3B41D49D.A923D4F9@sun.com> 
7933      Branch: perl
7934            ! lib/ExtUtils/MM_Unix.pm
7935 ____________________________________________________________________________
7936 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
7937         Log: Little pointer juggling for HP-UX cc to avoid
7938              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
7939              followed by
7940              "error 1549: Modifiable lvalue required for assignment operator."
7941      Branch: perl
7942            ! hv.c
7943 ____________________________________________________________________________
7944 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
7945         Log: Continuation of #11575: SANY_SEEN completely deprecated,
7946              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
7947              plus a fix for the bug.
7948      Branch: perl
7949            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
7950 ____________________________________________________________________________
7951 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
7952         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
7953              From: Doug MacEachern <dougm@covalent.net>
7954              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
7955              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
7956      Branch: perl
7957            ! sv.c
7958 ____________________________________________________________________________
7959 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
7960         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
7961              the new CANY is the \C.  The problem reported and the
7962              test case supplied in
7963              
7964              Subject: UTF-8 bugs in string length & single line regex matches
7965              From: "Daniel P. Berrange" <dan@berrange.com>
7966              Date: Fri, 3 Aug 2001 11:39:33 +0100
7967              Message-ID: <20010803113932.A19318@berrange.com>
7968      Branch: perl
7969            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
7970            ! t/op/pat.t
7971 ____________________________________________________________________________
7972 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
7973         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
7974              From: Doug MacEachern <dougm@covalent.net>
7975              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
7976              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
7977      Branch: perl
7978            ! perl.c regexec.c
7979 ____________________________________________________________________________
7980 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
7981         Log: The #11572 didn't up the test count.
7982      Branch: perl
7983            ! t/op/length.t
7984 ____________________________________________________________________________
7985 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
7986         Log: Subject: UTF-8 bugs in string length & single line regex matches
7987              From: "Daniel P. Berrange" <dan@berrange.com>
7988              Date: Fri, 3 Aug 2001 11:39:33 +0100         
7989              Message-ID: <20010803113932.A19318@berrange.com>
7990              
7991              (the mg_length() fix)
7992      Branch: perl
7993            ! mg.c t/op/length.t
7994 ____________________________________________________________________________
7995 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
7996         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
7997              From: Abhijit Menon-Sen <ams@wiw.org>
7998              Date: Sat, 4 Aug 2001 16:56:35 +0530
7999              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
8000      Branch: perl
8001            ! hv.c
8002 ____________________________________________________________________________
8003 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
8004         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
8005              From: Abhijit Menon-Sen <ams@wiw.org>
8006              Date: Sat, 4 Aug 2001 16:16:03 +0530
8007              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
8008      Branch: perl
8009            ! hv.c
8010 ____________________________________________________________________________
8011 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
8012         Log: Subject: Re: [patch] refcount re ops
8013              From: Abhijit Menon-Sen <ams@wiw.org>
8014              Date: Sat, 4 Aug 2001 08:54:55 +0530
8015              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
8016      Branch: perl
8017            ! sv.c
8018 ____________________________________________________________________________
8019 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
8020         Log: Subject: [patch] refcount re ops
8021              From: Doug MacEachern <dougm@covalent.net>
8022              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
8023              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
8024      Branch: perl
8025            ! regcomp.c sv.c
8026 ____________________________________________________________________________
8027 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
8028         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
8029              From: Doug MacEachern <dougm@covalent.net>
8030              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
8031              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
8032      Branch: perl
8033            ! perl.c regexec.c
8034 ____________________________________________________________________________
8035 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
8036         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
8037              From: "Craig A. Berry" <craigberry@mac.com> 
8038              Date: Fri, 03 Aug 2001 16:16:16 -0500
8039              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
8040      Branch: perl
8041            ! t/op/misc.t
8042 ____________________________________________________________________________
8043 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
8044         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
8045              From: John Kristian <jmk2001@engineer.com>
8046              Date: Fri, 03 Aug 2001 00:59:08 -0700
8047              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
8048      Branch: perl
8049            ! win32/win32.c
8050 ____________________________________________________________________________
8051 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
8052         Log: Update Changes.
8053      Branch: perl
8054            ! Changes patchlevel.h
8055 ____________________________________________________________________________
8056 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
8057         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
8058              From: "Craig A. Berry" <craigberry@mac.com>
8059              Date: Thu, 02 Aug 2001 23:15:24 -0500
8060              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
8061      Branch: perl
8062            ! ext/B/Stash.t
8063 ____________________________________________________________________________
8064 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
8065         Log: Subject: [patch] plug PL_cshname leak
8066              From: Doug MacEachern <dougm@covalent.net>
8067              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
8068              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
8069      Branch: perl
8070            ! sv.c
8071 ____________________________________________________________________________
8072 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
8073         Log: Subject: [patch] plug PL_sh_path leak
8074              From: Doug MacEachern <dougm@covalent.net>
8075              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
8076              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
8077      Branch: perl
8078            ! sv.c
8079 ____________________________________________________________________________
8080 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
8081         Log: Subject: [patch] plug PL_regex_padav leaks
8082              From: Doug MacEachern <dougm@covalent.net>
8083              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
8084              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
8085      Branch: perl
8086            ! op.c op.h perl.c
8087 ____________________________________________________________________________
8088 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
8089         Log: Subject: [patch] plug PL_origargv leak
8090              From: Doug MacEachern <dougm@covalent.net>
8091              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
8092              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
8093      Branch: perl
8094            ! perl.c
8095 ____________________________________________________________________________
8096 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
8097         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
8098              From: Abhijit Menon-Sen <ams@wiw.org>
8099              Date: Fri, 3 Aug 2001 06:38:11 +0530
8100              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
8101      Branch: perl
8102            ! hv.c
8103 ____________________________________________________________________________
8104 [ 11557] By: nick                                  on 2001/08/03  08:17:38
8105         Log: Integrate mainline
8106      Branch: perlio
8107           +> (branch 47 files)
8108            - lib/Switch/test.pl
8109           !> (integrate 49 files)
8110 ____________________________________________________________________________
8111 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
8112         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
8113              From: "Craig A. Berry" <craigberry@mac.com>
8114              Date: Thu, 02 Aug 2001 12:56:19 -0500
8115              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
8116      Branch: perl
8117            ! ext/B/Showlex.t
8118 ____________________________________________________________________________
8119 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
8120         Log: Be more careful about non-existent files.
8121      Branch: perl
8122            ! lib/File/Copy.pm
8123 ____________________________________________________________________________
8124 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
8125         Log: Subject: [PATCH resend] deparse empty formats
8126              From: Robin Houston <robin@kitsite.com> 
8127              Date: Thu, 2 Aug 2001 14:32:36 +0100
8128              Message-ID: <20010802143236.A894@robin.kitsite.com>
8129      Branch: perl
8130            ! ext/B/B/Deparse.pm
8131 ____________________________________________________________________________
8132 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
8133         Log: Subject: [patch] ithreads + refto fix improvement
8134              From: Doug MacEachern <dougm@covalent.net>
8135              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
8136              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
8137      Branch: perl
8138            ! pp.c
8139 ____________________________________________________________________________
8140 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
8141         Log: Readability nit from Abhijit.
8142      Branch: perl
8143            ! op.c
8144 ____________________________________________________________________________
8145 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
8146         Log: setproctitle() API version nit from Anton Berezin.
8147      Branch: perl
8148            ! mg.c
8149 ____________________________________________________________________________
8150 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
8151         Log: Add PerlCE to the docs.
8152      Branch: perl
8153            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
8154            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
8155 ____________________________________________________________________________
8156 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
8157         Log: Integrate the PerlCE (WinCE Perl) port;
8158              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
8159      Branch: perl
8160            + README.ce wince/FindExt.pm wince/Makefile.ce
8161            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
8162            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
8163            + wince/bin/search.pl wince/config.ce wince/config.h
8164            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
8165            + wince/dl_win32.xs wince/include/arpa/inet.h
8166            + wince/include/cectype.h wince/include/errno.h
8167            + wince/include/netdb.h wince/include/sys/socket.h
8168            + wince/include/sys/stat.h wince/include/sys/types.h
8169            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
8170            + wince/perl.rc wince/perldll.def wince/perllib.c
8171            + wince/perlmain.c wince/registry.bat wince/runperl.c
8172            + wince/splittree.pl wince/win32.h wince/win32iop.h
8173            + wince/win32thread.c wince/win32thread.h wince/wince.c
8174            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
8175            + wince/xdistclean.ksh wince/xmakediffs.ksh
8176            ! MANIFEST perl.c perl.h perlio.c
8177 ____________________________________________________________________________
8178 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
8179         Log: setproctitle() made simpler.  (This assumes the string is
8180              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
8181              should be used.  Note len, not len + 1.)  BSD-fu from Anton
8182              Berezin.
8183      Branch: perl
8184            ! mg.c
8185 ____________________________________________________________________________
8186 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
8187         Log: Subject: [PATCH] -Wall cleanup: op.c
8188              From: Richard Soderberg <rs@oregonnet.com>
8189              Date: Thu, 2 Aug 2001 00:17:09 -0700
8190              Message-Id: <200108020717.AAA26895@oregonnet.com>
8191              
8192              Subject: [PATCH] -Wall cleanup: sv.c
8193              From: Richard Soderberg <rs@oregonnet.com>
8194              Date: Thu, 2 Aug 2001 00:49:21 -0700
8195              Message-Id: <200108020749.AAA27492@oregonnet.com>
8196      Branch: perl
8197            ! op.c sv.c
8198 ____________________________________________________________________________
8199 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
8200         Log: Update Changes.
8201      Branch: perl
8202            ! Changes patchlevel.h
8203 ____________________________________________________________________________
8204 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
8205         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
8206              From: Doug MacEachern <dougm@covalent.net>
8207              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
8208              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
8209      Branch: perl
8210            ! op.c
8211 ____________________________________________________________________________
8212 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
8213         Log: The #11541 didn't work under threads.
8214      Branch: perl
8215            ! op.c
8216 ____________________________________________________________________________
8217 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
8218         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
8219              From: Hugo <hv@crypt.compulink.co.uk>
8220              Date: Fri, 22 Jun 2001 01:19:08 +0100 
8221              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
8222              
8223              (Skip tests if accept() failed)
8224      Branch: perl
8225            ! ext/IO/lib/IO/t/io_unix.t
8226 ____________________________________________________________________________
8227 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
8228         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
8229              From: "Stian Seeberg" <sseeberg@nimsoft.no>
8230              Date: Mon, 30 Jul 2001 12:28:07 +0200
8231              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
8232      Branch: perl
8233            ! perl.h
8234 ____________________________________________________________________________
8235 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
8236         Log: Subject: Pluggable optimizer
8237              From: Simon Cozens <simon@netthink.co.uk>
8238              Date: Wed, 1 Aug 2001 13:57:02 -0700
8239              Message-ID: <20010801135702.I10442@netthink.co.uk>
8240      Branch: perl
8241            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
8242 ____________________________________________________________________________
8243 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
8244         Log: Subject: [ID 20010801.039] perlre.pod message typo
8245              From: Autrijus Tang <autrijus@geb.elixus.org>
8246              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
8247              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
8248      Branch: perl
8249            ! pod/perlre.pod
8250 ____________________________________________________________________________
8251 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
8252         Log: Test for change #11536.
8253      Branch: perl
8254            ! t/op/tiehandle.t
8255 ____________________________________________________________________________
8256 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
8257         Log: More test fixups for #11537.
8258      Branch: perl
8259            ! t/lib/warnings/4lint t/lib/warnings/9enabled
8260 ____________________________________________________________________________
8261 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
8262         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
8263              From: Doug MacEachern <dougm@covalent.net>
8264              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
8265              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
8266      Branch: perl
8267            ! op.c t/TestInit.pm
8268 ____________________________________________________________________________
8269 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
8270         Log: Subject: [patch] ithreads + refto bug
8271              From: Doug MacEachern <dougm@covalent.net>
8272              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
8273              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
8274              
8275              (Test in change #11539)
8276      Branch: perl
8277            ! pp.c
8278 ____________________________________________________________________________
8279 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
8280         Log: Subject: [PATCH: perl@11523] fixups for t/harness
8281              From: Prymmer/Kahn <pvhp@best.com>
8282              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
8283              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
8284      Branch: perl
8285            ! t/harness
8286 ____________________________________________________________________________
8287 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
8288         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
8289              From: Prymmer/Kahn <pvhp@best.com>
8290              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
8291              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
8292      Branch: perl
8293            ! win32/Makefile win32/makefile.mk
8294 ____________________________________________________________________________
8295 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
8296         Log: Need to know the number of tests.
8297      Branch: perl
8298            ! t/run/exit.t
8299 ____________________________________________________________________________
8300 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
8301         Log: Subject: Re: new exit tests on VMS
8302              From: "Craig A. Berry" <craigberry@mac.com>
8303              Date: Tue, 31 Jul 2001 12:19:29 -0500
8304              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
8305      Branch: perl
8306            ! t/run/exit.t
8307 ____________________________________________________________________________
8308 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
8309         Log: Retract #11530 (the dTHX is needed under threads)
8310      Branch: perl
8311            ! perlio.c
8312 ____________________________________________________________________________
8313 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
8314         Log: (Retracted by #11531)
8315      Branch: perl
8316            ! perlio.c
8317 ____________________________________________________________________________
8318 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
8319         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
8320              From: Richard Soderberg <rs@crystalflame.net>
8321              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
8322              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
8323      Branch: perl
8324            ! unixish.h
8325 ____________________________________________________________________________
8326 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
8327         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
8328              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8329              Date: Tue, 31 Jul 2001 05:39:09 -0400
8330              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
8331              
8332              (with a note about the case of UV being equal to long long)
8333      Branch: perl
8334            ! utils/h2xs.PL
8335 ____________________________________________________________________________
8336 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
8337         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
8338              From: "Craig A. Berry" <craigberry@mac.com>
8339              Date: Tue, 31 Jul 2001 14:57:43 -0500
8340              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
8341      Branch: perl
8342            ! t/io/fs.t
8343 ____________________________________________________________________________
8344 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
8345         Log: Fix for
8346              
8347              Subject: [ID 20010116.001] File::Copy truncates orig file 
8348              From: arbor@al37al08.telecel.pt
8349              Date: Tue, 16 Jan 2001 11:43:02 GMT
8350              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
8351              
8352              (copy($foo, $foo) would truncate $foo)
8353      Branch: perl
8354            ! lib/File/Copy.pm lib/File/Copy.t
8355 ____________________________________________________________________________
8356 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
8357         Log: Metaconfig unit change for #11524.
8358      Branch: metaconfig/U/perl
8359            ! Extras.U
8360 ____________________________________________________________________________
8361 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
8362         Log: Multiple modules didn't work; plus typo fixes.
8363      Branch: perl
8364            ! Configure
8365 ____________________________________________________________________________
8366 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
8367         Log: Update Changes.
8368      Branch: perl
8369            ! Changes patchlevel.h
8370 ____________________________________________________________________________
8371 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
8372         Log: Regen perlapi.
8373      Branch: perl
8374            ! pod/perlapi.pod
8375 ____________________________________________________________________________
8376 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
8377         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
8378              From: Dave Mitchell <davem@fdgroup.co.uk>
8379              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
8380              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
8381      Branch: perl
8382            ! sv.c
8383 ____________________________________________________________________________
8384 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
8385         Log: Regen toc.
8386      Branch: perl
8387            ! pod/perltoc.pod
8388 ____________________________________________________________________________
8389 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
8390         Log: Regen Porting stuff.
8391      Branch: perl
8392            ! Porting/Glossary Porting/config.sh Porting/config_H
8393 ____________________________________________________________________________
8394 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
8395         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
8396              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8397              Date: Tue, 31 Jul 2001 05:34:38 -0400
8398              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
8399      Branch: perl
8400            ! utils/h2xs.PL
8401 ____________________________________________________________________________
8402 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
8403         Log: Metaconfig unit change for #11516. 
8404      Branch: metaconfig/U/perl
8405            ! gccvers.U
8406 ____________________________________________________________________________
8407 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
8408         Log: Add -Wall in cflags, not in Configure.
8409              (This way -Wall affects only the core and the core XS,
8410              not user modules' XS.  Concern from Paul Marquess,
8411              implementation idea from Andy Dougherty.)
8412      Branch: perl
8413            ! Configure cflags.SH
8414 ____________________________________________________________________________
8415 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
8416         Log: Metaconfig unit changes for #11514.
8417      Branch: metaconfig
8418            + U/modified/sysman.U
8419            ! U/installdirs/man1dir.U
8420 ____________________________________________________________________________
8421 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
8422         Log: Subject: Configure's detection of system manual
8423              From: Sean Dague <sean@dague.net> 
8424              Date: Sun, 13 May 2001 15:53:15 -0400
8425              Message-ID: <20010513155315.A15833@underhill.dague.net>
8426      Branch: perl
8427            ! Configure
8428 ____________________________________________________________________________
8429 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
8430         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
8431              From: Autrijus Tang <autrijus@autrijus.org> 
8432              Date: Thu, 21 Jun 2001 23:56:48 +0800
8433              Message-Id: <20010621235648.A57340@not.autrijus.org>
8434      Branch: perl
8435            ! pod/perlobj.pod
8436 ____________________________________________________________________________
8437 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
8438         Log: Subject: Typo in DB_File.pm
8439              From: "Philip Newton" <Philip.Newton@gmx.net>
8440              Date: Tue, 31 Jul 2001 06:19:35 +0200
8441              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
8442      Branch: perl
8443            ! ext/DB_File/DB_File.pm
8444 ____________________________________________________________________________
8445 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
8446         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
8447              From: "Stephen P. Potter" <spp@spotter.yi.org>
8448              Date: Wed, 30 May 2001 13:59:34 -0400
8449              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
8450      Branch: perl
8451            ! pod/perlre.pod
8452 ____________________________________________________________________________
8453 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
8454         Log: eval "format foo=" would loop indefinitely; reported in
8455              
8456              Subject: A load of old rubbish
8457              From: Mike Guy <mjtg@cam.ac.uk>
8458              Date: Mon, 14 May 2001 16:12:22 +0100
8459              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
8460              
8461              (The core dumps reported in there already fixed.)
8462      Branch: perl
8463            ! toke.c
8464 ____________________________________________________________________________
8465 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
8466         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
8467      Branch: perl
8468            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
8469            + lib/Switch/t/switch_case.t
8470            - lib/Switch/test.pl
8471            ! MANIFEST lib/Switch.pm
8472 ____________________________________________________________________________
8473 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
8474         Log: Subject: [PATCH @11505] DB_File-1.78
8475              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
8476              Date: Mon, 30 Jul 2001 22:54:37 +0100
8477              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
8478      Branch: perl
8479            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8480            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
8481 ____________________________________________________________________________
8482 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
8483         Log: Explain in more detail why -pipe and -fno-common are good.
8484      Branch: perl
8485            ! hints/darwin.sh
8486 ____________________________________________________________________________
8487 [ 11506] By: nick                                  on 2001/07/30  14:32:23
8488         Log: Integrate mainline
8489      Branch: perlio
8490           !> INSTALL Makefile.SH doio.c hints/darwin.sh
8491 ____________________________________________________________________________
8492 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
8493         Log: Perl hasn't been putting man pages into $prefix/lib for
8494              a long time now; pointed out by Andy Dougherty. 
8495      Branch: perl
8496            ! hints/darwin.sh
8497 ____________________________________________________________________________
8498 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
8499         Log: Document the extras Configure option.
8500      Branch: perl
8501            ! INSTALL
8502 ____________________________________________________________________________
8503 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
8504         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
8505              everywhere.
8506      Branch: perl
8507           !> doio.c
8508 ____________________________________________________________________________
8509 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
8510         Log: Doubly guard against invoking CPAN if no extras defined,
8511              pointed out by H. Merijn Brand.
8512      Branch: perl
8513            ! Makefile.SH
8514 ____________________________________________________________________________
8515 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
8516         Log: Fix O_RDONLY check to check for O_RDONLY.
8517      Branch: maint-5.6/macperl
8518            ! doio.c
8519 ____________________________________________________________________________
8520 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
8521         Log: Integrate miscellaneous changes from maint-5.6/perl.
8522      Branch: maint-5.6/macperl
8523           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
8524 ____________________________________________________________________________
8525 [ 11499] By: nick                                  on 2001/07/30  06:52:42
8526         Log: Integrate mainline
8527      Branch: perlio
8528           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
8529           +> win32/sync_ext.pl
8530            - win32/sncfnmcs.pl
8531           !> (integrate 71 files)
8532 ____________________________________________________________________________
8533 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
8534         Log: Update Changes.
8535      Branch: perl
8536            ! Changes patchlevel.h
8537 ____________________________________________________________________________
8538 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
8539         Log: Now Configure -Dextras=Foo::Bar and "make install" will
8540              fetch and install Foo::Bar.
8541      Branch: perl
8542            ! Makefile.SH
8543 ____________________________________________________________________________
8544 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
8545         Log: Metaconfig unit change for #11495.
8546      Branch: metaconfig/U/perl
8547            ! Extras.U
8548 ____________________________________________________________________________
8549 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
8550         Log: extras.make, extras.test, and extras.install make targets.
8551      Branch: perl
8552            ! Configure Makefile.SH
8553 ____________________________________________________________________________
8554 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
8555         Log: Metaconfig unit change for #11493.
8556      Branch: metaconfig/U/perl
8557            ! Extras.U
8558 ____________________________________________________________________________
8559 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
8560         Log: Better to have the list of extras in $extras than 'define'.
8561      Branch: perl
8562            ! Configure
8563 ____________________________________________________________________________
8564 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
8565         Log: The metaconfig unit change for #11490.
8566      Branch: metaconfig/U/perl
8567            + Extras.U
8568 ____________________________________________________________________________
8569 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
8570         Log: Missed from #11490 (the required dependency).
8571      Branch: perl
8572            ! Makefile.SH
8573 ____________________________________________________________________________
8574 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
8575         Log: Add the support of asking for extra modules or bundles of modules
8576              to be fetched from the CPAN and installed as a part of the Perl
8577              build process.  None of this installation is yet really done;
8578              only the list is asked, and saved away in extras.lst for
8579              the build and installation process to worry about later.
8580      Branch: perl
8581            ! Configure
8582 ____________________________________________________________________________
8583 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
8584         Log: Beginnings of better Inf and NaN support.
8585              At least toke.c and sv.c still need quite a bit of work.
8586      Branch: perl
8587            ! numeric.c perl.h
8588 ____________________________________________________________________________
8589 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
8590         Log: Top-level Makefile didn't honour OPTIMIZE.
8591      Branch: perl
8592            ! Makefile.SH
8593 ____________________________________________________________________________
8594 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
8595         Log: Update Changes.
8596      Branch: perl
8597            ! Changes patchlevel.h
8598 ____________________________________________________________________________
8599 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
8600         Log: Use Search::Dict 1.02 interface for charinfo().
8601      Branch: perl
8602            ! lib/UnicodeCD.pm
8603 ____________________________________________________________________________
8604 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
8605         Log: Now also allow transforming the read lines before comparing them.
8606              (This will help UnicodeCD.) 
8607      Branch: perl
8608            ! lib/Search/Dict.pm
8609 ____________________________________________________________________________
8610 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
8611         Log: Remove tiehandle code.
8612      Branch: perl
8613            ! lib/UnicodeCD.pm
8614 ____________________________________________________________________________
8615 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
8616         Log: Allow specifying a comparison function for Search::Dict::look().
8617      Branch: perl
8618            ! lib/Search/Dict.pm
8619 ____________________________________________________________________________
8620 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
8621         Log: Small UnicodeCD tweaks.
8622      Branch: perl
8623            ! lib/UnicodeCD.pm lib/UnicodeCD.t
8624 ____________________________________________________________________________
8625 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
8626         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
8627              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8628              Date: Tue, 24 Jul 2001 01:51:32 +0900
8629              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
8630      Branch: perl
8631            ! lib/UnicodeCD.pm lib/UnicodeCD.t
8632 ____________________________________________________________________________
8633 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
8634         Log: Subject: [PATCH] installperl
8635              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
8636              Date: Fri, 27 Jul 2001 19:05:04 -0700
8637              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
8638      Branch: perl
8639            ! installperl
8640 ____________________________________________________________________________
8641 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
8642         Log: Subject: [PATCH] Set proper compatibility versions in core
8643              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
8644              Date: Fri, 27 Jul 2001 20:01:49 -0700
8645              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
8646      Branch: perl
8647            ! Makefile.SH
8648 ____________________________________________________________________________
8649 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
8650         Log: Metaconfig unit change for #11477.
8651      Branch: metaconfig/U/perl
8652            ! dlsrc.U
8653 ____________________________________________________________________________
8654 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
8655         Log: Subject: [PATCH] Darwin: -fpic not so good
8656              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
8657              Date: Fri, 27 Jul 2001 18:57:38 -0700
8658              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
8659      Branch: perl
8660            ! Configure
8661 ____________________________________________________________________________
8662 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
8663         Log: Subject: [PATCH] Clean up Darwin hints
8664              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
8665              Date: Fri, 27 Jul 2001 19:13:15 -0700
8666              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
8667      Branch: perl
8668            ! hints/darwin.sh
8669 ____________________________________________________________________________
8670 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
8671         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
8672              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8673              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
8674              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
8675      Branch: perl
8676            ! pod/perlfunc.pod pp.c t/op/split.t
8677 ____________________________________________________________________________
8678 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
8679         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
8680              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8681              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
8682              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
8683      Branch: perl
8684            ! pod/perlvar.pod
8685 ____________________________________________________________________________
8686 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
8687         Log: Subject: [PATCH] fixes to constant.pm documentation
8688              From: Ilmari Karonen <iltzu@sci.fi>
8689              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
8690              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
8691      Branch: perl
8692            ! lib/constant.pm
8693 ____________________________________________________________________________
8694 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
8695         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
8696              From: "Philip Newton" <Philip.Newton@gmx.net>
8697              Date: Fri, 27 Jul 2001 07:51:10 +0200
8698              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
8699      Branch: perl
8700            ! pod/perlport.pod
8701 ____________________________________________________________________________
8702 [ 11471] By: nick                                  on 2001/07/26  06:23:32
8703         Log: Subject:  [PATCH] Doc fix for perlguts / threading
8704              From:  Arthur Bergman <arthur@contiller.se>
8705              Date:  Wed, 25 Jul 2001 11:28:23 +0200
8706              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
8707      Branch: perl
8708            ! pod/perlguts.pod
8709 ____________________________________________________________________________
8710 [ 11470] By: nick                                  on 2001/07/26  06:21:06
8711         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
8712              From:  Philip Newton <Philip.Newton@gmx.net>
8713              Date:  Wed, 25 Jul 2001 08:19:47 +0200
8714              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
8715      Branch: perl
8716            ! INSTALL
8717 ____________________________________________________________________________
8718 [ 11469] By: nick                                  on 2001/07/26  06:20:25
8719         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
8720              From:  Philip Newton <Philip.Newton@gmx.net>
8721              Date:  Wed, 25 Jul 2001 08:12:48 +0200
8722              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
8723      Branch: perl
8724            ! INSTALL
8725 ____________________________________________________________________________
8726 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
8727         Log: More +x.
8728      Branch: perl
8729            ! Porting/makerel
8730 ____________________________________________________________________________
8731 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
8732         Log: Update Changes.
8733      Branch: perl
8734            ! Changes patchlevel.h
8735 ____________________________________________________________________________
8736 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
8737         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
8738              From: "Philip Newton" <Philip.Newton@gmx.net>
8739              Date: Tue, 24 Jul 2001 06:45:55 +0200
8740              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
8741      Branch: perl
8742            ! os2/perlrexx.c
8743 ____________________________________________________________________________
8744 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
8745         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
8746              From: Peter Prymmer <pvhp@forte.com>
8747              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
8748              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
8749      Branch: perl
8750            ! pod/perlport.pod t/io/fs.t vms/test.com
8751 ____________________________________________________________________________
8752 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
8753         Log: Workaround on Cwd bootstrap problem.
8754      Branch: perl
8755            ! lib/ExtUtils/MakeMaker.pm
8756 ____________________________________________________________________________
8757 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
8758         Log: When in Rome, quote like the Romans do.
8759      Branch: perl
8760            ! cflags.SH
8761 ____________________________________________________________________________
8762 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
8763         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
8764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8765              Date: Mon, 23 Jul 2001 19:29:49 -0400
8766              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
8767      Branch: perl
8768            + os2/perlrexx.c
8769            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
8770            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
8771            ! t/op/write.t
8772 ____________________________________________________________________________
8773 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
8774         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
8775              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8776              Date: Mon, 23 Jul 2001 18:43:42 -0400
8777              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
8778      Branch: perl
8779            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8780 ____________________________________________________________________________
8781 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
8782         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
8783              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8784              Date: Mon, 23 Jul 2001 18:33:16 -0400
8785              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
8786      Branch: perl
8787            ! lib/ExtUtils/MakeMaker.pm
8788 ____________________________________________________________________________
8789 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
8790         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
8791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8792              Date: Mon, 23 Jul 2001 18:20:35 -0400
8793              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
8794      Branch: perl
8795            ! Makefile.SH cflags.SH
8796 ____________________________________________________________________________
8797 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
8798         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
8799              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
8800              Date: Mon, 23 Jul 2001 11:32:17 -0500
8801              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
8802      Branch: perl
8803            ! lib/ExtUtils/MakeMaker.pm
8804 ____________________________________________________________________________
8805 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
8806         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
8807              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8808              Date: Mon, 23 Jul 2001 18:13:20 -0400
8809              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
8810      Branch: perl
8811            ! lib/perl5db.pl
8812 ____________________________________________________________________________
8813 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
8814         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
8815              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8816              Date: Mon, 23 Jul 2001 18:07:40 -0400
8817              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
8818      Branch: perl
8819            ! op.c
8820 ____________________________________________________________________________
8821 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
8822         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
8823              From: "Craig A. Berry" <craigberry@mac.com>
8824              Date: Mon, 23 Jul 2001 15:35:06 -0500
8825              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
8826      Branch: perl
8827            ! util.c
8828 ____________________________________________________________________________
8829 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
8830         Log: Subject: [PATCH perlfaq9.pod typo]
8831              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
8832              Date: Mon, 23 Jul 2001 07:49:05 -0700
8833              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
8834      Branch: perl
8835            ! pod/perlfaq9.pod
8836 ____________________________________________________________________________
8837 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
8838         Log: Subject: win32\sncfnmcs.pl corrections
8839              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8840              Date: Mon, 23 Jul 2001 12:56:54 +0200
8841              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
8842              
8843              Rename the script a little bit more sensibly.
8844      Branch: perl
8845            + win32/sync_ext.pl
8846            - win32/sncfnmcs.pl
8847            ! MANIFEST README.win32
8848 ____________________________________________________________________________
8849 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
8850         Log: Test tweak.
8851      Branch: perl
8852            ! ext/B/Deparse.t
8853 ____________________________________________________________________________
8854 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
8855         Log: Metaconfig unit tweak for #11450.
8856      Branch: metaconfig/U/perl
8857            ! Mksymlinks.U
8858 ____________________________________________________________________________
8859 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
8860         Log: Too volatile failsafe check.
8861      Branch: perl
8862            ! Configure
8863 ____________________________________________________________________________
8864 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
8865         Log: Further doc tweaks.
8866      Branch: perl
8867            ! lib/UnicodeCD.pm
8868 ____________________________________________________________________________
8869 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
8870         Log: Doc tweaks.
8871      Branch: perl
8872            ! lib/UnicodeCD.pm
8873 ____________________________________________________________________________
8874 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
8875         Log: Doc tweakery from Abhijit.
8876      Branch: perl
8877            ! Porting/repository.pod
8878 ____________________________________________________________________________
8879 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
8880         Log: An accidental empty line.
8881      Branch: perl
8882            ! MANIFEST
8883 ____________________________________________________________________________
8884 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
8885         Log: Missing MANIFESTations.
8886      Branch: perl
8887            ! MANIFEST
8888 ____________________________________________________________________________
8889 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
8890         Log: Update Changes.
8891      Branch: perl
8892            ! Changes patchlevel.h
8893 ____________________________________________________________________________
8894 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
8895         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
8896              From: Mike Guy <mjtg@cam.ac.uk>
8897              Date: Fri, 20 Jul 2001 16:12:49 +0100
8898              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
8899      Branch: perl
8900            ! Porting/pumpkin.pod
8901 ____________________________________________________________________________
8902 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
8903         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
8904              From: Peter Prymmer <pvhp@forte.com>
8905              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
8906              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
8907      Branch: perl
8908            ! pod/perlhack.pod
8909 ____________________________________________________________________________
8910 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
8911         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
8912              From: Michael G Schwern <schwern@pobox.com>
8913              Date: Fri, 20 Jul 2001 20:22:35 -0400
8914              Message-ID: <20010720202235.O4498@blackrider>
8915      Branch: perl
8916            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
8917            ! lib/Test/t/todo.t
8918 ____________________________________________________________________________
8919 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
8920         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
8921              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
8922              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
8923              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
8924      Branch: perl
8925            ! ext/POSIX/POSIX.pod
8926 ____________________________________________________________________________
8927 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
8928         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
8929              From: Mark-Jason Dominus <mjd@plover.com>
8930              Date: Fri, 20 Jul 2001 23:16:54 -0400
8931              Message-ID: <20010721031654.21877.qmail@plover.com>
8932      Branch: perl
8933            ! ext/POSIX/POSIX.pod
8934 ____________________________________________________________________________
8935 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
8936         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
8937              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8938              Date: Sun, 22 Jul 2001 14:56:09 +0200
8939              Message-ID: <20010722145609.A766@rafael>
8940      Branch: perl
8941            ! ext/B/O.pm
8942 ____________________________________________________________________________
8943 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
8944         Log: Subject: regexec.c #define cleanup
8945              From: Mark-Jason Dominus <mjd@plover.com>
8946              Date: Sat, 21 Jul 2001 18:33:25 -0400
8947              Message-ID: <20010721223325.3069.qmail@plover.com>
8948      Branch: perl
8949            ! regexec.c
8950 ____________________________________________________________________________
8951 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
8952         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
8953              From: Prymmer/Kahn <pvhp@best.com>
8954              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
8955              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
8956      Branch: perl
8957            ! t/io/fs.t
8958 ____________________________________________________________________________
8959 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
8960         Log: Typo in #11432.
8961      Branch: perl
8962            ! ext/POSIX/POSIX.t
8963 ____________________________________________________________________________
8964 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
8965         Log: Integrate (manually) change #11424 from macperl.
8966      Branch: perl
8967            ! ext/Filter/t/call.t
8968 ____________________________________________________________________________
8969 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
8970         Log: Integrate change #11408 from macperl.
8971      Branch: perl
8972           !> README.macos pod/perlport.pod
8973 ____________________________________________________________________________
8974 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
8975         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
8976      Branch: perl
8977           +> macos/MacPerlTests.cmd macos/xsubpp.patch
8978            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8979            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
8980            ! ext/POSIX/POSIX.t
8981 ____________________________________________________________________________
8982 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
8983         Log: pod/*.t tests not picked up by t/TEST either
8984      Branch: maint-5.6/perl
8985            ! t/TEST
8986 ____________________________________________________________________________
8987 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
8988         Log: better tweak for change#11429 (windows has both / and \ separated
8989              paths in @INC at that point)
8990      Branch: maint-5.6/perl
8991            ! t/pod/testp2pt.pl
8992 ____________________________________________________________________________
8993 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
8994         Log: MacOS pod test tweak needs \Escape
8995      Branch: maint-5.6/perl
8996            ! t/pod/testp2pt.pl
8997 ____________________________________________________________________________
8998 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
8999         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
9000              resulting duplicate output, but t/harness isn't)
9001      Branch: maint-5.6/perl
9002            ! t/run/runenv.t
9003 ____________________________________________________________________________
9004 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
9005         Log: t/harness wasn't picking up all the tests
9006      Branch: maint-5.6/perl
9007            ! t/harness
9008 ____________________________________________________________________________
9009 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
9010         Log: update MANIFEST for new file
9011      Branch: maint-5.6/perl
9012            ! MANIFEST
9013 ____________________________________________________________________________
9014 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
9015         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
9016              the exception of the macperl/macos/... tree
9017      Branch: maint-5.6/perl
9018           +> t/lib/filefind-taint.t
9019           !> (integrate 72 files)
9020 ____________________________________________________________________________
9021 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
9022         Log: Fix test.
9023      Branch: maint-5.6/macperl
9024            ! macos/bundled_ext/Filter/t/call.t
9025 ____________________________________________________________________________
9026 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
9027         Log: Make perl fork()-safe (in a slightly limited way) even on
9028              platforms that don't have pthread_atfork() (extension of
9029              the fix in change#11151).
9030              
9031              Note that this will not help extensions that call fork()
9032              directly in C, or that link to libraries that call fork()
9033              directly.  Such cases must be fixed to either call
9034              PerlProc_fork(), or call atfork_lock() in parent before the
9035              calling the function that forks and call atfork_unlock()
9036              in both parent and child immediately after the fork().
9037              (There are no worries if C code calls exec() in the child
9038              immediately after a fork().  Only cases where the child
9039              calls perl's API functions (including New()) after the
9040              fork() are problematic.)
9041              
9042              This change also eliminates the use of vfork() from perl,
9043              since all such uses were violating the severe restrictions
9044              on modifying the state of the process between the vfork()
9045              and the exec().
9046              
9047              This is a modified version of patches suggested by Abhijit
9048              Menon-Sen and Richard Soderberg.
9049      Branch: perl
9050            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
9051            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
9052 ____________________________________________________________________________
9053 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
9054         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
9055              Switch, and Text::Balanced.
9056      Branch: maint-5.6/macperl
9057            + macos/bundled_ext/Filter/Util/Call/Call.pm
9058            + macos/bundled_ext/Filter/Util/Call/Call.xs
9059            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
9060            + macos/bundled_ext/Filter/t/MyFilter.pm
9061            + macos/bundled_ext/Filter/t/call.t
9062            + macos/bundled_ext/Filter/t/filter-util.pl
9063            + macos/bundled_lib/blib/lib/Class/ISA.pm
9064            + macos/bundled_lib/blib/lib/Digest.pm
9065            + macos/bundled_lib/blib/lib/Filter/Simple.pm
9066            + macos/bundled_lib/blib/lib/Switch.pm
9067            + macos/bundled_lib/blib/lib/Text/Balanced.pm
9068            + macos/bundled_lib/blib/lib/Text/Balanced.pod
9069            + macos/bundled_lib/t/Class/ISA/test.pl
9070            + macos/bundled_lib/t/Digest/Digest.t
9071            + macos/bundled_lib/t/Filter/Simple/test.pl
9072            + macos/bundled_lib/t/Switch/test.pl
9073            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
9074            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
9075            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
9076            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
9077            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
9078            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
9079            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
9080            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
9081 ____________________________________________________________________________
9082 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
9083         Log: Add Filter::Util::Call to config/make files; edit utils
9084              to recognize the module (it was descended too far down).
9085              Bump version to 5.6.1a4.
9086      Branch: maint-5.6/macperl
9087            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
9088            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
9089            ! macos/macperl/Makefile.mk macos/xsubpp.patch
9090 ____________________________________________________________________________
9091 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
9092         Log: Make DB_File the default for MLDBM on MacOS.
9093      Branch: maint-5.6/macperl
9094            ! macos/bundled_lib/blib/lib/MLDBM.pm
9095 ____________________________________________________________________________
9096 [ 11419] By: nick                                  on 2001/07/20  14:51:03
9097         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
9098              From:  Simon Cozens <simon@netthink.co.uk>
9099              Date:  Fri, 20 Jul 2001 11:42:35 -0400
9100              Message-Id:  <20010720114235.A5235@netthink.co.uk>
9101      Branch: perl
9102            ! lib/UnicodeCD.pm
9103 ____________________________________________________________________________
9104 [ 11418] By: nick                                  on 2001/07/20  14:48:12
9105         Log: Subject:  [PATCH regcomp.h] adds a comment
9106              From:  Abhijit Menon-Sen <ams@wiw.org>
9107              Date:  Fri, 20 Jul 2001 21:05:37 +0530
9108              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
9109      Branch: perl
9110            ! regcomp.h
9111 ____________________________________________________________________________
9112 [ 11417] By: nick                                  on 2001/07/20  14:16:38
9113         Log: Subject:  [PATCH 5.7.2] INSTALL updates
9114              From:  Andy Dougherty <doughera@lafayette.edu>
9115              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
9116              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
9117      Branch: perl
9118            ! INSTALL
9119 ____________________________________________________________________________
9120 [ 11416] By: nick                                  on 2001/07/20  06:44:44
9121         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
9122              From:  Russ Allbery <rra@stanford.edu>
9123              Date:  19 Jul 2001 15:52:37 -0700
9124              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
9125      Branch: perl
9126            ! lib/Pod/Man.pm
9127 ____________________________________________________________________________
9128 [ 11415] By: nick                                  on 2001/07/20  06:35:11
9129         Log: Subject:  [PATCH] defer op_seq allocation
9130              From:  Abhijit Menon-Sen <ams@wiw.org>
9131              Date:  Thu, 19 Jul 2001 22:12:24 +0530
9132              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
9133      Branch: perl
9134            ! op.c
9135 ____________________________________________________________________________
9136 [ 11414] By: nick                                  on 2001/07/20  06:23:36
9137         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
9138              From:  Abhijit Menon-Sen <ams@wiw.org>
9139              Date:  Fri, 20 Jul 2001 01:18:50 +0530
9140              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
9141              (Private e-mail)
9142      Branch: perl
9143            ! ext/Time/HiRes/HiRes.xs
9144 ____________________________________________________________________________
9145 [ 11413] By: nick                                  on 2001/07/20  06:18:53
9146         Log: Integrate mainline
9147      Branch: perlio
9148           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
9149            - t/base/commonsense.t
9150           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
9151           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
9152           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
9153           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
9154           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
9155           !> win32/win32.c
9156 ____________________________________________________________________________
9157 [ 11412] By: nick                                  on 2001/07/19  06:44:27
9158         Log: Integrate win32/perlhost.h from maintenance branch.
9159              (Rest of $ENV{PATH} / system() fix.)
9160      Branch: perl
9161           !> win32/perlhost.h
9162 ____________________________________________________________________________
9163 [ 11411] By: nick                                  on 2001/07/19  06:41:34
9164         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
9165              From:  Philip Newton <Philip.Newton@gmx.net>
9166              Date:  Wed, 18 Jul 2001 21:43:57 +0200
9167              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
9168      Branch: perl
9169            ! pod/perlhack.pod
9170 ____________________________________________________________________________
9171 [ 11410] By: nick                                  on 2001/07/19  06:39:35
9172         Log: Subject:  Security hole in taint checking in open()
9173              From:  deekoo@tentacle.net
9174              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
9175              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
9176      Branch: perl
9177            ! doio.c
9178 ____________________________________________________________________________
9179 [ 11409] By: nick                                  on 2001/07/19  06:28:08
9180         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
9181              From:  Abhijit Menon-Sen <ams@wiw.org>
9182              Date:  Thu, 19 Jul 2001 04:30:43 +0530
9183              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
9184      Branch: perl
9185            ! ext/Time/HiRes/HiRes.xs
9186 ____________________________________________________________________________
9187 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
9188         Log: Update docs with latest implementation information and new URLs.
9189      Branch: maint-5.6/macperl
9190            ! README.macos pod/perlport.pod
9191 ____________________________________________________________________________
9192 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
9193         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
9194              Fix BuildRules to accept optimization variables.
9195      Branch: maint-5.6/macperl
9196            + macos/bundled_ext/Digest/MD5/Makefile.mk
9197            ! macos/BuildRules.mk macos/Makefile.mk
9198            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
9199            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
9200 ____________________________________________________________________________
9201 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
9202         Log: Integrate changes 11399,11401
9203      Branch: maint-5.6/macperl
9204           !> win32/perlhost.h win32/win32.c
9205 ____________________________________________________________________________
9206 [ 11405] By: nick                                  on 2001/07/18  06:50:33
9207         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
9208              from perl5.6*
9209      Branch: perl
9210           !> win32/perlhost.h win32/win32.c
9211 ____________________________________________________________________________
9212 [ 11404] By: nick                                  on 2001/07/18  06:43:59
9213         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
9214              From:  hv@crypt0.demon.co.uk
9215              Date:  Wed, 18 Jul 2001 05:58:46 +0100
9216              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
9217      Branch: perl
9218            ! ext/POSIX/POSIX.t
9219 ____________________________________________________________________________
9220 [ 11403] By: nick                                  on 2001/07/18  06:38:57
9221         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
9222              From:  hv@crypt0.demon.co.uk
9223              Date:  Wed, 18 Jul 2001 05:21:54 +0100
9224              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
9225      Branch: perl
9226            ! numeric.c t/op/arith.t
9227 ____________________________________________________________________________
9228 [ 11402] By: nick                                  on 2001/07/18  06:19:17
9229         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
9230              From:  mjd@plover.com
9231              Date:  17 Jul 2001 17:59:20 -0000
9232              Message-Id:  <20010717175920.8177.qmail@plover.com>
9233      Branch: perl
9234            ! pod/perlre.pod
9235 ____________________________________________________________________________
9236 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
9237         Log: thinko in change#11400 (duh)
9238      Branch: maint-5.6/perl
9239            ! win32/perlhost.h
9240 ____________________________________________________________________________
9241 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
9242         Log: change#11399 revealed another unrelated bug; this is just a temporary
9243              bandaid
9244      Branch: maint-5.6/perl
9245            ! win32/perlhost.h
9246 ____________________________________________________________________________
9247 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
9248         Log: fix bugs in handling of the virtualized environment under windows;
9249              there were bugs in propagating any changes to %ENV down to the real
9250              environment when such changes happened in the toplevel process
9251              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
9252              problem identification, and for a part of the fix)
9253      Branch: maint-5.6/perl
9254            ! win32/perlhost.h win32/win32.c
9255 ____________________________________________________________________________
9256 [ 11398] By: nick                                  on 2001/07/17  08:26:35
9257         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
9258              From: Peter Prymmer <pvhp@forte.com>
9259              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
9260              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
9261              
9262              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
9263              should not depend on existance of Config.pm
9264      Branch: perl
9265           +> t/lib/commonsense.t
9266            - t/base/commonsense.t
9267            ! MANIFEST t/README
9268 ____________________________________________________________________________
9269 [ 11397] By: nick                                  on 2001/07/17  08:09:58
9270         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
9271              From:  Michael G Schwern <schwern@pobox.com>
9272              Date:  Mon, 16 Jul 2001 18:20:31 -0400
9273              Message-Id:  <20010716182031.A1128@blackrider>
9274      Branch: perl
9275            ! pod/perlhack.pod
9276 ____________________________________________________________________________
9277 [ 11396] By: nick                                  on 2001/07/17  08:04:11
9278         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
9279              From:  Gwyn Judd <b.judd@xtra.co.nz>
9280              Date:  Tue, 17 Jul 2001 20:55:58 +1200
9281              Message-Id:  <20010717205558.A3107@thislove>
9282      Branch: perl
9283            ! pod/perlfunc.pod
9284 ____________________________________________________________________________
9285 [ 11395] By: nick                                  on 2001/07/17  08:02:22
9286         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
9287              From:  Peter Prymmer <pvhp@forte.com>
9288              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
9289              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
9290      Branch: perl
9291            ! t/op/sprintf.t
9292 ____________________________________________________________________________
9293 [ 11394] By: nick                                  on 2001/07/17  07:57:06
9294         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
9295              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
9296              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
9297              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
9298      Branch: perl
9299            ! gv.c
9300 ____________________________________________________________________________
9301 [ 11392] By: nick                                  on 2001/07/17  07:50:12
9302         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
9303              From:  Coral <coral@moonlight.crystalflame.net>
9304              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
9305              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
9306      Branch: perl
9307            ! pp_sys.c thread.h
9308 ____________________________________________________________________________
9309 [ 11391] By: nick                                  on 2001/07/17  07:34:28
9310         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
9311              From:  Jonathan Stowe <gellyfish@gellyfish.com>
9312              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
9313              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
9314      Branch: perl
9315            ! utils/h2xs.PL
9316 ____________________________________________________________________________
9317 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
9318         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
9319              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
9320              and Mac::Apps::Launch, which don't work, and Time::HiRes and
9321              Time::Piece, which don't yet work.
9322      Branch: maint-5.6/macperl
9323            + (add 154 files)
9324 ____________________________________________________________________________
9325 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
9326         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
9327              Also add hack to get around missing setenv for PERL5DB.
9328      Branch: maint-5.6/macperl
9329            ! macos/macish.c macos/macish.h
9330 ____________________________________________________________________________
9331 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
9332         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
9333      Branch: maint-5.6/macperl
9334            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
9335            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
9336 ____________________________________________________________________________
9337 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
9338         Log: Fix up some configuration and make options, add extra
9339              extensions.
9340      Branch: maint-5.6/macperl
9341            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
9342            ! macos/macperl/Makefile.mk
9343 ____________________________________________________________________________
9344 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
9345         Log: From Change 11374 in maintperl.
9346      Branch: maint-5.6/macperl
9347           !> utils/h2ph.PL
9348 ____________________________________________________________________________
9349 [ 11385] By: nick                                  on 2001/07/16  14:12:58
9350         Log: Back out change to h2xs till it passes its test.
9351      Branch: perl
9352            ! utils/h2xs.PL
9353 ____________________________________________________________________________
9354 [ 11384] By: nick                                  on 2001/07/16  14:00:10
9355         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
9356              From:  Jonathan Stowe <gellyfish@gellyfish.com>
9357              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
9358              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
9359      Branch: perl
9360            ! utils/h2xs.PL
9361 ____________________________________________________________________________
9362 [ 11383] By: nick                                  on 2001/07/16  13:53:12
9363         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
9364              From:  Robin Houston <robin@kitsite.com>
9365              Date:  Sun, 15 Jul 2001 18:22:31 +0100
9366              Message-Id:  <20010715182230.A11174@robin>
9367      Branch: perl
9368            ! hints/darwin.sh
9369 ____________________________________________________________________________
9370 [ 11382] By: nick                                  on 2001/07/16  13:52:49
9371         Log: Subject:  [PATCH perl@11372] re_dup
9372              From:  Radu Greab <radu@netsoft.ro>
9373              Date:  Sun, 15 Jul 2001 04:50:06 +0300
9374              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
9375      Branch: perl
9376            ! sv.c
9377 ____________________________________________________________________________
9378 [ 11379] By: nick                                  on 2001/07/16  13:35:39
9379         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
9380              From:  Robin Houston <robin@kitsite.com>
9381              Date:  Sat, 14 Jul 2001 14:28:50 +0100
9382              Message-Id:  <20010714142850.A10205@robin>
9383      Branch: perl
9384            ! ext/B/B/Deparse.pm
9385 ____________________________________________________________________________
9386 [ 11378] By: nick                                  on 2001/07/16  13:30:36
9387         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
9388              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
9389              Date:  Sat, 14 Jul 2001 22:17:42 +0900
9390              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
9391      Branch: perl
9392            + ext/Encode/Encode/euc-jp-0212.enc
9393            ! ext/Encode/Encode/Tcl.pm
9394 ____________________________________________________________________________
9395 [ 11377] By: nick                                  on 2001/07/16  13:17:28
9396         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
9397              From:  Andy Dougherty <doughera@lafayette.edu>
9398              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
9399              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
9400      Branch: perl
9401            ! hints/darwin.sh hints/rhapsody.sh
9402 ____________________________________________________________________________
9403 [ 11376] By: nick                                  on 2001/07/16  09:05:00
9404         Log: Integrate mainline
9405      Branch: perlio
9406           +> ext/Encode/Encode/7bit-greek.enc
9407           +> ext/Encode/Encode/7bit-latin1.enc
9408           +> ext/Encode/Encode/cns11643-1.enc
9409           +> ext/Encode/Encode/cns11643-2.enc
9410           +> ext/Encode/Encode/iso2022-cn.enc
9411           +> ext/Encode/Encode/iso2022-jp1.enc
9412           +> ext/Encode/Encode/iso2022-jp2.enc
9413           !> Changes Configure MANIFEST Makefile.SH
9414           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
9415           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
9416           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
9417           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
9418           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
9419 ____________________________________________________________________________
9420 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
9421         Log: integrate change#11374 from maint-5.6
9422              
9423              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
9424      Branch: perl
9425           !> utils/h2ph.PL
9426 ____________________________________________________________________________
9427 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
9428         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
9429      Branch: maint-5.6/perl
9430            ! utils/h2ph.PL
9431 ____________________________________________________________________________
9432 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
9433         Log: Update Changes.
9434      Branch: perl
9435            ! Changes patchlevel.h
9436 ____________________________________________________________________________
9437 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
9438         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
9439              From: Jonathan Stowe <gellyfish@gellyfish.com>
9440              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
9441              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
9442      Branch: perl
9443            ! utils/h2xs.PL
9444 ____________________________________________________________________________
9445 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
9446         Log: Subject: patch to add DEL to [:cntrl:]
9447              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
9448              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
9449              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
9450      Branch: perl
9451            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
9452 ____________________________________________________________________________
9453 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
9454         Log: Metaconfig unit change for #11369; plus a dependency nit.
9455      Branch: metaconfig
9456            ! U/compline/nblock_io.U
9457      Branch: metaconfig/U/perl
9458            ! Extensions.U
9459 ____________________________________________________________________________
9460 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
9461         Log: #include <stdlib.h> so that exit() is prototyped,
9462              noticed by Hugo.
9463      Branch: perl
9464            ! Configure
9465 ____________________________________________________________________________
9466 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
9467         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
9468              From: Peter Prymmer <pvhp@forte.com>
9469              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
9470              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
9471      Branch: perl
9472            ! t/op/sprintf.t
9473 ____________________________________________________________________________
9474 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
9475         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
9476              From: Peter Prymmer <pvhp@forte.com>
9477              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
9478              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
9479      Branch: perl
9480            ! ext/Encode/Encode/Tcl.t
9481 ____________________________________________________________________________
9482 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
9483         Log: Add information about gcc 3.0 basic block profiling.
9484      Branch: perl
9485            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
9486 ____________________________________________________________________________
9487 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
9488         Log: Subject: Error in lib/PerlIO/Via.pm ?
9489              From: Mark-Jason Dominus <mjd@plover.com>
9490              Date: Fri, 13 Jul 2001 15:55:41 -0400
9491              Message-ID: <20010713195541.26751.qmail@plover.com>
9492      Branch: perl
9493            ! ext/PerlIO/Via/Via.pm
9494 ____________________________________________________________________________
9495 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
9496         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
9497              section from the Compiler section.
9498      Branch: perl
9499            ! myconfig.SH
9500 ____________________________________________________________________________
9501 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
9502         Log: Handle glibc style of constant definitions using enum
9503              with intervening #defines; from Brendan O'Dea.
9504      Branch: perl
9505            ! utils/h2ph.PL
9506 ____________________________________________________________________________
9507 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
9508         Log: Add LC_MESSAGES to the locale_h export tag (it already is
9509              in the Makefile.PL and thusly eligible for an XS constant)
9510              (see also maintperl #10543)
9511      Branch: perl
9512            ! ext/POSIX/POSIX.pm
9513 ____________________________________________________________________________
9514 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
9515         Log: Subject: Re: [patch] re_dup
9516              From: Abhijit Menon-Sen <ams@wiw.org>
9517              Date: Fri, 13 Jul 2001 21:41:09 +0530
9518              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
9519      Branch: perl
9520            ! sv.c
9521 ____________________________________________________________________________
9522 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
9523         Log: Subject: [patch] re_dup
9524              From: Doug MacEachern <dougm@covalent.net>
9525              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
9526              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
9527      Branch: perl
9528            ! sv.c
9529 ____________________________________________________________________________
9530 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
9531         Log: Update Changes.
9532      Branch: perl
9533            ! Changes patchlevel.h
9534 ____________________________________________________________________________
9535 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
9536         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
9537              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
9538              Date: Sat, 14 Jul 2001 00:06:30 +0900
9539              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
9540      Branch: perl
9541            + ext/Encode/Encode/7bit-greek.enc
9542            + ext/Encode/Encode/7bit-latin1.enc
9543            + ext/Encode/Encode/cns11643-1.enc
9544            + ext/Encode/Encode/cns11643-2.enc
9545            + ext/Encode/Encode/iso2022-cn.enc
9546            + ext/Encode/Encode/iso2022-jp1.enc
9547            + ext/Encode/Encode/iso2022-jp2.enc
9548            ! MANIFEST ext/Encode/Encode/Tcl.pm
9549            ! ext/Encode/Encode/iso2022-kr.enc
9550 ____________________________________________________________________________
9551 [ 11357] By: nick                                  on 2001/07/13  14:24:06
9552         Log: Blind integrate mainline (as of 5.7.2?)
9553      Branch: perlio
9554           !> AUTHORS Changes Porting/config.sh Porting/config_H
9555           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
9556           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
9557           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9558           !> win32/makefile.mk
9559 ____________________________________________________________________________
9560 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
9561         Log: Snip away the devel patchlevel.
9562      Branch: perl
9563            ! patchlevel.h
9564 ____________________________________________________________________________
9565 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
9566         Log: Bump the version to 5.7.2.
9567      Branch: perl
9568            ! Porting/config.sh Porting/config_H patchlevel.h
9569            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
9570            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9571            ! win32/makefile.mk
9572 ____________________________________________________________________________
9573 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
9574         Log: Update Changes.
9575      Branch: perl
9576            ! Changes
9577 ____________________________________________________________________________
9578 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
9579         Log: Reword.
9580      Branch: perl
9581            ! AUTHORS
9582 ____________________________________________________________________________
9583 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
9584         Log: AUTHORS update.
9585      Branch: perl
9586            ! AUTHORS
9587 ____________________________________________________________________________
9588 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
9589         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
9590              unless ithreads.
9591      Branch: perl
9592            ! makedef.pl
9593 ____________________________________________________________________________
9594 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
9595         Log: Integrate perlio.
9596      Branch: perl
9597           !> win32/distclean.bat
9598 ____________________________________________________________________________
9599 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
9600         Log: Test the encoding transform only iff we have PerlIO,
9601              noticed by H. Merijn Brand.
9602      Branch: perl
9603            ! ext/PerlIO/t/encoding.t
9604 ____________________________________________________________________________
9605 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
9606         Log: README.netware tweaks from Ananth Kesari.
9607      Branch: perl
9608            ! README.netware
9609 ____________________________________________________________________________
9610 [ 11346] By: nick                                  on 2001/07/13  09:18:51
9611         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
9612              to avoid /unicode vs /Unicode issues.
9613      Branch: perlio
9614            ! win32/distclean.bat
9615 ____________________________________________________________________________
9616 [ 11345] By: nick                                  on 2001/07/13  06:24:18
9617         Log: Integrate mainline
9618      Branch: perlio
9619           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
9620            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
9621           !> (integrate 63 files)
9622 ____________________________________________________________________________
9623 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
9624         Log: Add d_bincompat5005 information to perl -V.
9625      Branch: perl
9626            ! myconfig.SH
9627 ____________________________________________________________________________
9628 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
9629         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
9630              From: Abhijit Menon-Sen <ams@wiw.org>
9631              Date: Fri, 13 Jul 2001 07:12:36 +0530
9632              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
9633      Branch: perl
9634            ! sv.c
9635 ____________________________________________________________________________
9636 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
9637         Log: Remove unicode::distinct, as per Inaba Hiroto.
9638      Branch: perl
9639            - lib/unicode/distinct.pm
9640            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
9641            ! t/lib/1_compile.t
9642 ____________________________________________________________________________
9643 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
9644         Log: Paging for Dr Octothorpe.
9645      Branch: perl
9646            ! pod/perlfaq4.pod
9647 ____________________________________________________________________________
9648 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
9649         Log: cut-n-paste error noticed by mjd.
9650      Branch: perl
9651            ! pod/perlfaq4.pod
9652 ____________________________________________________________________________
9653 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
9654         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
9655              From: Peter Prymmer <pvhp@forte.com>
9656              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
9657              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
9658      Branch: perl
9659            ! pod/perlfaq4.pod
9660 ____________________________________________________________________________
9661 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
9662         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
9663              From: Randall Gellens <randy@qualcomm.com>
9664              Date: Thu, 12 Jul 2001 16:56:23 -0700
9665              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
9666      Branch: perl
9667            ! Porting/repository.pod
9668 ____________________________________________________________________________
9669 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
9670         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
9671      Branch: perl
9672            ! thread.h
9673 ____________________________________________________________________________
9674 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
9675         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
9676              From: coral <coral@moonlight.crystalflame.net>
9677              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
9678              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
9679      Branch: perl
9680            ! thread.h
9681 ____________________________________________________________________________
9682 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
9683         Log: Metaconfig unit change for #11134.
9684      Branch: metaconfig
9685            + U/threads/d_pthread_atfork.U
9686 ____________________________________________________________________________
9687 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
9688         Log: Add HAS_PTHREAD_ATFORK.
9689      Branch: perl
9690            ! Configure NetWare/config.wc NetWare/config_H.wc
9691            ! Porting/Glossary Porting/config.sh Porting/config_H
9692            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
9693            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
9694            ! vos/config.ga.def vos/config.ga.h win32/config.bc
9695            ! win32/config.gc win32/config.vc win32/config_H.bc
9696            ! win32/config_H.gc win32/config_H.vc
9697 ____________________________________________________________________________
9698 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
9699         Log: Subject: [PATCH] File::Copy fails on tied handles
9700              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
9701              Date: Thu, 12 Jul 2001 15:18:51 -0700
9702              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
9703      Branch: perl
9704            ! lib/File/Copy.pm
9705 ____________________________________________________________________________
9706 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
9707         Log: Subject: [PATCH] Langinfo.t
9708              From: Nicholas Clark <nick@ccl4.org>
9709              Date: Thu, 12 Jul 2001 23:55:38 +0100
9710              Message-ID: <20010712235538.M5827@plum.flirble.org>
9711      Branch: perl
9712            ! ext/I18N/Langinfo/Langinfo.t
9713 ____________________________________________________________________________
9714 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
9715         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
9716              From: Peter Prymmer <pvhp@forte.com>
9717              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
9718              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
9719      Branch: perl
9720            ! pod/perl572delta.pod
9721 ____________________________________________________________________________
9722 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
9723         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
9724              From: Abhijit Menon-Sen <ams@wiw.org>
9725              Date: Fri, 13 Jul 2001 05:21:16 +0530
9726              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
9727      Branch: perl
9728            ! sv.c
9729 ____________________________________________________________________________
9730 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
9731         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
9732              From: Abhijit Menon-Sen <ams@wiw.org>
9733              Date: Fri, 13 Jul 2001 03:04:25 +0530
9734              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
9735      Branch: perl
9736            ! av.c
9737 ____________________________________________________________________________
9738 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
9739         Log: s/^M$//g
9740      Branch: perl
9741            ! win32/Makefile win32/makefile.mk
9742 ____________________________________________________________________________
9743 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
9744         Log: Update Changes.
9745      Branch: perl
9746            ! Changes patchlevel.h
9747 ____________________________________________________________________________
9748 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
9749         Log: Typo spotted by Philip Newton.
9750      Branch: perl
9751            ! pod/perl572delta.pod
9752 ____________________________________________________________________________
9753 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
9754         Log: Subject: [PATCH] fixes perl_clone of perl_clone
9755              From: Artur Bergman <artur@contiller.se>
9756              Date: Thu, 12 Jul 2001 20:57:09 +0200
9757              Message-ID: <B773BFA4.236B%artur@contiller.se>
9758      Branch: perl
9759            ! sv.c
9760 ____________________________________________________________________________
9761 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
9762         Log: Add README.uts from Hal Morris.
9763      Branch: perl
9764            + README.uts
9765            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
9766            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
9767 ____________________________________________________________________________
9768 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
9769         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
9770              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9771              Date: Thu, 12 Jul 2001 20:32:37 +0200
9772              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
9773      Branch: perl
9774            ! hints/aix.sh
9775 ____________________________________________________________________________
9776 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
9777         Log: Subject: Patch: document reg_data.what member
9778              From: Mark-Jason Dominus <mjd@plover.com>
9779              Message-ID: <20010712182532.14821.qmail@plover.com>
9780              Date: Thu, 12 Jul 2001 14:25:32 -0400
9781      Branch: perl
9782            ! regcomp.c regcomp.h
9783 ____________________________________________________________________________
9784 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
9785         Log: Subject: [PATCH] Perl_re_dup()
9786              From: Abhijit Menon-Sen <ams@wiw.org>
9787              Date: Thu, 12 Jul 2001 23:54:32 +0530
9788              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
9789      Branch: perl
9790            ! embed.h embed.pl perlapi.c proto.h sv.c
9791 ____________________________________________________________________________
9792 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
9793         Log: Regen Configure, modlib, toc.
9794      Branch: perl
9795            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9796            ! pod/perlmodlib.pod pod/perltoc.pod
9797 ____________________________________________________________________________
9798 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
9799         Log: The problem seems to be in PerlIO::Layer::->find() not
9800              accepting the ":encoding(blurflur)" arguments.
9801      Branch: perl
9802            ! lib/PerlIO.pm lib/open.pm
9803 ____________________________________________________________________________
9804 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
9805         Log: AIX doc update.
9806      Branch: perl
9807            ! README.aix pod/perl572delta.pod
9808 ____________________________________________________________________________
9809 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
9810         Log: Subject: AIX README update
9811              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9812              Date: Thu, 12 Jul 2001 19:28:30 +0200
9813              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
9814      Branch: perl
9815            ! README.aix
9816 ____________________________________________________________________________
9817 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
9818         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
9819              From: Norton Allen <allen@huarp.harvard.edu>
9820              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
9821              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
9822      Branch: perl
9823            ! ext/IO/lib/IO/t/io_unix.t
9824 ____________________________________________________________________________
9825 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
9826         Log: Subject: [PATCH README.qnx hints/qnx.sh]
9827              From: Norton Allen <allen@huarp.harvard.edu>
9828              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
9829              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
9830      Branch: perl
9831            ! README.qnx hints/qnx.sh
9832 ____________________________________________________________________________
9833 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
9834         Log: Subject: [patch] faster PM_GETRE
9835              From: Doug MacEachern <dougm@covalent.net>
9836              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
9837              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
9838      Branch: perl
9839            ! op.h
9840 ____________________________________________________________________________
9841 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
9842         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
9843              From: Doug MacEachern <dougm@covalent.net>
9844              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
9845              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
9846      Branch: perl
9847            ! op.c
9848 ____________________________________________________________________________
9849 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
9850         Log: Tell where the nice Estonian database is.
9851      Branch: perl
9852            ! lib/open.pm
9853 ____________________________________________________________________________
9854 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
9855         Log: Retract #11309 since #11310 is a better fix.
9856      Branch: perl
9857            ! t/lib/1_compile.t
9858 ____________________________________________________________________________
9859 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
9860         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
9861              change#11300 needs to return the status of failed win32_spawnvp())
9862              
9863              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
9864              splitting correctly; remove unused variables; 'require' at run time
9865              rather than 'use' at compile time for I18N::Langinfo, since it
9866              isn't everyware
9867      Branch: perl
9868            ! lib/open.pm win32/win32.c
9869 ____________________________________________________________________________
9870 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
9871         Log: Temporary workaround.
9872      Branch: perl
9873            ! t/lib/1_compile.t
9874 ____________________________________________________________________________
9875 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
9876         Log: UCD typo in #11306 and add also more known-to-be-tested
9877              modules to the skip list.
9878      Branch: perl
9879            ! t/lib/1_compile.t
9880 ____________________________________________________________________________
9881 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
9882         Log: Rename Unicode::UCD to UnicodeCD to avoid
9883              messups with case-insensitive filesystems.
9884      Branch: perl
9885            + lib/UnicodeCD.pm lib/UnicodeCD.t
9886            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
9887            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
9888 ____________________________________________________________________________
9889 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
9890         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
9891              From: daniel@biz.bitpusher.com
9892              Date: Wed, 11 Jul 2001 23:25:47 -0700
9893              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
9894      Branch: perl
9895            ! lib/Tie/Array.pm t/op/splice.t
9896 ____________________________________________________________________________
9897 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
9898         Log: Subject: [PATCH] More accurate line numbers in messages
9899              From: Paul Johnson <paul@pjcj.net>
9900              Date: Thu, 12 Jul 2001 04:14:11 +0200
9901              Message-ID: <20010712041411.A3467@pjcj.net>
9902              
9903              (With prototyping and multiplicity tweaks.)
9904      Branch: perl
9905            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
9906 ____________________________________________________________________________
9907 [ 11304] By: nick                                  on 2001/07/12  12:53:40
9908         Log: Integrate mainline
9909      Branch: perlio
9910           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
9911           !> regexec.c thread.h
9912 ____________________________________________________________________________
9913 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
9914         Log: Cut-and-pasto in #11298.
9915      Branch: perl
9916            ! ext/ByteLoader/bytecode.h
9917 ____________________________________________________________________________
9918 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
9919         Log: Update the AIX known problems section.
9920      Branch: perl
9921            ! pod/perl572delta.pod
9922 ____________________________________________________________________________
9923 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
9924         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
9925              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9926              Date: Thu, 12 Jul 2001 12:16:16 +0200
9927              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
9928      Branch: perl
9929            ! hints/aix.sh
9930 ____________________________________________________________________________
9931 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
9932         Log: Integrate perlio.
9933      Branch: perl
9934           !> makedef.pl win32/win32.c
9935 ____________________________________________________________________________
9936 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
9937         Log: Subject: [PATCH] fix for PMOP threadness failures
9938              From: Artur Bergman <artur@contiller.se>
9939              Date: Thu, 12 Jul 2001 09:48:06 +0200
9940              Message-ID: <B77322D6.22DD%artur@contiller.se>
9941      Branch: perl
9942            ! regexec.c
9943 ____________________________________________________________________________
9944 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
9945         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
9946              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
9947              Date: Thu, 12 Jul 2001 09:09:48 +0200
9948              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
9949              
9950              More parentheses to keep bcc happy.
9951      Branch: perl
9952            ! ext/ByteLoader/bytecode.h
9953 ____________________________________________________________________________
9954 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
9955         Log: Subject: Re: [patch] pthread_atfork bandaid
9956              From: Doug MacEachern <dougm@covalent.net>
9957              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
9958              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
9959      Branch: perl
9960            ! thread.h
9961 ____________________________________________________________________________
9962 [ 11296] By: nick                                  on 2001/07/12  11:55:48
9963         Log: Exclude reentrant_buffer from .def file
9964      Branch: perlio
9965            ! makedef.pl
9966 ____________________________________________________________________________
9967 [ 11295] By: nick                                  on 2001/07/12  11:11:44
9968         Log: Honour void-ness of my_exit()
9969      Branch: perlio
9970            ! win32/win32.c
9971 ____________________________________________________________________________
9972 [ 11294] By: nick                                  on 2001/07/12  07:51:04
9973         Log: Integrate mainline
9974      Branch: perlio
9975           +> uts/sprintf_wrap.c
9976           !> (integrate 35 files)
9977 ____________________________________________________________________________
9978 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
9979         Log: Retract #11289.
9980      Branch: perl
9981            ! embed.h embed.pl perl.c proto.h thread.h
9982 ____________________________________________________________________________
9983 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
9984         Log: Now the :locale pseudolayer *almost* works...
9985      Branch: perl
9986            ! lib/open.pm
9987 ____________________________________________________________________________
9988 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
9989         Log: Locale encoding tweaks.
9990      Branch: perl
9991            ! lib/open.pm
9992 ____________________________________________________________________________
9993 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
9994         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
9995              From: Mark-Jason Dominus <mjd@plover.com>
9996              Date: Thu, 12 Jul 2001 00:59:31 -0400
9997              Message-ID: <20010712045931.8543.qmail@plover.com>
9998              
9999              Remove the chmod/umask leading zero warning.
10000      Branch: perl
10001            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
10002            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
10003 ____________________________________________________________________________
10004 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
10005         Log: (Retracted by #11289.)
10006      Branch: perl
10007            ! embed.h embed.pl perl.c proto.h thread.h
10008 ____________________________________________________________________________
10009 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
10010         Log: Needed by #11283.
10011      Branch: perl
10012            ! intrpvar.h
10013 ____________________________________________________________________________
10014 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
10015         Log: Metaconfig unit change for #11286.
10016      Branch: metaconfig/U/perl
10017            ! patchlevel.U
10018 ____________________________________________________________________________
10019 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
10020         Log: Subject: Re: [PATCH Configure] perl -V broken
10021              From: Andy Dougherty <doughera@lafayette.edu>
10022              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
10023              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
10024      Branch: perl
10025            ! Configure myconfig.SH
10026 ____________________________________________________________________________
10027 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
10028         Log: Retract #11166 (and #11237).
10029      Branch: perl
10030            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
10031            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
10032            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
10033 ____________________________________________________________________________
10034 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
10035         Log: UTS tweaks for Hal Morris.
10036      Branch: perl
10037            + uts/sprintf_wrap.c
10038            ! MANIFEST hints/uts.sh perl.h
10039 ____________________________________________________________________________
10040 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
10041         Log: Subject: [PATCH] Use reentrant API glibc
10042              From: Artur Bergman <artur@contiller.se>
10043              Date: Thu, 12 Jul 2001 00:58:21 +0200
10044              Message-ID: <B772A6AD.2288%artur@contiller.se>
10045      Branch: perl
10046            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
10047            ! sv.c
10048 ____________________________________________________________________________
10049 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
10050         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
10051              From: barries <barries@slaysys.com>
10052              Date: Wed, 11 Jul 2001 15:11:46 -0400
10053              Message-ID: <20010711151146.G24560@jester.slaysys.com>
10054      Branch: perl
10055            ! pp_sys.c t/lib/warnings/doio win32/win32.c
10056 ____________________________________________________________________________
10057 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
10058         Log: Subject: [patch] pthread_atfork bandaid
10059              From: Doug MacEachern <dougm@covalent.net>
10060              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
10061              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
10062      Branch: perl
10063            ! miniperlmain.c perl.c
10064 ____________________________________________________________________________
10065 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
10066         Log: Subject: [patch] perl_clone leaks
10067              From: Doug MacEachern <dougm@covalent.net>
10068              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
10069              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
10070      Branch: perl
10071            ! sv.c
10072 ____________________________________________________________________________
10073 [ 11279] By: nick                                  on 2001/07/11  15:49:38
10074         Log: Integrate mainline
10075      Branch: perlio
10076           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
10077           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
10078           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
10079           +> lib/Term/ANSIColor/README
10080           !> (integrate 54 files)
10081 ____________________________________________________________________________
10082 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
10083         Log: Update Changes.
10084      Branch: perl
10085            ! Changes patchlevel.h
10086 ____________________________________________________________________________
10087 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
10088         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
10089              From: Peter Prymmer <pvhp@forte.com>
10090              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
10091              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
10092              
10093              Backport of embed.pl to 5.003.
10094      Branch: perl
10095            ! embed.pl
10096 ____________________________________________________________________________
10097 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
10098         Log: Subject: Re: POSIX test #14 on UTS 
10099              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10100              Date: Wed, 11 Jul 2001 03:02:14 +0100
10101              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
10102      Branch: perl
10103            ! ext/POSIX/POSIX.t
10104 ____________________________________________________________________________
10105 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
10106         Log: Make the I32 an IV to preserve structure alignment and size.
10107      Branch: perl
10108            ! op.h
10109 ____________________________________________________________________________
10110 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
10111         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
10112              From: "Artur Bergman" <artur@contiller.se>
10113              Date: Wed, 11 Jul 2001 14:23:37 +0200
10114              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
10115              
10116              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
10117      Branch: perl
10118            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
10119            ! pod/perlapi.pod sv.c
10120 ____________________________________________________________________________
10121 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
10122         Log: Tweak until Pod::Parser gets updated.
10123      Branch: perl
10124            ! t/pod/special_seqs.xr
10125 ____________________________________________________________________________
10126 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
10127         Log: File::Spec usage tweak.
10128      Branch: perl
10129            ! lib/ExtUtils.t
10130 ____________________________________________________________________________
10131 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
10132         Log: Integrate #11263 from macperl; macos and macosx updates.
10133      Branch: perl
10134           !> pod/perlport.pod
10135 ____________________________________________________________________________
10136 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
10137         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
10138              From: Peter Prymmer <pvhp@forte.com>
10139              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
10140              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
10141      Branch: perl
10142            + ext/Time/HiRes/hints/dynixptx.pl
10143            ! MANIFEST hints/dynixptx.sh
10144 ____________________________________________________________________________
10145 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
10146         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
10147              From: Nicholas Clark <nick@ccl4.org>
10148              Date: Tue, 10 Jul 2001 23:17:43 +0100
10149              Message-ID: <20010710231742.B59620@plum.flirble.org>
10150      Branch: perl
10151            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
10152 ____________________________________________________________________________
10153 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
10154         Log: Subject: [DOC PATCH] Pluggable runops
10155              From: Paul Johnson <paul@pjcj.net>
10156              Date: Tue, 10 Jul 2001 21:53:28 +0200
10157              Message-ID: <20010710215328.B26577@pjcj.net>
10158      Branch: perl
10159            ! pod/perlguts.pod
10160 ____________________________________________________________________________
10161 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
10162         Log: Subject: [PATCH] Authors
10163              From: Artur Bergman <artur@contiller.se>
10164              Date: Tue, 10 Jul 2001 20:39:12 +0200
10165              Message-ID: <B771186F.21CD%artur@contiller.se>
10166      Branch: perl
10167            ! AUTHORS
10168 ____________________________________________________________________________
10169 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
10170         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
10171              From: Doug MacEachern <dougm@covalent.net>
10172              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
10173              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
10174      Branch: perl
10175            ! pp_ctl.c
10176 ____________________________________________________________________________
10177 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
10178         Log: Subject: doc patch; times() in scalar context
10179              From: mjd@plover.com
10180              Date: 10 Jul 2001 18:01:17 -0000
10181              Message-ID: <20010710180117.12477.qmail@plover.com>
10182      Branch: perl
10183            ! pod/perlfunc.pod
10184 ____________________________________________________________________________
10185 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
10186         Log: Subject: [PATCH] Small fix to pp_gmtime
10187              From: Artur Bergman <artur@contiller.se>
10188              Date: Tue, 10 Jul 2001 19:54:52 +0200
10189              Message-ID: <B7710E0B.21C5%artur@contiller.se>
10190      Branch: perl
10191            ! pp_sys.c
10192 ____________________________________________________________________________
10193 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
10194         Log: Integrate changes from mainline perl, add notes about
10195              Mac OS X and Mac OS.
10196      Branch: maint-5.6/macperl
10197            ! pod/perlport.pod
10198 ____________________________________________________________________________
10199 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
10200         Log: A proof of the dangers of package; ?
10201      Branch: perl
10202            ! t/lib/warnings/op
10203 ____________________________________________________________________________
10204 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
10205         Log: Regen toc and modlib.
10206      Branch: perl
10207            ! pod/perlmodlib.pod pod/perltoc.pod
10208 ____________________________________________________________________________
10209 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
10210         Log: Add compexcl(), casefold(), and casespec() interfaces;
10211              and make all interfaces to return hash references instead
10212              of hashes. 
10213      Branch: perl
10214            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10215 ____________________________________________________________________________
10216 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
10217         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
10218              From: "Philip Newton" <Philip.Newton@gmx.net>
10219              Date: Tue, 10 Jul 2001 09:55:59 +0200
10220              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
10221              
10222              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
10223              From: "Philip Newton" <Philip.Newton@gmx.net>
10224              Date: Tue, 10 Jul 2001 09:56:37 +0200
10225              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
10226      Branch: perl
10227            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10228            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
10229 ____________________________________________________________________________
10230 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
10231         Log: Subject: [patch] undef &xsub for 1,2
10232              From: Doug MacEachern <dougm@covalent.net>
10233              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
10234              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
10235              
10236              (This version of the patch with a comment from Gisle.)
10237      Branch: perl
10238            ! op.c
10239 ____________________________________________________________________________
10240 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
10241         Log: Mention package; deprecation and the Win32 problems.
10242      Branch: perl
10243            ! pod/perl572delta.pod
10244 ____________________________________________________________________________
10245 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
10246         Log: Subject: [PATCH] deprecate package with no arguments
10247              From: Robin Houston <robin@kitsite.com>
10248              Date: Tue, 10 Jul 2001 13:33:40 +0100
10249              Message-ID: <20010710133340.A13452@robin.kitsite.com>
10250      Branch: perl
10251            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
10252 ____________________________________________________________________________
10253 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
10254         Log: Upgrade to podlators 1.10.
10255      Branch: perl
10256            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
10257            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
10258            ! pod/pod2man.PL pod/pod2text.PL
10259 ____________________________________________________________________________
10260 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
10261         Log: Upgrade to Term::ANSIColor 1.04.
10262      Branch: perl
10263            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
10264            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
10265 ____________________________________________________________________________
10266 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
10267         Log: Integrate perlio (the right fix for the ":layer(args)")
10268      Branch: perl
10269           !> perlio.c
10270 ____________________________________________________________________________
10271 [ 11252] By: nick                                  on 2001/07/10  06:58:14
10272         Log: Fix open(...,"...:layer(xxx)",...)
10273              - use memEQ not strEQ as there is '(' not '\0'
10274      Branch: perlio
10275            ! perlio.c
10276 ____________________________________________________________________________
10277 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
10278         Log: Telling the number of tests helps.
10279      Branch: perl
10280            ! ext/PerlIO/t/encoding.t
10281 ____________________________________________________________________________
10282 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
10283         Log: Require I18N::Langinfo, not use.
10284      Branch: perl
10285            ! lib/open.pm
10286 ____________________________________________________________________________
10287 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
10288         Log: Add a test for for PerlIO ":encoding(...)" layer.
10289      Branch: perl
10290            + ext/PerlIO/t/encoding.t
10291            ! MANIFEST ext/Encode/Encode.pm
10292 ____________________________________________________________________________
10293 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
10294         Log: PerlIO ":encoding(foobar)" temporary fix.
10295              Not really correct, I think, since the change means
10296              that prefixes match.
10297      Branch: perl
10298            ! perlio.c
10299 ____________________________________________________________________________
10300 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
10301         Log: Update to Math::BigInt 1.36.  The biggest news is
10302              the separation of the backend; now the pure Perl
10303              implementation is in Math::BigInt::Calc, but one
10304              can plugin, say, Math::BigInt::BitVect, and get
10305              considerable speedup.
10306      Branch: perl
10307            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
10308            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10309            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
10310            ! lib/Math/BigInt/t/mbimbf.t
10311 ____________________________________________________________________________
10312 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
10313         Log: Subject: Re: compatibility question
10314              From: Peter Prymmer <pvhp@forte.com>
10315              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
10316              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
10317      Branch: perl
10318            ! lib/ExtUtils/MM_VMS.pm
10319 ____________________________________________________________________________
10320 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
10321         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
10322              From: Norton Allen <allen@huarp.harvard.edu>
10323              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
10324              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
10325      Branch: perl
10326            ! ext/File/Glob/t/basic.t
10327 ____________________________________________________________________________
10328 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
10329         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
10330              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10331              Date: Tue, 10 Jul 2001 00:29:55 +0900
10332              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
10333      Branch: perl
10334            + ext/Encode/Encode/HZ.enc
10335            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
10336            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
10337            ! ext/Encode/Encode/iso2022-jp.enc
10338            ! ext/Encode/Encode/iso2022-kr.enc
10339 ____________________________________________________________________________
10340 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
10341         Log: Add in all them there macos/ files.
10342      Branch: maint-5.6/macperl
10343            + (add 577 files)
10344 ____________________________________________________________________________
10345 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
10346         Log: Add the new modules to the list of having those own tests.
10347      Branch: perl
10348            ! t/lib/1_compile.t
10349 ____________________________________________________________________________
10350 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
10351         Log: Add INOUT to control both ways at the same time.
10352      Branch: perl
10353            ! lib/open.pm
10354 ____________________________________________________________________________
10355 [ 11240] By: nick                                  on 2001/07/09  16:33:50
10356         Log: Integrate mainline
10357      Branch: perlio
10358           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
10359           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
10360           !> (integrate 41 files)
10361 ____________________________________________________________________________
10362 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
10363         Log: More encoding mapping magic.
10364      Branch: perl
10365            ! lib/open.pm
10366 ____________________________________________________________________________
10367 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
10368         Log: Update Changes.
10369      Branch: perl
10370            ! Changes patchlevel.h
10371 ____________________________________________________________________________
10372 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
10373         Log: (Retracted by #11285).
10374              
10375              Subject: [PATCH] OPpCONST_OCTAL fixes
10376              From: Abhijit Menon-Sen <ams@wiw.org>
10377              Date: Mon, 9 Jul 2001 07:38:45 +0530
10378              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
10379      Branch: perl
10380            ! op.c
10381 ____________________________________________________________________________
10382 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
10383         Log: Add a pseudolayer ":locale" to the open pragma which
10384              will get the encoding from the locale.  Yet undocumented
10385              because I can't get the PerlIO :encoding(foobar) to work.
10386      Branch: perl
10387            ! ext/Encode/Encode.pm lib/open.pm
10388 ____________________________________________________________________________
10389 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
10390         Log: Add more encoding mappings.
10391      Branch: perl
10392            ! ext/Encode/Encode.pm
10393 ____________________________________________________________________________
10394 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
10395         Log: Document that using :encoding layer requires using Encode.
10396      Branch: perl
10397            ! ext/Encode/Encode.pm lib/PerlIO.pm
10398 ____________________________________________________________________________
10399 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
10400         Log: Netware tweak from Ananth Kesari.
10401      Branch: perl
10402            ! NetWare/netware.h
10403 ____________________________________________________________________________
10404 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
10405         Log: t/harness doesn't know about run/*.t
10406      Branch: perl
10407            ! t/harness
10408 ____________________________________________________________________________
10409 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
10410         Log: run/exit.t busted on windows
10411      Branch: perl
10412            ! t/run/exit.t
10413 ____________________________________________________________________________
10414 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
10415         Log: fix a couple of UCD.t tests that fail due to bad case
10416      Branch: perl
10417            ! lib/Unicode/UCD.t
10418 ____________________________________________________________________________
10419 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
10420         Log: test skip logic was broken
10421      Branch: perl
10422            ! ext/I18N/Langinfo/Langinfo.t
10423 ____________________________________________________________________________
10424 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
10425         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
10426              failure of ExtUtils.t#27 when built in debug mode)
10427      Branch: perl
10428            ! lib/ExtUtils/MM_Win32.pm
10429 ____________________________________________________________________________
10430 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
10431         Log: I18N::Langinfo is not available on windows
10432      Branch: perl
10433            ! win32/FindExt.pm
10434 ____________________________________________________________________________
10435 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
10436         Log: save a dTHX
10437      Branch: perl
10438            ! ext/POSIX/POSIX.xs
10439 ____________________________________________________________________________
10440 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
10441         Log: Update Changes.
10442      Branch: perl
10443            ! Changes patchlevel.h
10444 ____________________________________________________________________________
10445 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
10446         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
10447              as pointed out by Sarathy.
10448      Branch: perl
10449            ! ext/I18N/Langinfo/Langinfo.xs
10450 ____________________________________________________________________________
10451 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
10452         Log: Retract #11212.
10453      Branch: perl
10454            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
10455 ____________________________________________________________________________
10456 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
10457         Log: Bump up the VERSION of Cwd.xs.
10458      Branch: perl
10459            ! ext/Cwd/Makefile.PL
10460 ____________________________________________________________________________
10461 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
10462         Log: Retract #11220, the problem wasn't the missing leading zero.
10463              Here's the problem:
10464              $ ./perl -we 'chmod(oct("755"), ".")'
10465              Non-octal literal mode (493) specified at -e line 1.
10466              (Did you mean 0493 instead?)
10467      Branch: perl
10468            ! lib/ExtUtils/MM_Unix.pm
10469 ____________________________________________________________________________
10470 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
10471         Log: (Retracted by #11221)
10472              Change the PERM_RW and PERM_RWX to 0644 and 0755
10473              (add the leading zero).
10474      Branch: perl
10475            ! lib/ExtUtils/MM_Unix.pm
10476 ____________________________________________________________________________
10477 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
10478         Log: Integrate changes #11193, 11205, 11209 from macperl.
10479              
10480              Fix up AutoLoader to fudge for Mac paths in import().
10481              
10482              Allow symbols in try_symbol() to begin with "_".
10483              
10484              Small portability fix for Mac OS.
10485      Branch: perl
10486           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
10487 ____________________________________________________________________________
10488 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
10489         Log: Metaconfig unit change for #11217.
10490      Branch: metaconfig/U/perl
10491            ! Extensions.U
10492 ____________________________________________________________________________
10493 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
10494         Log: Detypo, problem noticed by Gerrit P. Haase.
10495      Branch: perl
10496            ! Configure config_h.SH
10497 ____________________________________________________________________________
10498 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
10499         Log: Cwd cleanups.
10500      Branch: perl
10501            ! ext/Cwd/Cwd.xs
10502 ____________________________________________________________________________
10503 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
10504         Log: Slight tweaks on #11213.
10505      Branch: perl
10506            ! toke.c
10507 ____________________________________________________________________________
10508 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
10509         Log: A missing dTHX noticed by Gerrit P. Haase.
10510      Branch: perl
10511            ! ext/POSIX/POSIX.xs
10512 ____________________________________________________________________________
10513 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
10514         Log: Subject: [PATCH toke.c] Simplify yytoke()
10515              From: Simon Cozens <simon@netthink.co.uk>
10516              Date: Sun, 8 Jul 2001 13:24:34 +0100
10517              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
10518              
10519              Split out pending_ident().
10520      Branch: perl
10521            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
10522 ____________________________________________________________________________
10523 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
10524         Log: (Retracted by #11223.)
10525              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
10526              Date: Wed, 05 Nov 1997 17:22:34 -0600
10527              From: Graham Barr <gbarr@ti.com>
10528              Message-Id: <3460FFBA.6DA51F46@ti.com>
10529      Branch: perl
10530            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
10531 ____________________________________________________________________________
10532 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
10533         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
10534      Branch: perl
10535            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
10536            ! pod/perllocale.pod
10537 ____________________________________________________________________________
10538 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
10539         Log: Really do the test under the C locale.
10540      Branch: perl
10541            ! ext/I18N/Langinfo/Langinfo.t
10542 ____________________________________________________________________________
10543 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
10544         Log: Small portability fix for Mac OS.
10545      Branch: maint-5.6/macperl
10546            ! lib/Cwd.pm
10547 ____________________________________________________________________________
10548 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
10549         Log: Metaconfig unit change for #11207.
10550      Branch: metaconfig/U/perl
10551            ! Extensions.U
10552 ____________________________________________________________________________
10553 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
10554         Log: Add I18N::Langinfo, which is basically a wrapper around
10555              nl_langinfo(), which is an additional way to query locale
10556              specific information.
10557      Branch: perl
10558            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
10559            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
10560            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
10561 ____________________________________________________________________________
10562 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
10563         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
10564              used in File::Find tests; replace with if.t.
10565      Branch: maint-5.6/macperl
10566            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
10567            ! t/pragma/warn/op
10568 ____________________________________________________________________________
10569 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
10570         Log: Allow symbols in try_symbol() to begin with "_".
10571      Branch: maint-5.6/macperl
10572            ! makedef.pl
10573 ____________________________________________________________________________
10574 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
10575         Log: Sync up the File::Find changes from the rewrite by
10576              Thomas Wegner, et al.
10577      Branch: maint-5.6/macperl
10578            + t/lib/filefind-taint.t
10579            ! lib/File/Find.pm t/lib/filefind.t
10580 ____________________________________________________________________________
10581 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
10582         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
10583              From: Thomas Wegner <wegner_thomas@yahoo.com>
10584              Date: Thu, 5 Jul 2001 20:31:25 +0200
10585              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
10586      Branch: maint-5.6/macperl
10587            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
10588 ____________________________________________________________________________
10589 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
10590         Log: Some more test portability fixes.
10591      Branch: maint-5.6/macperl
10592            ! t/lib/filecopy.t t/pragma/warn/pp_sys
10593 ____________________________________________________________________________
10594 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
10595         Log: The #11200 removed wrong (non-existent) target.  Duh.
10596      Branch: perl
10597            ! Makefile.SH
10598 ____________________________________________________________________________
10599 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
10600         Log: Zap the lib/re.pm before creating it.
10601      Branch: perl
10602            ! Makefile.SH
10603 ____________________________________________________________________________
10604 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
10605         Log: Another test.  Please ignore.
10606      Branch: maint-5.6/macperl
10607            ! README.macos
10608 ____________________________________________________________________________
10609 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
10610         Log: Portability fixes for a lot of tests, especially IO-related
10611              tests, and warnings, and the harness script.
10612      Branch: maint-5.6/macperl
10613            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
10614            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
10615            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
10616            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
10617            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
10618            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
10619            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
10620            ! t/pragma/warnings.t
10621 ____________________________________________________________________________
10622 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
10623         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
10624              From: Nicholas Clark <nick@ccl4.org>
10625              Date: Sat, 7 Jul 2001 21:00:17 +0100
10626              Message-ID: <20010707210017.H59620@plum.flirble.org>
10627      Branch: perl
10628            ! lib/h2xs.t
10629 ____________________________________________________________________________
10630 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
10631         Log: The UNICOS/mk SysV IPC problem has been fixed.
10632      Branch: perl
10633            ! pod/perl572delta.pod
10634 ____________________________________________________________________________
10635 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
10636         Log: Slight update tweaks on perlunicode.pod.
10637      Branch: perl
10638            ! pod/perlunicode.pod
10639 ____________________________________________________________________________
10640 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
10641         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
10642              From: Mark-Jason Dominus <mjd@plover.com>
10643              Date: Sat, 07 Jul 2001 13:04:04 -0400
10644              Message-ID: <20010707170404.32694.qmail@plover.com>
10645      Branch: perl
10646            ! ext/DB_File/DB_File.pm
10647 ____________________________________________________________________________
10648 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
10649         Log: Fix up AutoLoader to fudge for Mac paths in import().
10650      Branch: maint-5.6/macperl
10651            ! lib/AutoLoader.pm
10652 ____________________________________________________________________________
10653 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
10654         Log: Try to force the lib/re.pm to be there before entering
10655              the extensions builds, should help for parallel makes.
10656      Branch: perl
10657            ! Makefile.SH
10658 ____________________________________________________________________________
10659 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
10660         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
10661              From: Norton Allen <allen@huarp.harvard.edu>
10662              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
10663              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
10664      Branch: perl
10665            ! ext/POSIX/POSIX.xs
10666 ____________________________________________________________________________
10667 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
10668         Log: Subject: [PATCH] Re: op/arith.t
10669              From: Nicholas Clark <nick@ccl4.org>
10670              Date: Sat, 7 Jul 2001 13:04:54 +0100
10671              Message-ID: <20010707130454.D59620@plum.flirble.org>
10672      Branch: perl
10673            ! numeric.c toke.c
10674 ____________________________________________________________________________
10675 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
10676         Log: Subject: [PATCH] h2xs
10677              From: Nicholas Clark <nick@ccl4.org>
10678              Date: Fri, 6 Jul 2001 23:25:14 +0100
10679              Message-ID: <20010706232514.X59620@plum.flirble.org>
10680      Branch: perl
10681            ! utils/h2xs.PL
10682 ____________________________________________________________________________
10683 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
10684         Log: Subject: Re: bleedperl perl_alloc..free leakage
10685              From: Radu Greab <radu@netsoft.ro>
10686              Date: Fri, 6 Jul 2001 19:48:54 +0300
10687              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
10688              
10689              Leak-be-gone.
10690      Branch: perl
10691            ! op.c
10692 ____________________________________________________________________________
10693 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
10694         Log: Test again.  Please ignore.
10695      Branch: maint-5.6/macperl
10696            ! README.macos
10697 ____________________________________________________________________________
10698 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
10699         Log: Test.  Please ignore.
10700      Branch: maint-5.6/macperl
10701            ! README.macos
10702 ____________________________________________________________________________
10703 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
10704         Log: Include changes already sent in separately as patches,
10705              before branch was created.
10706      Branch: maint-5.6/macperl
10707            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
10708            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
10709            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
10710            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
10711            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
10712            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
10713            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
10714            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
10715            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
10716            ! t/pragma/strict.t
10717 ____________________________________________________________________________
10718 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
10719         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
10720              From: Norton Allen <allen@huarp.harvard.edu>
10721              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
10722              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
10723      Branch: perl
10724            ! utf8.h
10725 ____________________________________________________________________________
10726 [ 11183] By: nick                                  on 2001/07/06  16:27:40
10727         Log: Integrate mainline
10728      Branch: perlio
10729           +> (branch 42 files)
10730            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
10731            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
10732            - win32/bin/mdelete.bat
10733           !> (integrate 215 files)
10734 ____________________________________________________________________________
10735 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
10736         Log: The #11166 needed also these updated.
10737      Branch: perl
10738            ! lib/warnings.pm warnings.h
10739 ____________________________________________________________________________
10740 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
10741         Log: Update Changes.
10742      Branch: perl
10743            ! Changes patchlevel.h
10744 ____________________________________________________________________________
10745 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
10746         Log: Regen toc.
10747      Branch: perl
10748            ! pod/perltoc.pod
10749 ____________________________________________________________________________
10750 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
10751         Log: Nit from Abhijit.
10752      Branch: perl
10753            ! lib/CPAN.pm
10754 ____________________________________________________________________________
10755 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
10756         Log: Retract #11172.
10757      Branch: perl
10758            ! t/op/method.t
10759 ____________________________________________________________________________
10760 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
10761         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
10762              From: Norton Allen <allen@huarp.harvard.edu>
10763              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
10764              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
10765      Branch: perl
10766            ! lib/Cwd.pm
10767 ____________________________________________________________________________
10768 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
10769         Log: (Accidentally empty check-in.)
10770      Branch: perl
10771            ! utf8.h
10772 ____________________________________________________________________________
10773 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
10774         Log: Retract #11165 since Sarathy pointed out it'll not
10775              work properly under threads, the problem should be
10776              solved using "the savestack, either via SSNEW() or
10777              using a newSVpv()+SAVEFREESV() combo."
10778      Branch: perl
10779            ! ext/POSIX/POSIX.xs
10780 ____________________________________________________________________________
10781 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
10782         Log: Retract #11125 since NI-S pointed out it'll not work in
10783              cases where the extension has their own handcrafted INC
10784              et alia.
10785      Branch: perl
10786            ! lib/ExtUtils/MM_Unix.pm
10787 ____________________________________________________________________________
10788 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
10789         Log: Subject: RE: [PATCH] -I and MakeMaker again
10790              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
10791              Date: Fri, 6 Jul 2001 09:18:29 +0200
10792              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
10793      Branch: perl
10794            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
10795            ! lib/ExtUtils/MM_Win32.pm
10796 ____________________________________________________________________________
10797 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
10798         Log: (Retracted by #11178)
10799              Subject: [PATCH t/op/method.t] SUPER:: strangeness
10800              From: Piers Cawley <pdcawley@iterative-software.com>
10801              Date: 06 Jul 2001 10:49:01 +0100
10802              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
10803      Branch: perl
10804            ! t/op/method.t
10805 ____________________________________________________________________________
10806 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
10807         Log: VOS README update from Paul Green.
10808      Branch: perl
10809            ! README.vos
10810 ____________________________________________________________________________
10811 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
10812         Log: Subject: [PATCH README.qnx hints/qnx.sh]
10813              From: Norton Allen <allen@huarp.harvard.edu>
10814              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
10815              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
10816      Branch: perl
10817            ! README.qnx hints/qnx.sh
10818 ____________________________________________________________________________
10819 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
10820         Log: Subject: [PATCH] Doc patch for Tie::Hash
10821              From: Artur Bergman <artur@contiller.se>
10822              Date: Thu, 05 Jul 2001 22:51:18 +0200
10823              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
10824      Branch: perl
10825            ! lib/Tie/Hash.pm
10826 ____________________________________________________________________________
10827 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
10828         Log: Subject: [PATCH] perlfaq4.pod
10829              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
10830              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
10831              Date: Thu, 5 Jul 2001 18:44:10 +0100 
10832      Branch: perl
10833            ! pod/perlfaq4.pod
10834 ____________________________________________________________________________
10835 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
10836         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
10837              From: Robin Houston <robin@kitsite.com>
10838              Date: Thu, 5 Jul 2001 18:33:21 +0100
10839              Message-ID: <20010705183321.A27345@robin.kitsite.com>
10840      Branch: perl
10841            ! ext/B/B/Deparse.pm
10842 ____________________________________________________________________________
10843 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
10844         Log: (Retracted by #11285.)
10845              
10846              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
10847              From: Abhijit Menon-Sen <ams@wiw.org>
10848              Date: Fri, 6 Jul 2001 01:26:32 +0530
10849              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
10850      Branch: perl
10851            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
10852            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
10853            ! warnings.pl
10854 ____________________________________________________________________________
10855 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
10856         Log: (Retracted by #11175)
10857              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
10858              From: Norton Allen <allen@huarp.harvard.edu>
10859              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
10860              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
10861      Branch: perl
10862            ! ext/POSIX/POSIX.xs
10863 ____________________________________________________________________________
10864 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
10865         Log: Unterminated C< (noticed by Richard Hatch), and few other
10866              small Unicode doc tweaks.
10867      Branch: perl
10868            ! pod/perlretut.pod
10869 ____________________________________________________________________________
10870 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
10871         Log: More flexible argument understanding; add charblocks() and
10872              charscripts(); make charblock() and charscript() two-way;
10873              add charinrange(); separate the $Unicode::UCD::VERSION and
10874              the version of the Unicode by adding UnicodeVersion().
10875      Branch: perl
10876            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10877 ____________________________________________________________________________
10878 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
10879         Log: Update Unicode::UCD on \p{In...}.
10880      Branch: perl
10881            ! lib/Unicode/UCD.pm
10882 ____________________________________________________________________________
10883 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
10884         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
10885              From: Norton Allen <allen@huarp.harvard.edu>
10886              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
10887              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
10888      Branch: perl
10889            ! lib/ExtUtils/MM_Unix.pm
10890 ____________________________________________________________________________
10891 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
10892         Log: POSIX-BC tweaks from Thomas Dorner.
10893      Branch: perl
10894            ! hints/posix-bc.sh perlio.h
10895 ____________________________________________________________________________
10896 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
10897         Log: Module updates for the delta.
10898      Branch: perl
10899            ! pod/perl572delta.pod
10900 ____________________________________________________________________________
10901 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
10902         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
10903              From: Norton Allen <allen@huarp.harvard.edu>
10904              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
10905              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
10906      Branch: perl
10907            ! ext/IO/lib/IO/t/io_sock.t
10908 ____________________________________________________________________________
10909 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
10910         Log: Subject: [PATCH perldiag.pod] Quick fixes
10911              From: Simon Cozens <simon@netthink.co.uk>
10912              Date: Wed, 4 Jul 2001 20:22:12 +0100
10913              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
10914      Branch: perl
10915            ! pod/perldiag.pod
10916 ____________________________________________________________________________
10917 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
10918         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
10919              From: Radu Greab <radu@netsoft.ro>
10920              Date: Wed, 4 Jul 2001 22:13:31 +0300
10921              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
10922      Branch: perl
10923            ! op.c sv.c t/op/pos.t
10924 ____________________________________________________________________________
10925 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
10926         Log: Subject: [PATCH] -I and MakeMaker again
10927              From: Michael G Schwern <schwern@pobox.com>
10928              Date: Wed, 4 Jul 2001 15:03:07 -0400
10929              Message-ID: <20010704150307.I20340@blackrider>
10930              
10931              (and retract #11145)
10932      Branch: perl
10933            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
10934            ! lib/ExtUtils/MakeMaker.pm
10935 ____________________________________________________________________________
10936 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
10937         Log: Subject: Re: PERFORCE change 11142 for review
10938              From: "Philip Newton" <Philip.Newton@gmx.net>
10939              Date: Wed, 4 Jul 2001 20:46:26 +0200
10940              Message-Id: <200107041841.VAA25380@taas.iki.fi>
10941      Branch: perl
10942            ! lib/ExtUtils/MakeMaker.pm
10943 ____________________________________________________________________________
10944 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
10945         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
10946              From: Jonathan Stowe <gellyfish@gellyfish.com>
10947              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
10948              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
10949      Branch: perl
10950            ! utils/pl2pm.PL
10951 ____________________________________________________________________________
10952 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
10953         Log: fix the binary compatibility issue when building with/without
10954              usemymalloc by exporting Perl_malloc() et al as simple wrappers
10955              around the system functions (this allows most extensions built
10956              using one mode to coexist with perls built in the other mode)
10957              
10958              XXX the Perl_mfree() wrapper might need to do return(free()) on
10959              platforms where Free_t isn't "void"
10960      Branch: perl
10961            ! embed.h embed.pl makedef.pl proto.h util.c
10962 ____________________________________________________________________________
10963 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
10964         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
10965              since it doesn't ensure threads other than the one calling fork()
10966              aren't holding any locks; the fix is to use pthread_atfork() to
10967              hold global locks
10968              
10969              building perl with -Dusemymalloc exacerbates the problem since
10970              Perl_malloc() holds a mutex, and perl's exec() calls New()
10971              
10972              XXX the code in win32thread.h may be needed on platforms that have
10973              no pthread_atfork()
10974      Branch: perl
10975            ! perl.c thread.h win32/win32thread.h
10976 ____________________________________________________________________________
10977 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
10978         Log: Integrate #11009 from maintperl.
10979      Branch: maint-5.6/macperl
10980           !> lib/ExtUtils/Manifest.pm
10981 ____________________________________________________________________________
10982 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
10983         Log: Flexing my Perforce muscles.
10984      Branch: maint-5.6/macperl
10985            ! README.macos
10986 ____________________________________________________________________________
10987 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
10988         Log: Update Changes.
10989      Branch: perl
10990            ! Changes patchlevel.h
10991 ____________________________________________________________________________
10992 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
10993         Log: Metaconfig unit change for #11146.
10994      Branch: metaconfig/U/perl
10995            ! d_fcntl_can_lock.U
10996 ____________________________________________________________________________
10997 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
10998         Log: Somehow the #ifdefs of the added code (in #11093) made
10999              HP-UX to fail the fcntl locking test, without the ifdefs
11000              the test seems to be working again.  Reason unknown:
11001              HP-UX cc doesn't complain either way.
11002      Branch: perl
11003            ! Configure
11004 ____________________________________________________________________________
11005 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
11006         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
11007      Branch: perl
11008            ! lib/ExtUtils/MM_Unix.pm
11009 ____________________________________________________________________________
11010 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
11011         Log: gcc -Wall nit.
11012      Branch: perl
11013            ! pp_hot.c
11014 ____________________________________________________________________________
11015 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
11016         Log: When removing tests updating the test count is a good idea, too.
11017      Branch: perl
11018            ! lib/Net/t/require.t
11019 ____________________________________________________________________________
11020 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
11021         Log: Document #11134 and add the new symbols to the list of
11022              of MakeMaker known ones.
11023      Branch: perl
11024            ! lib/ExtUtils/MakeMaker.pm
11025 ____________________________________________________________________________
11026 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
11027         Log: Microperl update.
11028      Branch: perl
11029            ! uconfig.h
11030 ____________________________________________________________________________
11031 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
11032         Log: Update the libnet tests as per #11138.
11033      Branch: perl
11034            - lib/Net/t/ph.t
11035            ! MANIFEST lib/Net/t/require.t
11036 ____________________________________________________________________________
11037 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
11038         Log: Regen toc and modlib.
11039      Branch: perl
11040            ! pod/perlmodlib.pod pod/perltoc.pod
11041 ____________________________________________________________________________
11042 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
11043         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
11044              Graham's request.
11045      Branch: perl
11046            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
11047            ! MANIFEST
11048 ____________________________________________________________________________
11049 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
11050         Log: Add the OS/390 harness results to the delta.
11051      Branch: perl
11052            ! pod/perl572delta.pod
11053 ____________________________________________________________________________
11054 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
11055         Log: Avoid the two study tests in OS/390 until the bug has been solved.
11056      Branch: perl
11057            ! t/op/study.t
11058 ____________________________________________________________________________
11059 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
11060         Log: DOS/DJGPP tweaks from Laszlo Molnar.
11061      Branch: perl
11062            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
11063 ____________________________________________________________________________
11064 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
11065         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
11066              From: Michael G Schwern <schwern@pobox.com>
11067              Date: Wed, 4 Jul 2001 00:01:16 -0400
11068              Message-ID: <20010704000116.C591@blackrider>
11069      Branch: perl
11070            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
11071 ____________________________________________________________________________
11072 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
11073         Log: The #11132 missed singleton characters (not part
11074              of a unilo..unihi range) in Unicode scripts.
11075      Branch: perl
11076            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
11077            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
11078            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
11079            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
11080            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
11081            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
11082            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
11083            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
11084            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
11085            ! lib/unicode/mktables.PL t/op/pat.t
11086 ____________________________________________________________________________
11087 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
11088         Log: Support preferentially the Unicode 'scripts' definition
11089              in the \p{In...} notation since according to Unicode the
11090              scripts concept is more natural for matching than using
11091              the somewhat artificial block names.  The block names are
11092              still available, though, and if there's a name conflict,
11093              the scripts one wins and the blocks one has to do with
11094              'Block' appended to its name.  For more information see
11095              
11096              http://www.unicode.org/unicode/reports/tr24/
11097      Branch: perl
11098            + lib/unicode/In/100.pl lib/unicode/In/101.pl
11099            + lib/unicode/In/102.pl lib/unicode/In/103.pl
11100            + lib/unicode/In/104.pl lib/unicode/In/105.pl
11101            + lib/unicode/In/106.pl lib/unicode/In/107.pl
11102            + lib/unicode/In/108.pl lib/unicode/In/109.pl
11103            + lib/unicode/In/110.pl lib/unicode/In/111.pl
11104            + lib/unicode/In/112.pl lib/unicode/In/113.pl
11105            + lib/unicode/In/114.pl lib/unicode/In/115.pl
11106            + lib/unicode/In/116.pl lib/unicode/In/117.pl
11107            + lib/unicode/In/118.pl lib/unicode/In/119.pl
11108            + lib/unicode/In/120.pl lib/unicode/In/121.pl
11109            + lib/unicode/In/122.pl lib/unicode/In/123.pl
11110            + lib/unicode/In/124.pl lib/unicode/In/125.pl
11111            + lib/unicode/In/126.pl lib/unicode/In/127.pl
11112            + lib/unicode/In/128.pl lib/unicode/In/129.pl
11113            + lib/unicode/In/130.pl lib/unicode/In/131.pl
11114            + lib/unicode/In/132.pl lib/unicode/In/133.pl
11115            + lib/unicode/In/134.pl lib/unicode/In/135.pl
11116            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
11117            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
11118            ! (edit 106 files)
11119 ____________________________________________________________________________
11120 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
11121         Log: Better document the difference between a block and a script.
11122      Branch: perl
11123            ! lib/Unicode/UCD.pm
11124 ____________________________________________________________________________
11125 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
11126         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
11127              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
11128              Date: Tue, 3 Jul 2001 15:04:23 -0500
11129              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
11130      Branch: perl
11131            ! lib/CPAN.pm
11132 ____________________________________________________________________________
11133 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
11134         Log: Add tests for charscript().
11135      Branch: perl
11136            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11137 ____________________________________________________________________________
11138 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
11139         Log: Add charscript() to get the UTR#24 script names of characters.
11140      Branch: perl
11141            ! lib/Unicode/UCD.pm
11142 ____________________________________________________________________________
11143 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
11144         Log: Todo updates.
11145      Branch: perl
11146            ! pod/perltodo.pod
11147 ____________________________________________________________________________
11148 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
11149         Log: Unicode::UCD updates.
11150      Branch: perl
11151            ! lib/Unicode/UCD.pm
11152 ____________________________________________________________________________
11153 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
11154         Log: (Retracted by #11174)
11155              Subject: MakeMaker should pass through DEFINE and INC to subdirs
11156              From: Alan Burlison <Alan.Burlison@sun.com>
11157              Date: Tue, 03 Jul 2001 15:20:13 +0100
11158              Message-ID: <3B41D49D.A923D4F9@sun.com>
11159      Branch: perl
11160            ! lib/ExtUtils/MM_Unix.pm
11161 ____________________________________________________________________________
11162 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
11163         Log: Subject: Patch needed for UTS
11164              From: hom00@utsglobal.com (Hal Morris)
11165              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
11166              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
11167              
11168              Replace #11113 with a better version.
11169      Branch: perl
11170            ! perl.h
11171 ____________________________________________________________________________
11172 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
11173         Log: Subject: Re: POINTERRIGOR
11174              From: Andy Dougherty <doughera@lafayette.edu>
11175              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
11176              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
11177      Branch: perl
11178            ! util.c
11179 ____________________________________________________________________________
11180 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
11181         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
11182              From: "Philip Newton" <pnewton@gmx.de>
11183              Date: Tue, 3 Jul 2001 17:03:34 +0200
11184              Message-ID: <3B41FAE6.29564.660E117@localhost>
11185      Branch: perl
11186            ! pp_hot.c
11187 ____________________________________________________________________________
11188 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
11189         Log: Typos.
11190      Branch: perl
11191            ! INSTALL
11192 ____________________________________________________________________________
11193 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
11194         Log: Subject: [PATCH 5.6.1] debugger fixes
11195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11196              Date: Tue, 3 Jul 2001 03:38:18 -0400
11197              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
11198              
11199              The $^S is working again.
11200      Branch: perl
11201            ! lib/perl5db.pl
11202 ____________________________________________________________________________
11203 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
11204         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
11205              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11206              Date: Tue, 3 Jul 2001 03:34:06 -0400
11207              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
11208      Branch: perl
11209            ! os2/OS2/Process/Process.pm
11210 ____________________________________________________________________________
11211 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
11212         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
11213              From: "Philip Newton" <Philip.Newton@gmx.net>
11214              Date: Tue, 3 Jul 2001 09:11:27 +0200
11215              Message-Id: <200107030706.KAA04596@taas.iki.fi>
11216      Branch: perl
11217            ! lib/FindBin.pm
11218 ____________________________________________________________________________
11219 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
11220         Log: Delta delta.
11221      Branch: perl
11222            ! pod/perl572delta.pod
11223 ____________________________________________________________________________
11224 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
11225         Log: Metaconfig unit change for 11115.
11226      Branch: metaconfig
11227            ! U/modified/libc.U
11228 ____________________________________________________________________________
11229 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
11230         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
11231              (from Richard Hatch) (this was the cause of pipes() and
11232              times() myeteriously not being found)
11233      Branch: perl
11234            ! Configure
11235 ____________________________________________________________________________
11236 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
11237         Log: Retract #10142, the real culprit found by Richard Hatch,
11238              coming soon to Configure near you.
11239      Branch: perl
11240            ! hints/aix.sh
11241 ____________________________________________________________________________
11242 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
11243         Log: (Replaced by #11124) UTS workaround from Hal Morris.
11244      Branch: perl
11245            ! perl.h
11246 ____________________________________________________________________________
11247 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
11248         Log: Subject: [PATCH] grok not grocking correctly
11249              From: Nicholas Clark <nick@ccl4.org>
11250              Date: Tue, 3 Jul 2001 00:19:08 +0100
11251              Message-ID: <20010703001908.H59620@plum.flirble.org>
11252      Branch: perl
11253            ! numeric.c
11254 ____________________________________________________________________________
11255 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
11256         Log: Subject: [PATCH Deparse.t] test just-posted patches
11257              From: Robin Houston <robin@kitsite.com>
11258              Date: Mon, 2 Jul 2001 23:46:15 +0100
11259              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
11260      Branch: perl
11261            ! ext/B/Deparse.t
11262 ____________________________________________________________________________
11263 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
11264         Log: Subject: [PATCH toke.c] autosplit into @F
11265              From: Robin Houston <robin@kitsite.com>
11266              Date: Mon, 2 Jul 2001 23:18:20 +0100
11267              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
11268      Branch: perl
11269            ! perl.c toke.c
11270 ____________________________________________________________________________
11271 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
11272         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
11273              From: Robin Houston <robin@kitsite.com>
11274              Date: Mon, 2 Jul 2001 23:00:48 +0100
11275              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
11276      Branch: perl
11277            ! ext/B/B/Deparse.pm
11278 ____________________________________________________________________________
11279 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
11280         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
11281              From: "Philip Newton" <Philip.Newton@gmx.net>
11282              Date: Mon, 2 Jul 2001 22:06:22 +0200
11283              (no Message-Id)
11284      Branch: perl
11285            ! ext/NDBM_File/hints/linux.pl
11286 ____________________________________________________________________________
11287 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
11288         Log: Subject: Re: Fixed pack problem - sort of
11289              From: Nicholas Clark <nick@ccl4.org>
11290              Date: Mon, 2 Jul 2001 20:59:20 +0100
11291              Message-ID: <20010702205919.F59620@plum.flirble.org>
11292      Branch: perl
11293            ! pp_pack.c t/op/pack.t
11294 ____________________________________________________________________________
11295 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
11296         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
11297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11298              Date: Mon, 2 Jul 2001 15:45:41 -0400
11299              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
11300      Branch: perl
11301            ! os2/os2.c
11302 ____________________________________________________________________________
11303 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
11304         Log: (Mistaken retraction)
11305      Branch: perl
11306            ! utils/pl2pm.PL
11307 ____________________________________________________________________________
11308 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
11309         Log: Detypo in #11103.
11310      Branch: perl
11311            ! utils/pl2pm.PL
11312 ____________________________________________________________________________
11313 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
11314         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
11315              From: Jonathan Stowe <gellyfish@gellyfish.com>
11316              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
11317              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
11318      Branch: perl
11319            ! utils/pl2pm.PL
11320 ____________________________________________________________________________
11321 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
11322         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
11323              From: "Craig A. Berry" <craigberry@mac.com>
11324              Date: Mon, 02 Jul 2001 14:11:23 -0500
11325              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
11326      Branch: perl
11327            ! lib/Unicode/UCD.pm
11328 ____________________________________________________________________________
11329 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
11330         Log: Subject: [PATCH] Re: op/numconvert.t failures
11331              From: Nicholas Clark <nick@ccl4.org>
11332              Date: Mon, 2 Jul 2001 20:10:48 +0100
11333              Message-ID: <20010702201048.E59620@plum.flirble.org>
11334      Branch: perl
11335            ! t/op/numconvert.t
11336 ____________________________________________________________________________
11337 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
11338         Log: Update Changes.
11339      Branch: perl
11340            ! Changes patchlevel.h
11341 ____________________________________________________________________________
11342 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
11343         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
11344              The real fix must be more involved.  The line of code all the leaky
11345              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
11346              line of Perl_newPMOP().
11347      Branch: perl
11348            ! op.h
11349 ____________________________________________________________________________
11350 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
11351         Log: Based on
11352              
11353              Subject: Re: sizeof(struct sembuf)
11354              From: Nicholas Clark <nick@ccl4.org>
11355              Date: Sun, 1 Jul 2001 22:26:48 +0100
11356              Message-ID: <20010701222648.W59620@plum.flirble.org>
11357              
11358              but do semop() always the slow way.
11359      Branch: perl
11360            ! doio.c
11361 ____________________________________________________________________________
11362 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
11363         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
11364              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11365              Date: Tue, 03 Jul 2001 00:56:30 +0900
11366              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
11367      Branch: perl
11368            ! ext/Encode/Encode/Tcl.t
11369 ____________________________________________________________________________
11370 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
11371         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
11372              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11373              Date: Tue, 03 Jul 2001 00:55:46 +0900
11374              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
11375      Branch: perl
11376            ! ext/Encode/Encode/Tcl.pm
11377 ____________________________________________________________________________
11378 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
11379         Log: Regen api and toc.
11380      Branch: perl
11381            ! pod/perlapi.pod pod/perltoc.pod
11382 ____________________________________________________________________________
11383 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
11384         Log: Metaconfig unit change for #11093.
11385      Branch: metaconfig/U/perl
11386            ! d_fcntl_can_lock.U
11387 ____________________________________________________________________________
11388 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
11389         Log: The fcntl locking test may hang if NFS locking messed up;
11390              break out with alarm(10).
11391      Branch: perl
11392            ! Configure
11393 ____________________________________________________________________________
11394 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
11395         Log: Move the mdelete.bat from win32/bin to win32.
11396      Branch: perl
11397            ! MANIFEST
11398 ____________________________________________________________________________
11399 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
11400         Log: Typo in #11083.
11401      Branch: perl
11402            ! ext/Time/Piece/Piece.t
11403 ____________________________________________________________________________
11404 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
11405         Log: Netware tweaks from Guruprasad.
11406      Branch: perl
11407            - NetWare/perlsdio.h
11408            ! MANIFEST NetWare/Makefile NetWare/interface.c
11409            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
11410            ! perlsdio.h
11411 ____________________________________________________________________________
11412 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
11413         Log: Subject: Re: [PATH] shared -> unique;
11414              From: Abhijit Menon-Sen <ams@wiw.org>
11415              Date: Wed, 27 Jun 2001 03:51:27 +0530
11416              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
11417      Branch: perl
11418            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
11419 ____________________________________________________________________________
11420 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
11421         Log: Subject: Re: AIX / gcc-3.0
11422              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11423              Date: Mon, 02 Jul 2001 15:20:21 +0200
11424              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
11425      Branch: perl
11426            ! hints/aix.sh
11427 ____________________________________________________________________________
11428 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
11429         Log: Subject: Re: Bug report: split splits on wrong pattern
11430              From: Abhijit Menon-Sen <ams@wiw.org>
11431              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
11432              Date: Mon, 2 Jul 2001 16:31:33 +0530
11433      Branch: perl
11434            ! pp_ctl.c
11435 ____________________________________________________________________________
11436 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
11437         Log: Subject: [PATCH 5.6.1] test harness
11438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11439              Date: Mon, 2 Jul 2001 06:29:21 -0400
11440              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
11441      Branch: perl
11442            ! lib/Test/Harness.pm
11443 ____________________________________________________________________________
11444 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
11445         Log: Subject: [PATCH 5.6.1] debugger goof
11446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11447              Date: Mon, 2 Jul 2001 06:27:22 -0400
11448              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
11449      Branch: perl
11450            ! lib/perl5db.pl
11451 ____________________________________________________________________________
11452 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
11453         Log: Subject: [PATCH 5.6.1] OS/2 cwd
11454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11455              Date: Mon, 2 Jul 2001 06:21:17 -0400
11456              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
11457      Branch: perl
11458            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
11459 ____________________________________________________________________________
11460 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
11461         Log: Make #11082 more OS/2-specific.
11462      Branch: perl
11463            ! ext/Time/Piece/Piece.t
11464 ____________________________________________________________________________
11465 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
11466         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
11467              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11468              Date: Mon, 2 Jul 2001 06:06:34 -0400
11469              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
11470      Branch: perl
11471            ! ext/Time/Piece/Piece.t
11472 ____________________________________________________________________________
11473 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
11474         Log: Subject: [PATCH B::Deparse] version number & changes
11475              From: Robin Houston <robin@kitsite.com>  
11476              Date: Sun, 1 Jul 2001 17:17:29 +0100
11477              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
11478      Branch: perl
11479            ! ext/B/B/Deparse.pm
11480 ____________________________________________________________________________
11481 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
11482         Log: Subject: a small fix.
11483              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11484              Date: Mon, 2 Jul 2001 12:17:53 +0200
11485              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
11486      Branch: perl
11487            ! ext/Thread/Thread.xs
11488 ____________________________________________________________________________
11489 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
11490         Log: Subject: RE: perl@10907
11491              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
11492              Date: Mon, 2 Jul 2001 12:06:16 +0200
11493              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
11494              
11495              Borland C vs PerlIO.
11496      Branch: perl
11497            ! win32/config.bc win32/config_H.bc
11498 ____________________________________________________________________________
11499 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
11500         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
11501              From: "H.M. Brand" <merijn@l1.procura.nl>
11502              Date: Mon, 02 Jul 2001 11:18:57 +0200
11503              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
11504      Branch: perl
11505            ! t/op/write.t
11506 ____________________________________________________________________________
11507 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
11508         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
11509              From: Michael G Schwern <schwern@pobox.com>
11510              Date: Mon, 2 Jul 2001 00:26:24 -0400
11511              Message-ID: <20010702002624.A18302@blackrider>
11512      Branch: perl
11513            - ext/util/mkbootstrap
11514 ____________________________________________________________________________
11515 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
11516         Log: Subject: [PATCH op.h] v minor comment tweak
11517              From: Robin Houston <robin@puffinry.freeserve.co.uk>
11518              Date: Mon, 2 Jul 2001 00:42:01 +0100
11519              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
11520      Branch: perl
11521            ! op.h
11522 ____________________________________________________________________________
11523 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
11524         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
11525      Branch: perl
11526            ! pod/perlfunc.pod
11527 ____________________________________________________________________________
11528 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
11529         Log: Subject: Re: sizeof(struct sembuf)
11530              From: Nicholas Clark <nick@ccl4.org>
11531              Date: Sun, 1 Jul 2001 19:23:16 +0100
11532              Message-ID: <20010701192316.V59620@plum.flirble.org>
11533              
11534              s/signaling/signalling/
11535      Branch: perl
11536            ! pod/perlfunc.pod
11537 ____________________________________________________________________________
11538 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
11539         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
11540              From: "Philip Newton" <Philip.Newton@gmx.net>
11541              Date: Sun, 1 Jul 2001 09:37:56 +0200
11542              Message-Id: <200107010733.KAA03920@taas.iki.fi>
11543      Branch: perl
11544            ! pod/perlvar.pod
11545 ____________________________________________________________________________
11546 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
11547         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
11548              From: "Philip Newton" <Philip.Newton@gmx.net>
11549              Date: Sun, 1 Jul 2001 09:37:56 +0200
11550              Message-Id: <200107010733.KAA03925@taas.iki.fi>
11551      Branch: perl
11552            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
11553 ____________________________________________________________________________
11554 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
11555         Log: Metaconfig unit change for #11070.
11556      Branch: metaconfig
11557            ! U/compline/randfunc.U
11558 ____________________________________________________________________________
11559 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
11560         Log: Subject: [PATCH perlsnap] its --> it's --> its
11561              From: "Philip Newton" <Philip.Newton@gmx.net>
11562              Date: Sun, 1 Jul 2001 09:37:56 +0200
11563              Message-Id: <200107010733.KAA03914@taas.iki.fi>
11564      Branch: perl
11565            ! Porting/config_H
11566 ____________________________________________________________________________
11567 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
11568         Log: Sync with Sarathy; integrate with perlio.
11569      Branch: perl
11570           !> gv.c
11571 ____________________________________________________________________________
11572 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
11573         Log: regenerate win32/config_H.?c files
11574      Branch: perl
11575            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11576 ____________________________________________________________________________
11577 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
11578         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
11579              naming discipline
11580              
11581              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
11582              because of this)
11583              
11584              fix a warning about "fd" being used without being set in Cwd.xs
11585      Branch: perl
11586            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
11587            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
11588            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
11589            ! win32/config.vc
11590 ____________________________________________________________________________
11591 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
11592         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
11593              within macro arguments") and warnings ("unary minus applied to
11594              unsigned type", among others)
11595      Branch: perl
11596            ! gv.c hv.c op.c pp.c sv.c toke.c
11597 ____________________________________________________________________________
11598 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
11599         Log: win32 fixes: more spurious CRs
11600      Branch: perl
11601            ! win32/mdelete.bat
11602 ____________________________________________________________________________
11603 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
11604         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
11605              from win32/bin (or it gets deleted by distclean); don't delete
11606              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
11607              NT (should be made Win9x specific, and added to makefile.mk)
11608      Branch: perl
11609           +> win32/mdelete.bat
11610            - win32/bin/mdelete.bat
11611            ! win32/Makefile win32/makefile.mk
11612 ____________________________________________________________________________
11613 [ 11063] By: nick                                  on 2001/07/01  18:54:09
11614         Log: Quick for for #ifdef mess
11615      Branch: perlio
11616            ! gv.c
11617 ____________________________________________________________________________
11618 [ 11062] By: nick                                  on 2001/07/01  18:47:42
11619         Log: Raw integrate - does not build #if mess in gv.c
11620      Branch: perlio
11621           !> (integrate 29 files)
11622 ____________________________________________________________________________
11623 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
11624         Log: Make 'compile' target a little less broken.
11625              Still very broken, though: -Wall warnings from
11626              the generated code, boot_Foo prototypes missing,
11627              can't autoload Fcntl::SEEK_CUR et alia, ...
11628      Branch: perl
11629            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
11630            ! utils/perlcc.PL x2p/Makefile.SH
11631 ____________________________________________________________________________
11632 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
11633         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
11634      Branch: perl
11635            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
11636            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
11637 ____________________________________________________________________________
11638 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
11639         Log: Update Changes.
11640      Branch: perl
11641            ! Changes patchlevel.h
11642 ____________________________________________________________________________
11643 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
11644         Log: Still one typo, regen toc.
11645      Branch: perl
11646            ! lib/Unicode/UCD.pm pod/perltoc.pod
11647 ____________________________________________________________________________
11648 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
11649         Log: Detypos and regen toc.
11650      Branch: perl
11651            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
11652 ____________________________________________________________________________
11653 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
11654         Log: VERSION tweak.
11655      Branch: perl
11656            ! ext/List/Util/lib/List/Util.pm
11657 ____________________________________________________________________________
11658 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
11659         Log: Attempt at plugging the leak under ithreads detected by Doug.
11660      Branch: perl
11661            ! op.h
11662 ____________________________________________________________________________
11663 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
11664         Log: gcc -Wall lint after #11051.
11665      Branch: perl
11666            ! pp_sys.c
11667 ____________________________________________________________________________
11668 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
11669         Log: Integrate perlio.
11670      Branch: perl
11671           !> lib/File/Find/taint.t
11672 ____________________________________________________________________________
11673 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
11674         Log: Don't use the v-strings for module VERSIONs.
11675      Branch: perl
11676            ! lib/Unicode/UCD.pm
11677 ____________________________________________________________________________
11678 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
11679         Log: Code cleanup based on turning off the -woffs in IRIX.
11680              Not all of the gripes cleaned up (hairy code in hv.c and
11681              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
11682              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
11683              to the IRIX hints)
11684      Branch: perl
11685            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
11686            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
11687            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
11688            ! regcomp.c sv.c
11689 ____________________________________________________________________________
11690 [ 11050] By: nick                                  on 2001/06/30  20:46:46
11691         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
11692      Branch: perlio
11693            ! lib/File/Find/taint.t
11694 ____________________________________________________________________________
11695 [ 11049] By: nick                                  on 2001/06/30  18:13:33
11696         Log: Integrate mainline
11697      Branch: perlio
11698           +> NetWare/nwstdio.h NetWare/perlsdio.h
11699           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
11700           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
11701           +> lib/Unicode/UCD.t t/run/exit.t
11702           !> (integrate 60 files)
11703 ____________________________________________________________________________
11704 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
11705         Log: Delta delta.
11706      Branch: perl
11707            ! pod/perl572delta.pod
11708 ____________________________________________________________________________
11709 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
11710         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
11711              by CPAN.pm, use rather _00.
11712      Branch: perl
11713            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
11714            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
11715            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
11716            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
11717            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
11718            ! lib/ExtUtils/Embed.pm lib/Test.pm
11719 ____________________________________________________________________________
11720 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
11721         Log: Add a simple Unicode character database interface, Unicode::UCD.
11722      Branch: perl
11723            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
11724            ! MANIFEST
11725 ____________________________________________________________________________
11726 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
11727         Log: Subject: [PATCH] op/numconver.t
11728              From: Nicholas Clark <nick@ccl4.org>
11729              Date: Sat, 30 Jun 2001 15:40:10 +0100
11730              Message-ID: <20010630154010.I59620@plum.flirble.org>
11731      Branch: perl
11732            ! t/op/numconvert.t
11733 ____________________________________________________________________________
11734 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
11735         Log: The $^N is now taken (by #11038).
11736      Branch: perl
11737            ! t/base/lex.t
11738 ____________________________________________________________________________
11739 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
11740         Log: The #11040 had slipped to a wrong function...
11741      Branch: perl
11742            ! sv.c
11743 ____________________________________________________________________________
11744 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
11745         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
11746              the Configure library symbol probe mysteriously finds all
11747              symbols but those of pipe() and times().
11748      Branch: perl
11749            ! hints/aix.sh
11750 ____________________________________________________________________________
11751 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
11752         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
11753              From: Nicholas Clark <nick@ccl4.org>
11754              Date: Fri, 29 Jun 2001 23:49:07 +0100
11755              Message-ID: <20010629234907.D59620@plum.flirble.org>
11756      Branch: perl
11757            ! lib/ExtUtils.t
11758 ____________________________________________________________________________
11759 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
11760         Log: Subject: [PATCH] weakref fix 2, not yet there
11761              From: Artur Bergman <artur@contiller.se>
11762              Date: Sat, 30 Jun 2001 01:18:16 +0200
11763              Message-ID: <B762D957.1CC9%artur@contiller.se>
11764      Branch: perl
11765            ! sv.c
11766 ____________________________________________________________________________
11767 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
11768         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
11769              From: Michael G Schwern <schwern@pobox.com>
11770              Date: Fri, 29 Jun 2001 19:39:11 -0400
11771              Message-ID: <20010629193910.D25304@blackrider>
11772      Branch: perl
11773            + t/run/exit.t
11774            ! MANIFEST
11775 ____________________________________________________________________________
11776 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
11777         Log: Add support for $^N, the most-recently closed group.
11778      Branch: perl
11779            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
11780            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
11781            ! thrdvar.h
11782 ____________________________________________________________________________
11783 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
11784         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
11785              From: lvirden@cas.org
11786              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
11787              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
11788              
11789              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
11790              From: lvirden@cas.org
11791              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
11792              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
11793      Branch: perl
11794            ! README.solaris
11795 ____________________________________________________________________________
11796 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
11797         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
11798              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11799              Date: Sat, 30 Jun 2001 07:33:37 +0900
11800              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
11801              
11802              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
11803              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11804              Date: Sat, 30 Jun 2001 21:38:14 +0900
11805              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
11806      Branch: perl
11807            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
11808            + ext/Encode/Encode/7bit-kr.enc
11809            ! MANIFEST ext/Encode/Encode/Tcl.pm
11810 ____________________________________________________________________________
11811 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
11812         Log: NetWare tweaks from Guruprasad.
11813      Branch: perl
11814            + NetWare/nwstdio.h NetWare/perlsdio.h
11815            ! MANIFEST NetWare/Makefile NetWare/config.wc
11816            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
11817            ! NetWare/t/Readme.txt
11818 ____________________________________________________________________________
11819 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
11820         Log: More module $VERSION bump-ups.
11821      Branch: perl
11822            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
11823            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
11824            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
11825 ____________________________________________________________________________
11826 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
11827         Log: Doc update due to #11032.
11828      Branch: perl
11829            ! pod/perl572delta.pod
11830 ____________________________________________________________________________
11831 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
11832         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
11833              From: Peter Prymmer <pvhp@forte.com>
11834              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
11835              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
11836      Branch: perl
11837            ! ext/Time/HiRes/HiRes.xs
11838 ____________________________________________________________________________
11839 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
11840         Log: -lpthreads missing in AIX.
11841      Branch: perl
11842            ! hints/aix.sh
11843 ____________________________________________________________________________
11844 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
11845         Log: Subject: [PATCH] CLONE && weakrefs
11846              From: Artur Bergman <artur@contiller.se>
11847              Date: Fri, 29 Jun 2001 17:02:00 +0200
11848              Message-ID: <B7626508.1CA0%artur@contiller.se>
11849      Branch: perl
11850            ! sv.c
11851 ____________________________________________________________________________
11852 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
11853         Log: Subject: Re: Bug report: split splits on wrong pattern
11854              From: Radu Greab <radu@netsoft.ro>
11855              Date: Wed, 27 Jun 2001 21:50:52 +0300
11856              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
11857      Branch: perl
11858            ! pp_ctl.c t/op/split.t
11859 ____________________________________________________________________________
11860 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
11861         Log: Metaconfig unit change for #11027.
11862      Branch: metaconfig/U/perl
11863            ! d_modfl.U
11864 ____________________________________________________________________________
11865 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
11866         Log: I thought this Configure glitch for AIX was just recently fixed?
11867      Branch: perl
11868            ! Configure
11869 ____________________________________________________________________________
11870 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
11871         Log: Update Changes.
11872      Branch: perl
11873            ! Changes patchlevel.h
11874 ____________________________________________________________________________
11875 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
11876         Log: Subject: Re: perl@10967, File::Find, and Cwd
11877              From: Mike Guy <mjtg@cam.ac.uk>
11878              Date: Fri, 29 Jun 2001 14:56:49 +0100
11879              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
11880      Branch: perl
11881            ! lib/File/Find/taint.t
11882 ____________________________________________________________________________
11883 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
11884         Log: Update the sv_pvprintify() spec.
11885      Branch: perl
11886            ! pod/perltodo.pod
11887 ____________________________________________________________________________
11888 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
11889         Log: Known test failures update.
11890      Branch: perl
11891            ! pod/perl572delta.pod
11892 ____________________________________________________________________________
11893 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
11894         Log: Based on
11895              
11896              Subject: [PATCH @11016] More );) fixes
11897              From: Richard Soderberg <rs@crystalflame.net>
11898              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
11899              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
11900      Branch: perl
11901            ! ext/Thread/Thread.xs ext/Thread/typemap
11902 ____________________________________________________________________________
11903 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
11904         Log: Subject: [PATCH @11016] Fixes compile errors in four files
11905              From: Richard Soderberg <rs@crystalflame.net>
11906              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
11907              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
11908      Branch: perl
11909            ! mg.c pp.c pp_hot.c util.c
11910 ____________________________________________________________________________
11911 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
11912         Log: AIX hints tweaking continues, from Merijn Brand.
11913      Branch: perl
11914            ! hints/aix.sh
11915 ____________________________________________________________________________
11916 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
11917         Log: HP-UX needs gccversion sooner, from Merijn Brand.
11918      Branch: perl
11919            ! hints/hpux.sh
11920 ____________________________________________________________________________
11921 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
11922         Log: Subject: [PATCH 5.6.1] OS/2 docs
11923              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11924              Date: Fri, 29 Jun 2001 02:34:12 -0400
11925              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
11926      Branch: perl
11927            ! README.os2 os2/Changes
11928 ____________________________________________________________________________
11929 [ 11017] By: nick                                  on 2001/06/29  10:20:30
11930         Log: Integrate mainline
11931      Branch: perlio
11932           +> (branch 37 files)
11933            - ext/ODBM_File/sdbm.t
11934           !> (integrate 211 files)
11935 ____________________________________________________________________________
11936 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
11937         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
11938              the modules found using a script written by Larry Schatzer Jr.
11939      Branch: perl
11940            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
11941            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
11942            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
11943            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
11944            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
11945            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
11946            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
11947            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
11948            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
11949            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
11950            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
11951            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
11952            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
11953            ! lib/constant.pm lib/fields.pm lib/strict.pm
11954 ____________________________________________________________________________
11955 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
11956         Log: The latest JPL from the anoncvs.
11957      Branch: perl
11958            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11959 ____________________________________________________________________________
11960 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
11961         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
11962      Branch: perl
11963            ! t/op/pat.t
11964 ____________________________________________________________________________
11965 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
11966         Log: Worrying about insecure directories now is a bit too late.
11967      Branch: perl
11968            ! lib/File/Find/taint.t
11969 ____________________________________________________________________________
11970 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
11971         Log: Cannot DIE() in a void function,
11972              from Richard Hatch <rhatch@austin.ibm.com>.
11973      Branch: perl
11974            ! ext/IPC/SysV/SysV.xs
11975 ____________________________________________________________________________
11976 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
11977         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
11978              From: Peter Prymmer <pvhp@forte.com>
11979              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
11980              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
11981              
11982              (unfinished: time/hires tests 3, 5, 14 failing, but better
11983              than wholesale failure)
11984      Branch: perl
11985            ! ext/Time/HiRes/HiRes.xs
11986 ____________________________________________________________________________
11987 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
11988         Log: Subject: [PATCH 5.6.1] OS/2 improvements
11989              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11990              Date: Thu, 28 Jun 2001 16:03:14 -0400
11991              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
11992      Branch: perl
11993            + os2/os2_base.t
11994            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
11995            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
11996            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
11997            ! os2/os2ish.h
11998 ____________________________________________________________________________
11999 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
12000         Log: Subject: Incrementing Extutils::Manifest's $VERSION
12001              From: Michael G Schwern <schwern@pobox.com>
12002              Date: Thu, 28 Jun 2001 13:13:49 -0400
12003              Message-ID: <20010628131349.A14738@blackrider>
12004      Branch: maint-5.6/perl
12005            ! lib/ExtUtils/Manifest.pm
12006 ____________________________________________________________________________
12007 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
12008         Log: AIX tweak from Merijn Brand.
12009      Branch: perl
12010            ! hints/aix.sh
12011 ____________________________________________________________________________
12012 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
12013         Log: Create the macperl branch.
12014      Branch: maint-5.6/macperl
12015           +> (branch 1728 files)
12016 ____________________________________________________________________________
12017 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
12018         Log: Update Changes.
12019      Branch: perl
12020            ! Changes patchlevel.h
12021 ____________________________________________________________________________
12022 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
12023         Log: More Perforce lore.
12024      Branch: perl
12025            ! Porting/repository.pod
12026 ____________________________________________________________________________
12027 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
12028         Log: Metaconfig unit changes for #11003.
12029      Branch: metaconfig/U/perl
12030            + d_nl_langinfo.U i_langinfo.U
12031 ____________________________________________________________________________
12032 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
12033         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
12034              Expected not to exist in non-UNIX excepting in VMS, where
12035              according to a quick web survey they just might.
12036      Branch: perl
12037            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
12038            ! Porting/config_H config_h.SH configure.com epoc/config.sh
12039            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
12040            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12041            ! win32/config.bc win32/config.gc win32/config.vc
12042 ____________________________________________________________________________
12043 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
12044         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
12045              in AIX is one is doing a 64-bit build.
12046      Branch: perl
12047            ! hints/aix.sh
12048 ____________________________________________________________________________
12049 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
12050         Log: Metaconfig unit changes for #11000.
12051      Branch: metaconfig/U/perl
12052            ! use64bits.U uselfs.U
12053 ____________________________________________________________________________
12054 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
12055         Log: Move use64bitint and use64bitall before uselargefiles.
12056      Branch: perl
12057            ! Configure
12058 ____________________________________________________________________________
12059 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
12060         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
12061              From: Robert Spier <rspier@pobox.com>
12062              Message-ID: <15162.41164.618712.841415@rls.cx>
12063              Date: Wed, 27 Jun 2001 23:13:16 -0400
12064      Branch: perl
12065            ! doio.c
12066 ____________________________________________________________________________
12067 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
12068         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
12069              From: Peter Prymmer <pvhp@forte.com>
12070              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
12071              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
12072      Branch: perl
12073            ! numeric.c
12074 ____________________________________________________________________________
12075 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
12076         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
12077              From: Peter Prymmer <pvhp@forte.com>
12078              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
12079              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
12080      Branch: perl
12081            ! configure.com ext/Digest/MD5/Makefile.PL
12082 ____________________________________________________________________________
12083 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
12084         Log: Update Changes.
12085      Branch: perl
12086            ! Changes patchlevel.h
12087 ____________________________________________________________________________
12088 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
12089         Log: Tiny EPOC updates.
12090      Branch: perl
12091            ! epoc/config.sh
12092 ____________________________________________________________________________
12093 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
12094         Log: The Test::More and Test::Simple tests required help
12095              thanks to our schizophrenic test scheme.
12096      Branch: perl
12097            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
12098            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
12099            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
12100            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
12101            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
12102 ____________________________________________________________________________
12103 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
12104         Log: Upgrade to Test::Simple 0.09.
12105      Branch: perl
12106            + lib/Test/Simple/Changes
12107            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
12108            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
12109            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
12110            ! lib/Test/Simple/t/plan_is_noplan.t
12111 ____________________________________________________________________________
12112 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
12113         Log: Upgrade to Test::More 0.07.
12114      Branch: perl
12115            + lib/Test/More/Changes
12116            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
12117            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
12118            ! lib/Test/More/t/skipall.t
12119 ____________________________________________________________________________
12120 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
12121         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
12122              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12123              Date: Wed, 27 Jun 2001 18:40:04 +0200
12124              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
12125      Branch: perl
12126            ! hints/hpux.sh
12127 ____________________________________________________________________________
12128 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
12129         Log: Subject: [PATCH README.qnx hints/qnx.sh]
12130              From: Norton Allen <allen@huarp.harvard.edu>
12131              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
12132              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
12133      Branch: perl
12134            ! README.qnx hints/qnx.sh
12135 ____________________________________________________________________________
12136 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
12137         Log: Subject: [PATCH] two little documentation nits
12138              From: Abhijit Menon-Sen <ams@wiw.org>
12139              Date: Wed, 27 Jun 2001 20:07:50 +0530
12140              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
12141      Branch: perl
12142            ! sv.c sv.h
12143 ____________________________________________________________________________
12144 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
12145         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
12146              From: Norton Allen <allen@huarp.harvard.edu>
12147              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
12148              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
12149      Branch: perl
12150            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
12151 ____________________________________________________________________________
12152 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
12153         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
12154              From: Michael G Schwern <schwern@pobox.com>
12155              Date: Wed, 27 Jun 2001 02:34:58 -0400
12156              Message-ID: <20010627023458.K23874@blackrider>
12157      Branch: perl
12158            ! vms/test.com
12159 ____________________________________________________________________________
12160 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
12161         Log: Add perl_clone_host() for Netware.
12162      Branch: perl
12163            ! NetWare/nw5.c
12164 ____________________________________________________________________________
12165 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
12166         Log: GCC 3.0 hints for HP-UX.
12167      Branch: perl
12168            ! hints/hpux.sh
12169 ____________________________________________________________________________
12170 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
12171         Log: In some Linux distributions the libndbm is broken
12172              (no null key support), therefore link with libgdbm
12173              (if available), since it has a working ndbm emulation,
12174              from Jonathan Stowe.
12175      Branch: perl
12176            + ext/NDBM_File/hints/linux.pl
12177            ! MANIFEST
12178 ____________________________________________________________________________
12179 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
12180         Log: Subject: [PATCH perl@10930] find.t hack for VMS
12181              From: "Craig A. Berry" <craigberry@mac.com>
12182              Date: Tue, 26 Jun 2001 23:40:25 -0500
12183              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
12184      Branch: perl
12185            ! lib/File/Find/find.t
12186 ____________________________________________________________________________
12187 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
12188         Log: AUTHORS updates.
12189      Branch: perl
12190            ! AUTHORS
12191 ____________________________________________________________________________
12192 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
12193         Log: Metaconfig unit change like #10980.
12194      Branch: metaconfig
12195            ! U/compline/d_stdstdio.U
12196 ____________________________________________________________________________
12197 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
12198         Log: "lose the it's", from Abhijit Menon-Sen.
12199              ("It's" not searched, pods not searched.)
12200      Branch: perl
12201            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
12202            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
12203            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
12204            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
12205            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12206            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
12207 ____________________________________________________________________________
12208 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
12209         Log: "lose the looses", from Abhijit Menon-Sen.
12210      Branch: perl
12211            ! ext/B/B/Assembler.pm gv.c
12212 ____________________________________________________________________________
12213 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
12214         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
12215      Branch: perl
12216            ! hints/os390.sh
12217 ____________________________________________________________________________
12218 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
12219         Log: DEC C 5.3 on the VAX simply doesn't seem to like
12220              compiling the MD5 extension, disable it there for now,
12221              from Peter Prymmer.
12222      Branch: perl
12223            ! configure.com
12224 ____________________________________________________________________________
12225 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
12226         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
12227              From: Jonathan Stowe <gellyfish@gellyfish.com>
12228              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
12229              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
12230      Branch: perl
12231            ! pod/perlfaq3.pod
12232 ____________________________________________________________________________
12233 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
12234         Log: Subject: [PATCH 5.6.1] perlxs misprints
12235              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12236              Date: Tue, 26 Jun 2001 17:20:00 -0400
12237              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
12238      Branch: perl
12239            ! pod/perlxs.pod
12240 ____________________________________________________________________________
12241 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
12242         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
12243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12244              Date: Tue, 26 Jun 2001 17:27:07 -0400
12245              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
12246      Branch: perl
12247            ! lib/ExtUtils/MM_Unix.pm
12248 ____________________________________________________________________________
12249 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
12250         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
12251              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12252              Date: Tue, 26 Jun 2001 17:23:24 -0400
12253              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
12254      Branch: perl
12255            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
12256 ____________________________________________________________________________
12257 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
12258         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
12259              by Olaf Flebbe.
12260      Branch: perl
12261            ! perl.h
12262 ____________________________________________________________________________
12263 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
12264         Log: Detypo.
12265      Branch: perl
12266            ! lib/Memoize/t/tie_sdbm.t
12267 ____________________________________________________________________________
12268 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
12269         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
12270      Branch: perl
12271            ! win32/perllib.c
12272 ____________________________________________________________________________
12273 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
12274         Log: Subject: [patch] perl_clone+CvFILE
12275              From: Doug MacEachern <dougm@covalent.net>
12276              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
12277              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
12278      Branch: perl
12279            ! sv.c
12280 ____________________________________________________________________________
12281 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
12282         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
12283              From: Mark-Jason Dominus <mjd@plover.com>
12284              Date: Tue, 26 Jun 2001 12:33:01 -0400
12285              Message-ID: <20010626163301.31298.qmail@plover.com>
12286      Branch: perl
12287            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
12288 ____________________________________________________________________________
12289 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
12290         Log: Update Changes.
12291      Branch: perl
12292            ! Changes patchlevel.h
12293 ____________________________________________________________________________
12294 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
12295         Log: Also catfile() needs now to explicitly exported.
12296      Branch: perl
12297            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
12298 ____________________________________________________________________________
12299 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
12300         Log: Regen toc.
12301      Branch: perl
12302            ! pod/perltoc.pod
12303 ____________________________________________________________________________
12304 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
12305         Log: Nonexistent pod command.
12306      Branch: perl
12307            ! pod/perl572delta.pod
12308 ____________________________________________________________________________
12309 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
12310         Log: Be more portable in the quest for tmpdir.
12311      Branch: perl
12312            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
12313 ____________________________________________________________________________
12314 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
12315         Log: Be more portable in finding out the home directory,
12316              and use File::Spec to do the concat.
12317              (Come to think of it, couldn't File::Spec provide
12318              for a ->homedir method?)
12319      Branch: perl
12320            ! lib/Net/Config.pm
12321 ____________________________________________________________________________
12322 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
12323         Log: Doc patch for #10959.
12324      Branch: perl
12325            ! pod/perlfunc.pod
12326 ____________________________________________________________________________
12327 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
12328         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
12329              From: "Philip Newton" <pnewton@gmx.de>
12330              Date: Tue, 26 Jun 2001 16:26:47 +0200
12331              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
12332      Branch: perl
12333            ! pod/perldata.pod
12334 ____________________________________________________________________________
12335 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
12336         Log: Subject: [PATH] shared -> unique;
12337              From: "Artur Bergman" <artur@contiller.se>
12338              Date: Tue, 26 Jun 2001 16:18:40 +0200
12339              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
12340              
12341              Because "shared" isn't: it's read-only.
12342      Branch: perl
12343            ! toke.c xsutils.c
12344 ____________________________________________________________________________
12345 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
12346         Log: Escape multiline croak messages.
12347      Branch: perl
12348            ! t/op/ver.t
12349 ____________________________________________________________________________
12350 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
12351         Log: No more pragma/*.t for minitest.
12352      Branch: perl
12353            ! Makefile.SH
12354 ____________________________________________________________________________
12355 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
12356         Log: AUTHORS updates.
12357      Branch: perl
12358            ! AUTHORS
12359 ____________________________________________________________________________
12360 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
12361         Log: delta updates.
12362      Branch: perl
12363            ! pod/perl572delta.pod
12364 ____________________________________________________________________________
12365 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
12366         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
12367              From: Artur Bergman <artur@contiller.se> 
12368              Date: Tue, 26 Jun 2001 15:32:53 +0200
12369              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
12370      Branch: perl
12371            ! makedef.pl sv.c sv.h win32/perllib.c
12372 ____________________________________________________________________________
12373 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
12374         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
12375              From: Jonathan Stowe <gellyfish@gellyfish.com>
12376              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
12377              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
12378              
12379              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
12380      Branch: perl
12381            + ext/Time/HiRes/hints/sco.pl
12382            ! MANIFEST
12383 ____________________________________________________________________________
12384 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
12385         Log: Subject: [PATCH 5.6.1] static build
12386              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12387              Date: Tue, 26 Jun 2001 04:22:25 -0400
12388              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
12389      Branch: perl
12390            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
12391            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
12392 ____________________________________________________________________________
12393 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
12394         Log: DJGPP patches from Laszlo Molnar.
12395      Branch: perl
12396            ! djgpp/djgpp.c perl.c util.c
12397 ____________________________________________________________________________
12398 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
12399         Log: Netware patches from Ananth Kesari.
12400      Branch: perl
12401            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
12402            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
12403            ! NetWare/nwtinfo.h
12404 ____________________________________________________________________________
12405 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
12406         Log: Detypo.
12407      Branch: perl
12408            ! ext/Errno/Errno_pm.PL
12409 ____________________________________________________________________________
12410 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
12411         Log: There seems to be two ways of spelling the $^O in *STEP.
12412      Branch: perl
12413            ! ext/Errno/Errno_pm.PL
12414 ____________________________________________________________________________
12415 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
12416         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
12417              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
12418      Branch: perl
12419            ! ext/Errno/Errno_pm.PL
12420 ____________________________________________________________________________
12421 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
12422         Log: Known bugs update.
12423      Branch: perl
12424            ! pod/perl572delta.pod
12425 ____________________________________________________________________________
12426 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
12427         Log: The default installation of Cygwin has 500 as root's uid.
12428      Branch: perl
12429            ! lib/User/pwent.t
12430 ____________________________________________________________________________
12431 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
12432         Log: Be even more relaxed (re-allow having only one entry).
12433      Branch: perl
12434            ! t/op/grent.t t/op/pwent.t
12435 ____________________________________________________________________________
12436 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
12437         Log: Test failure updates.
12438      Branch: perl
12439            ! pod/perl572delta.pod
12440 ____________________________________________________________________________
12441 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
12442         Log: MPE/iX test tweaks from Mark Bixby.
12443      Branch: perl
12444            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
12445            ! t/io/fs.t t/op/stat.t
12446 ____________________________________________________________________________
12447 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
12448         Log: Microperl findings.
12449      Branch: perl
12450            ! perl.h pp_sys.c
12451 ____________________________________________________________________________
12452 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
12453         Log: Touch uconfig.h.
12454      Branch: perl
12455            ! uconfig.h
12456 ____________________________________________________________________________
12457 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
12458         Log: Subject: [PATCH] Proposed fix for Pod::Man
12459              From: Rob Napier <rnapier@employees.org>
12460              Date: Mon, 25 Jun 2001 15:49:24 -0400
12461              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
12462              
12463              Cater for Solaris nroff brokenness (shortchanges daisywheel
12464              printers, but hey, we also no more support PDPs.)
12465      Branch: perl
12466            ! lib/Pod/Man.pm
12467 ____________________________________________________________________________
12468 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
12469         Log: Typo in #10937.
12470      Branch: perl
12471            ! ext/POSIX/sigaction.t
12472 ____________________________________________________________________________
12473 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
12474         Log: SIGCONT not trappable in VMS.
12475      Branch: perl
12476            ! ext/POSIX/sigaction.t
12477 ____________________________________________________________________________
12478 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
12479         Log: Subject: [DRAFT] Encode-Tcl.t
12480              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12481              Date: Tue, 26 Jun 2001 03:38:08 +0900
12482              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
12483      Branch: perl
12484            + ext/Encode/Encode/Tcl.t
12485            ! MANIFEST ext/Encode/Encode/Tcl.pm
12486 ____________________________________________________________________________
12487 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
12488         Log: Because of #10932 retract also the perlfunc hunk of #10910.
12489      Branch: perl
12490            ! pod/perlfunc.pod
12491 ____________________________________________________________________________
12492 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
12493         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
12494              by Ilya Zakharevich in
12495              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
12496      Branch: perl
12497            ! XSUB.h
12498 ____________________________________________________________________________
12499 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
12500         Log: Typo in #10889.
12501      Branch: perl
12502            ! hints/uts.sh
12503 ____________________________________________________________________________
12504 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
12505         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
12506              From: Abhijit Menon-Sen <ams@wiw.org>
12507              Date: Mon, 25 Jun 2001 23:45:45 +0530
12508              Message-ID: <20010625234545.A5022@lustre.linux.in>
12509      Branch: perl
12510            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
12511 ____________________________________________________________________________
12512 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
12513         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
12514              From: Michael G Schwern <schwern@pobox.com>
12515              Date: Mon, 25 Jun 2001 14:35:51 -0400
12516              Message-ID: <20010625143551.H13819@blackrider>
12517      Branch: perl
12518            ! lib/Test.pm
12519 ____________________________________________________________________________
12520 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
12521         Log: Update Changes.
12522      Branch: perl
12523            ! Changes patchlevel.h
12524 ____________________________________________________________________________
12525 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
12526         Log: Regen toc and modlib.
12527      Branch: perl
12528            ! pod/perlmodlib.pod pod/perltoc.pod
12529 ____________________________________________________________________________
12530 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
12531         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
12532              for the benefit of C++ compilers, as suggested by Guruprasad.
12533      Branch: perl
12534            ! embed.pl proto.h
12535 ____________________________________________________________________________
12536 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
12537         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
12538              From: Jonathan Stowe <gellyfish@gellyfish.com>
12539              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
12540              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
12541      Branch: perl
12542            ! pod/perlfaq5.pod
12543 ____________________________________________________________________________
12544 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
12545         Log: Missed from #10925.
12546      Branch: perl
12547            ! gv.c
12548 ____________________________________________________________________________
12549 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
12550         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
12551              From: Robin Houston <robin@kitsite.com>
12552              Date: Sat, 19 May 2001 16:19:34 +0100
12553              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
12554      Branch: perl
12555            ! cv.h gv.h op.c
12556 ____________________________________________________________________________
12557 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
12558         Log: Netware README tweak.
12559      Branch: perl
12560            ! README.netware
12561 ____________________________________________________________________________
12562 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
12563         Log: Subject: [PATCH] Re: overload.t fails
12564              From: Abhijit Menon-Sen <ams@wiw.org>
12565              Date: Mon, 25 Jun 2001 14:52:20 +0530
12566              Message-ID: <20010625145220.A24114@lustre.linux.in>
12567      Branch: perl
12568            ! lib/overload.t
12569 ____________________________________________________________________________
12570 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
12571         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
12572              From: Mike Guy <mjtg@cam.ac.uk>
12573              Date: Mon, 25 Jun 2001 11:43:23 +0100
12574              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
12575      Branch: perl
12576            ! lib/Carp.pm
12577 ____________________________________________________________________________
12578 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
12579         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
12580              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12581              Date: Sun, 24 Jun 2001 05:17:05 -0400
12582              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
12583      Branch: perl
12584            ! os2/os2ish.h
12585 ____________________________________________________________________________
12586 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
12587         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
12588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12589              Date: Mon, 25 Jun 2001 05:52:27 -0400
12590              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
12591      Branch: perl
12592            ! hints/os2.sh
12593 ____________________________________________________________________________
12594 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
12595         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
12596              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12597              Date: Mon, 25 Jun 2001 05:23:35 -0400
12598              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
12599      Branch: perl
12600            ! os2/os2.c
12601 ____________________________________________________________________________
12602 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
12603         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
12604              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12605              Date: Mon, 25 Jun 2001 05:04:32 -0400
12606              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
12607      Branch: perl
12608            ! os2/OS2/REXX/DLL/DLL.pm
12609 ____________________________________________________________________________
12610 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
12611         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
12612              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12613              Date: Mon, 25 Jun 2001 05:02:36 -0400
12614              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
12615      Branch: perl
12616            ! mg.c os2/dl_os2.c os2/os2.c
12617 ____________________________________________________________________________
12618 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
12619         Log: Subject: Re: [PATCH 5.6.1] misprints
12620              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12621              Date: Mon, 25 Jun 2001 04:50:50 -0400
12622              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
12623      Branch: perl
12624            ! os2/os2.c pp_sys.c
12625 ____________________________________________________________________________
12626 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
12627         Log: Add Test::More and Test::Simple to the delta.
12628      Branch: perl
12629            ! pod/perl572delta.pod
12630 ____________________________________________________________________________
12631 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
12632         Log: Add Test::More, from Michael G Schwern.
12633      Branch: perl
12634            + lib/Test/More.pm lib/Test/More/t/More.t
12635            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
12636            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
12637            + t/lib/Test/More/Catch.pm
12638            ! MANIFEST
12639 ____________________________________________________________________________
12640 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
12641         Log: Add Test::Simple from Michael G Schwern.
12642      Branch: perl
12643            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
12644            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
12645            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
12646            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
12647            + t/lib/Test/Simple/Catch.pm
12648            + t/lib/Test/Simple/sample_tests/death.plx
12649            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
12650            + t/lib/Test/Simple/sample_tests/extras.plx
12651            + t/lib/Test/Simple/sample_tests/five_fail.plx
12652            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
12653            + t/lib/Test/Simple/sample_tests/one_fail.plx
12654            + t/lib/Test/Simple/sample_tests/require.plx
12655            + t/lib/Test/Simple/sample_tests/success.plx
12656            + t/lib/Test/Simple/sample_tests/too_few.plx
12657            + t/lib/Test/Simple/sample_tests/two_fail.plx
12658            ! MANIFEST
12659 ____________________________________________________________________________
12660 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
12661         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
12662              From: "Craig A. Berry" <craigberry@mac.com>
12663              Date: Sun, 24 Jun 2001 23:41:36 -0500
12664              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
12665      Branch: perl
12666            ! pp_sys.c
12667 ____________________________________________________________________________
12668 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
12669         Log: Upgrade to Attribute::Handlers 0.70.
12670      Branch: perl
12671            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
12672            ! MANIFEST lib/Attribute/Handlers.pm
12673 ____________________________________________________________________________
12674 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
12675         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
12676              From: Abhijit Menon-Sen <ams@wiw.org>
12677              Date: Sat, 23 Jun 2001 05:17:44 +0530
12678              Message-ID: <20010623051744.A18583@lustre.linux.in>
12679              
12680              (Can't think of a good place to put tests.)
12681      Branch: perl
12682            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
12683 ____________________________________________________________________________
12684 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
12685         Log: Subject: [PATCH] t/op/pat.t typo fix
12686              From: Richard Soderberg <rs@crystalflame.net>
12687              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
12688              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
12689      Branch: perl
12690            ! t/op/pat.t
12691 ____________________________________________________________________________
12692 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
12693         Log: Move the pack warnings to their own file, as pointed
12694              out by Spider.
12695      Branch: perl
12696            + t/lib/warnings/pp_pack
12697            ! MANIFEST t/lib/warnings/pp
12698 ____________________________________________________________________________
12699 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
12700         Log: Update Changes.
12701      Branch: perl
12702            ! Changes patchlevel.h
12703 ____________________________________________________________________________
12704 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
12705         Log: Partially fix a problem noticed by IRIX compiler:
12706              the initialization of parse_start was bypassed by
12707              several gotos.  Now initialized to zero, which may
12708              not be the best choice.
12709      Branch: perl
12710            ! regcomp.c
12711 ____________________________________________________________________________
12712 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
12713         Log: Relax the group and password tests back to moaning only
12714              if no matches at all are found.  (Even with a small sample
12715              I could find many sites where there are, umm, anomalies in
12716              the said databases.)       
12717      Branch: perl
12718            ! t/op/grent.t t/op/pwent.t
12719 ____________________________________________________________________________
12720 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
12721         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
12722      Branch: perl
12723            ! pp_ctl.c
12724 ____________________________________________________________________________
12725 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
12726         Log: De-cut-and-pasto in #10902.
12727      Branch: perl
12728            ! pp_ctl.c
12729 ____________________________________________________________________________
12730 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
12731         Log: The #10771 didn't take?
12732      Branch: perl
12733            ! pp_ctl.c
12734 ____________________________________________________________________________
12735 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
12736         Log: Undo the filetests part of #10900, under multiplicity
12737              weird errors take place.
12738      Branch: perl
12739            ! pp_sys.c
12740 ____________________________________________________________________________
12741 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
12742         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
12743      Branch: perl
12744            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
12745 ____________________________________________________________________________
12746 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
12747         Log: (Replaced by #10922)
12748              
12749              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
12750              From: Tony Bowden <tony@kasei.com>
12751              Date: Sun, 24 Jun 2001 17:32:40 +0100
12752              Message-ID: <20010624173240.A16293@blackstar.co.uk>
12753              
12754              Document (well, mention) shortmess() and longmess()
12755              to rob people of their fun of reinventing the weel.
12756      Branch: perl
12757            ! lib/Carp.pm
12758 ____________________________________________________________________________
12759 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
12760         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
12761              From: Brian Jepson <bjepson@oreilly.com>
12762              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
12763              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
12764      Branch: perl
12765            ! pp_sys.c
12766 ____________________________________________________________________________
12767 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
12768         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
12769              From: Robin Barker <rmb1@cise.npl.co.uk> 
12770              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
12771              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
12772      Branch: perl
12773            ! lib/CPAN.pm
12774 ____________________________________________________________________________
12775 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
12776         Log: Memoize patch from mjd.
12777      Branch: perl
12778            ! lib/Memoize/t/tie_storable.t
12779 ____________________________________________________________________________
12780 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
12781         Log: Spec the sv_pvprintify() a bit more.
12782      Branch: perl
12783            ! pod/perltodo.pod
12784 ____________________________________________________________________________
12785 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
12786         Log: Upgrade to Memoize 0.65.
12787      Branch: perl
12788            + lib/Memoize/t/array_confusion.t
12789            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
12790            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
12791            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
12792            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
12793            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
12794            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
12795            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
12796            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
12797            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
12798            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
12799            ! lib/Memoize/t/tie_storable.t
12800 ____________________________________________________________________________
12801 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
12802         Log: Metaconfig unit change for #10892.
12803      Branch: metaconfig
12804            ! U/modified/Options.U
12805 ____________________________________________________________________________
12806 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
12807         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
12808              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12809              Date: Sun, 24 Jun 2001 05:24:40 -0400
12810              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
12811      Branch: perl
12812            ! Configure hints/os2.sh
12813 ____________________________________________________________________________
12814 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
12815         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
12816              From: Mike Guy <mjtg@cam.ac.uk>
12817              Date: Sun, 24 Jun 2001 15:28:39 +0100
12818              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
12819              
12820              Fix an ancient (5.002) bug.
12821      Branch: perl
12822            ! lib/Carp/Heavy.pm
12823 ____________________________________________________________________________
12824 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
12825         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
12826              variables.
12827      Branch: perl
12828            ! pp_sys.c
12829 ____________________________________________________________________________
12830 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
12831         Log: Make UTS as per #10888.
12832      Branch: perl
12833            ! hints/uts.sh
12834 ____________________________________________________________________________
12835 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
12836         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
12837      Branch: perl
12838            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
12839            ! mpeix/mpeixish.h perl.h unixish.h
12840 ____________________________________________________________________________
12841 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
12842         Log: AUTHORS update.
12843      Branch: perl
12844            ! AUTHORS
12845 ____________________________________________________________________________
12846 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
12847         Log: Subject: Encode::Tcl for multibyte doesnot work
12848              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12849              Date: Sun, 24 Jun 2001 22:48:21 +0900
12850              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
12851      Branch: perl
12852            ! ext/Encode/Encode/Tcl.pm
12853 ____________________________________________________________________________
12854 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
12855         Log: Subject: [PATCH] Remove tautology in error messages
12856              From: Mike Guy <mjtg@cam.ac.uk>
12857              Date: Sun, 24 Jun 2001 13:31:00 +0100
12858              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
12859      Branch: perl
12860            ! pp_sys.c
12861 ____________________________________________________________________________
12862 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
12863         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
12864      Branch: perl
12865            ! hints/darwin.sh
12866 ____________________________________________________________________________
12867 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
12868         Log: Subject: Re: [PATCH 5.6.1] test suite
12869              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12870              Date: Sun, 24 Jun 2001 05:47:05 -0400
12871              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
12872              
12873              Test suite fixes.
12874      Branch: perl
12875            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
12876 ____________________________________________________________________________
12877 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
12878         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
12879              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12880              Date: Sun, 24 Jun 2001 05:37:19 -0400
12881              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
12882      Branch: perl
12883            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
12884 ____________________________________________________________________________
12885 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
12886         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
12887              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12888              Date: Sun, 24 Jun 2001 05:34:50 -0400
12889              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
12890              
12891              Pacify compiler warnings.
12892      Branch: perl
12893            ! pp_sys.c
12894 ____________________________________________________________________________
12895 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
12896         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
12897              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12898              Date: Sun, 24 Jun 2001 05:21:18 -0400
12899              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
12900              
12901              Enable compression of executables during link time.
12902      Branch: perl
12903            ! hints/os2.sh
12904 ____________________________________________________________________________
12905 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
12906         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
12907              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12908              Date: Sun, 24 Jun 2001 05:15:11 -0400
12909              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
12910              
12911              Add ordinals to the export list for Perl DLL.
12912              (Breaks intra-version DLL compatibility.)
12913      Branch: perl
12914            ! makedef.pl
12915 ____________________________________________________________________________
12916 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
12917         Log: Allow (displaying and) re-editing the Subject in perlbug.
12918              Also abstract the Subject quality control into a function.
12919      Branch: perl
12920            ! utils/perlbug.PL
12921 ____________________________________________________________________________
12922 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
12923         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
12924      Branch: perl
12925            ! utils/perlbug.PL
12926 ____________________________________________________________________________
12927 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
12928         Log: Regen toc and modlib.
12929      Branch: perl
12930            ! pod/perlmodlib.pod pod/perltoc.pod
12931 ____________________________________________________________________________
12932 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
12933         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
12934              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
12935              attribute semantics as much as possible, or 'ntsec' which uses
12936              native NTFS semantics.)  (See also #10877.)
12937      Branch: perl
12938            ! perl.c
12939 ____________________________________________________________________________
12940 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
12941         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
12942      Branch: perl
12943            ! lib/Test/Harness.pm
12944 ____________________________________________________________________________
12945 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
12946         Log: Just zap the -uPerlio.
12947      Branch: perl
12948            ! ext/B/Stash.t
12949 ____________________________________________________________________________
12950 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
12951         Log: Do not test PerlIO if PerlIO not used.
12952      Branch: perl
12953            ! ext/PerlIO/PerlIO.t
12954 ____________________________________________________________________________
12955 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
12956         Log: Regen perlapi.
12957      Branch: perl
12958            ! pod/perlapi.pod
12959 ____________________________________________________________________________
12960 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
12961         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
12962              From: Nicholas Clark <nick@ccl4.org>
12963              Date: Sat, 23 Jun 2001 22:55:47 +0100
12964              Message-ID: <20010623225547.Z98663@plum.flirble.org>
12965      Branch: perl
12966            ! numeric.c
12967 ____________________________________________________________________________
12968 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
12969         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
12970              From: Prymmer/Kahn <pvhp@best.com>
12971              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
12972              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
12973      Branch: perl
12974            ! lib/h2xs.t
12975 ____________________________________________________________________________
12976 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
12977         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
12978              cygwin does not taint cwd, just like win32.
12979      Branch: perl
12980            ! lib/File/Find/taint.t t/op/taint.t
12981 ____________________________________________________________________________
12982 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
12983         Log: Retract #10865, the patch should be unnecessary.
12984              (But seemingly helpful in Cygwin?  Strange.)
12985      Branch: perl
12986            ! lib/Memoize/t/tie_ndbm.t
12987 ____________________________________________________________________________
12988 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
12989         Log: Misplaced test file; plus Cygwin filesystem semantics.
12990      Branch: perl
12991            + ext/SDBM_File/sdbm.t
12992            - ext/ODBM_File/sdbm.t
12993            ! MANIFEST
12994 ____________________________________________________________________________
12995 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
12996         Log: (Retracted by #10867.)
12997      Branch: perl
12998            ! lib/Memoize/t/tie_ndbm.t
12999 ____________________________________________________________________________
13000 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
13001         Log: Metaconfig unit change for #10863.
13002      Branch: metaconfig/U/perl
13003            ! Extensions.U
13004 ____________________________________________________________________________
13005 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
13006         Log: In Cygwin do not build NDBM_File and ODBM_File unless
13007              -lndbm and -ldbm are available.
13008      Branch: perl
13009            ! Configure config_h.SH
13010 ____________________________________________________________________________
13011 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
13012         Log: More Cygwin filesystem semantics.
13013      Branch: perl
13014            ! t/io/fs.t t/op/stat.t
13015 ____________________________________________________________________________
13016 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
13017         Log: More DOSish permission semantics for Cygwin.
13018      Branch: perl
13019            ! lib/AnyDBM_File.t
13020 ____________________________________________________________________________
13021 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
13022         Log: Cygwin too has different permission semantics.
13023      Branch: perl
13024            ! ext/GDBM_File/gdbm.t
13025 ____________________________________________________________________________
13026 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
13027         Log: The group (and assumedly passwd) databases can have
13028              only one entry (this is the case in cygwin).
13029      Branch: perl
13030            ! t/op/grent.t t/op/pwent.t
13031 ____________________________________________________________________________
13032 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
13033         Log: Also in Cygwin use Socket to figure out domainname
13034              (if any) (avoids trying to call external 'domainname',
13035              which doesn't at the moment exist in Cygwin)
13036      Branch: perl
13037            ! lib/Net/Domain.pm
13038 ____________________________________________________________________________
13039 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
13040         Log: Remove also the lib$Foo.def, not just $Foo.def.
13041      Branch: perl
13042            ! lib/ExtUtils/MM_Unix.pm
13043 ____________________________________________________________________________
13044 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
13045         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
13046      Branch: perl
13047            ! unixish.h
13048 ____________________________________________________________________________
13049 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
13050         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
13051              to match the whole isprint(), only the space character.
13052      Branch: perl
13053            ! handy.h pod/perlre.pod t/op/pat.t
13054 ____________________________________________________________________________
13055 [ 10854] By: nick                                  on 2001/06/23  08:09:33
13056         Log: Integrate mainline
13057      Branch: perlio
13058           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
13059           !> lib/ExtUtils.t lib/File/Find/taint.t
13060           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
13061           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
13062           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
13063 ____________________________________________________________________________
13064 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
13065         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
13066              with its floats    in os390 and s390 (UTS).
13067      Branch: perl
13068            ! lib/Math/BigInt/t/bigintpm.t
13069 ____________________________________________________________________________
13070 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
13071         Log: Add also UTS (s390) to the non-IEEE float platforms.
13072      Branch: perl
13073            ! t/op/sprintf.t
13074 ____________________________________________________________________________
13075 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
13076         Log: Subject: RFC: what are applicable standards for exponent sizes?
13077              From: Peter Prymmer <pvhp@forte.com>
13078              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
13079              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
13080      Branch: perl
13081            ! t/op/sprintf.t
13082 ____________________________________________________________________________
13083 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
13084         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
13085              From: Peter Prymmer <pvhp@forte.com>
13086              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
13087              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
13088      Branch: perl
13089            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
13090 ____________________________________________________________________________
13091 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
13092         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
13093              From: Peter Prymmer <pvhp@forte.com>
13094              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
13095              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
13096      Branch: perl
13097            ! lib/ExtUtils.t
13098 ____________________________________________________________________________
13099 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
13100         Log: Retract #10845.
13101      Branch: perl
13102            ! lib/File/Find/taint.t
13103 ____________________________________________________________________________
13104 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
13105         Log: Yet another error message.
13106      Branch: perl
13107            ! t/op/mkdir.t
13108 ____________________________________________________________________________
13109 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
13110         Log: The croak message for nonexistent socket functions may vary.
13111      Branch: perl
13112            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
13113 ____________________________________________________________________________
13114 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
13115         Log: (Retracted by #10848.)
13116      Branch: perl
13117            ! lib/File/Find/taint.t
13118 ____________________________________________________________________________
13119 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
13120         Log: Integrate perlio.
13121      Branch: perl
13122           !> lib/File/Find/taint.t t/op/write.t
13123 ____________________________________________________________________________
13124 [ 10843] By: nick                                  on 2001/06/22  21:24:51
13125         Log: Back out debug in taint.t
13126      Branch: perlio
13127            ! lib/File/Find/taint.t
13128 ____________________________________________________________________________
13129 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
13130         Log: setitimer() does not exist in Unicos, despite of what
13131              Configure thinks, from Mark P. Lutz.
13132      Branch: perl
13133            ! hints/unicos.sh
13134 ____________________________________________________________________________
13135 [ 10841] By: nick                                  on 2001/06/22  21:19:36
13136         Log: Skip cwd test on Win32 ???
13137      Branch: perlio
13138            ! lib/File/Find/taint.t
13139 ____________________________________________________________________________
13140 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
13141         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
13142              and Tru64 gcc -Wall happy.
13143      Branch: perl
13144            ! mg.c
13145 ____________________________________________________________________________
13146 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
13147         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
13148      Branch: perl
13149            ! ext/IPC/SysV/Semaphore.pm
13150 ____________________________________________________________________________
13151 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
13152         Log: Metaconfig unit change for #10837.
13153      Branch: metaconfig/U/perl
13154            ! Cross.U
13155 ____________________________________________________________________________
13156 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
13157         Log: Cleanup of the cross-compilation unit.
13158      Branch: perl
13159            ! Configure
13160 ____________________________________________________________________________
13161 [ 10836] By: nick                                  on 2001/06/22  20:45:12
13162         Log: Skip |- based op/write.t on Win32 as well as VMS
13163      Branch: perlio
13164            ! t/op/write.t
13165 ____________________________________________________________________________
13166 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
13167         Log: Integrate perlio.
13168      Branch: perl
13169           !> util.c
13170 ____________________________________________________________________________
13171 [ 10834] By: nick                                  on 2001/06/22  20:41:54
13172         Log: Integrate mainline
13173      Branch: perlio
13174           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13175           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
13176           !> vos/config.ga.h
13177 ____________________________________________________________________________
13178 [ 10833] By: nick                                  on 2001/06/22  20:22:58
13179         Log: Patcho fix.
13180      Branch: perlio
13181            ! util.c
13182 ____________________________________________________________________________
13183 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
13184         Log: Metaconfig unit changes for #10831.
13185      Branch: metaconfig
13186            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
13187 ____________________________________________________________________________
13188 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
13189         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
13190              From: Andy Dougherty <doughera@lafayette.edu>
13191              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
13192              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
13193      Branch: perl
13194            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13195            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
13196 ____________________________________________________________________________
13197 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
13198         Log: MPE/iX prototype nits from Mark Bixby.
13199      Branch: perl
13200            ! pp_sys.c
13201 ____________________________________________________________________________
13202 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
13203         Log: Detypo.
13204      Branch: perl
13205            ! util.c
13206 ____________________________________________________________________________
13207 [ 10828] By: nick                                  on 2001/06/22  15:33:37
13208         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
13209      Branch: perlio
13210           +> lib/h2xs.t
13211           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
13212           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
13213           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
13214           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
13215           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
13216           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
13217           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
13218           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
13219           !> vms/vmsish.h
13220 ____________________________________________________________________________
13221 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
13222         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
13223              Date: Fri, 22 Jun 2001 10:08:35 -0500
13224              From: "Craig A. Berry" <craigberry@mac.com>
13225              Message-Id: <a05101001b75908704194@[192.168.56.145]>
13226      Branch: perl
13227            ! vms/vms.c vms/vmsish.h
13228 ____________________________________________________________________________
13229 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
13230         Log: NetWare scripts tweak from Ananth Kesari.
13231      Branch: perl
13232            ! NetWare/t/NWScripts.pl
13233 ____________________________________________________________________________
13234 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
13235         Log: Update Changes.
13236      Branch: perl
13237            ! Changes patchlevel.h
13238 ____________________________________________________________________________
13239 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
13240         Log: Add .i and .s targets.
13241      Branch: perl
13242            ! Makefile.SH
13243 ____________________________________________________________________________
13244 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
13245         Log: Upgrade to Locale::Maketext 1.03.
13246      Branch: perl
13247            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
13248            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
13249 ____________________________________________________________________________
13250 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
13251         Log: Upgrade to I18N::LangTags 0.26.
13252      Branch: perl
13253            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
13254            ! lib/I18N/LangTags/test.pl
13255 ____________________________________________________________________________
13256 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
13257         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
13258              Philip Newton.
13259      Branch: perl
13260            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
13261            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13262 ____________________________________________________________________________
13263 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
13264         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
13265              From: Prymmer/Kahn <pvhp@best.com>
13266              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
13267              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
13268      Branch: perl
13269            + lib/h2xs.t
13270            ! MANIFEST utils/h2xs.PL
13271 ____________________________________________________________________________
13272 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
13273         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
13274              From: Prymmer/Kahn <pvhp@best.com>
13275              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
13276              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
13277      Branch: perl
13278            ! lib/ExtUtils.t
13279 ____________________________________________________________________________
13280 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
13281         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
13282              From: Prymmer/Kahn <pvhp@best.com>
13283              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
13284              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
13285      Branch: perl
13286            ! t/pod/plainer.t
13287 ____________________________________________________________________________
13288 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
13289         Log: AUTHORS update.
13290      Branch: perl
13291            ! AUTHORS
13292 ____________________________________________________________________________
13293 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
13294         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
13295              From: "Craig A. Berry" <craigberry@mac.com>
13296              Date: Thu, 21 Jun 2001 18:20:38 -0500
13297              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
13298      Branch: perl
13299            ! ext/POSIX/POSIX.xs
13300 ____________________________________________________________________________
13301 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
13302         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
13303              From: "Craig A. Berry" <craigberry@mac.com>
13304              Date: Thu, 21 Jun 2001 09:58:52 -0500
13305              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
13306      Branch: perl
13307            ! ext/B/Deparse.t t/op/write.t
13308 ____________________________________________________________________________
13309 [ 10814] By: nick                                  on 2001/06/22  08:13:09
13310         Log: Integrate mainline.
13311      Branch: perlio
13312           !> (integrate 46 files)
13313 ____________________________________________________________________________
13314 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
13315         Log: Change the prefixes only if $prefix is unset,
13316              as originally patched by Marcel Grunauer.
13317      Branch: perl
13318            ! hints/darwin.sh hints/rhapsody.sh
13319 ____________________________________________________________________________
13320 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
13321         Log: Subject: Re: Patch for hints/darwin.sh
13322              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
13323              Date: Thu, 21 Jun 2001 11:23:46 -0700
13324              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
13325      Branch: perl
13326            ! hints/darwin.sh hints/rhapsody.sh
13327 ____________________________________________________________________________
13328 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
13329         Log: Add .PHONY targets for non-file targets,
13330              from Wilfredo Sánchez.  Should help saying
13331              "make install" on case-insensitive filesystems.
13332      Branch: perl
13333            ! Makefile.SH
13334 ____________________________________________________________________________
13335 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
13336         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
13337              From: Doug MacEachern <dougm@covalent.net>
13338              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
13339              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
13340              
13341              plus reword the getcwd() comment, plus use getcwd() buffer
13342              size minus one.
13343      Branch: perl
13344            ! util.c
13345 ____________________________________________________________________________
13346 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
13347         Log: More gprofing from Doug MacEachern.
13348      Branch: perl
13349            ! Makefile.SH
13350 ____________________________________________________________________________
13351 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
13352         Log: Metaconfig unit change for #10807.
13353      Branch: metaconfig/U/perl
13354            ! d_sfio.U
13355 ____________________________________________________________________________
13356 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
13357         Log: Tell that you are removing the unneeded -lsfio.
13358      Branch: perl
13359            ! Configure
13360 ____________________________________________________________________________
13361 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
13362         Log: More MPE/iX tweaks from Mark Bixby.
13363      Branch: perl
13364            ! perl.c t/op/magic.t
13365 ____________________________________________________________________________
13366 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
13367         Log: The fchdir() proto is supposed to live in <unistd.h>.
13368      Branch: perl
13369            ! ext/Cwd/Cwd.xs
13370 ____________________________________________________________________________
13371 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
13372         Log: This town is too small for the Cwd extension and me,
13373              it would seem...
13374      Branch: perl
13375            ! ext/Cwd/Cwd.xs
13376 ____________________________________________________________________________
13377 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
13378         Log: Metaconfig unit change for #10802.
13379      Branch: metaconfig/U/perl
13380            ! d_modfl.U
13381 ____________________________________________________________________________
13382 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
13383         Log: More d'ohs.
13384      Branch: perl
13385            ! Configure
13386 ____________________________________________________________________________
13387 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
13388         Log: Off-by-one.  I'm so classic.
13389      Branch: perl
13390            ! util.c
13391 ____________________________________________________________________________
13392 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
13393         Log: Update Changes.
13394      Branch: perl
13395            ! Changes patchlevel.h
13396 ____________________________________________________________________________
13397 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
13398         Log: Subject: Documentation patch for Net::FTP
13399              From: Marcel Grunauer <marcel@codewerk.com>
13400              Date: Wed, 20 Jun 2001 23:03:26 +0200
13401              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
13402      Branch: perl
13403            ! lib/Net/FTP.pm
13404 ____________________________________________________________________________
13405 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
13406         Log: Retract the #10417 mg.c and embed.pl parts because of
13407              strange SEGVs in 64bit x86 FreeBSD observed by
13408              Nicholas Clark.
13409      Branch: perl
13410            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
13411 ____________________________________________________________________________
13412 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
13413         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
13414      Branch: perl
13415            ! Configure NetWare/config.wc NetWare/config_H.wc
13416            ! Porting/Glossary Porting/config.sh Porting/config_H
13417            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
13418            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13419            ! vos/config.ga.h win32/config.bc win32/config.gc
13420            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13421            ! win32/config_H.vc
13422 ____________________________________________________________________________
13423 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
13424         Log: Cwd tweak from Doug MacEachern.
13425      Branch: perl
13426            ! ext/Cwd/Cwd.xs
13427 ____________________________________________________________________________
13428 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
13429         Log: Protect the fchdir() and lstat() with ifdefs.
13430              fchdir() needs a Configure probe.
13431      Branch: perl
13432            ! ext/Cwd/Cwd.xs
13433 ____________________________________________________________________________
13434 [ 10794] By: nick                                  on 2001/06/21  17:11:35
13435         Log: Integrate mainline
13436      Branch: perlio
13437           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
13438           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
13439           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
13440           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
13441           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
13442           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
13443           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
13444           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
13445            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
13446            - lib/File/Glob/case.t lib/File/Glob/global.t
13447            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
13448            - lib/File/Temp/posix.t lib/File/Temp/security.t
13449            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
13450            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
13451            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
13452            - lib/Text/Wrap/wrap.t
13453           !> (integrate 41 files)
13454 ____________________________________________________________________________
13455 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
13456         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
13457              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
13458              Date: Thu, 21 Jun 2001 13:04:54 -0500
13459              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
13460      Branch: perl
13461            ! ext/Cwd/Cwd.xs
13462 ____________________________________________________________________________
13463 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
13464         Log: Subject: [PATCH pod] overlong =item
13465              From: Robin Barker <rmb1@cise.npl.co.uk>
13466              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
13467              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
13468      Branch: perl
13469            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
13470            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13471 ____________________________________________________________________________
13472 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
13473         Log: Subject: [PATCH perlio.c] format 
13474              From: Robin Barker <rmb1@cise.npl.co.uk>
13475              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
13476              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
13477      Branch: perl
13478            ! perlio.c
13479 ____________________________________________________________________________
13480 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
13481         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
13482              From: Radu Greab <radu@netsoft.ro>
13483              Date: Thu, 21 Jun 2001 19:06:02 +0300
13484              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
13485      Branch: perl
13486            ! pod/perlapi.pod sv.c
13487 ____________________________________________________________________________
13488 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
13489         Log: The metaconfig unit changes for #10788.
13490      Branch: metaconfig/U/perl
13491            ! Cross.U fflushall.U
13492 ____________________________________________________________________________
13493 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
13494         Log: Cross-configuration changes: make $from to rm the files
13495              before copying them over (this means that he rm can be
13496              removed from the fflushall test), create $targetmkdir      
13497              (not documented in install since it is supposed to internal
13498              use only), make $run to copy over the executable only if
13499              a stamp file .xok doesn't already exist (to avoid unnecessary
13500              copying of the executable)
13501      Branch: perl
13502            ! Configure Makefile.SH
13503 ____________________________________________________________________________
13504 [ 10787] By: nick                                  on 2001/06/21  14:16:18
13505         Log: Integrate mainline
13506      Branch: perlio
13507           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
13508           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
13509           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
13510            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
13511           !> (integrate 34 files)
13512 ____________________________________________________________________________
13513 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
13514         Log: Re-add the files as text.
13515      Branch: perl
13516            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
13517 ____________________________________________________________________________
13518 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
13519         Log: Delete the binary files.
13520      Branch: perl
13521            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
13522 ____________________________________________________________________________
13523 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
13524         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
13525              From: Andy Dougherty <doughera@lafayette.edu>
13526              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
13527              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
13528      Branch: perl
13529            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
13530            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
13531            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
13532            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
13533 ____________________________________________________________________________
13534 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
13535         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
13536              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
13537              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
13538              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
13539              
13540              Setting umask to something friendlier.
13541      Branch: perl
13542            ! installman installperl
13543 ____________________________________________________________________________
13544 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
13545         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
13546              Resort MANIFEST with sort -f, looks much better.
13547      Branch: perl
13548            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
13549            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
13550            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
13551            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
13552            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
13553            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
13554            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
13555            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
13556            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
13557            - lib/File/Glob/case.t lib/File/Glob/global.t
13558            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
13559            - lib/File/Temp/posix.t lib/File/Temp/security.t
13560            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
13561            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
13562            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
13563            - lib/Text/Wrap/wrap.t
13564            ! MANIFEST
13565 ____________________________________________________________________________
13566 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
13567         Log: Upgrade to I18N::LangTags 0.25.
13568      Branch: perl
13569            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
13570            ! lib/I18N/LangTags/List.pm
13571 ____________________________________________________________________________
13572 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
13573         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
13574              From: Richard Soderberg <rs@crystalflame.net>
13575              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
13576              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
13577      Branch: perl
13578            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
13579            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
13580 ____________________________________________________________________________
13581 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
13582         Log: Test obsoleted by change #10777.
13583      Branch: perl
13584            ! t/op/sub_lval.t
13585 ____________________________________________________________________________
13586 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
13587         Log: Case of confused test numbering.
13588      Branch: perl
13589            ! t/op/pat.t
13590 ____________________________________________________________________________
13591 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
13592         Log: Subject: Re: Opinion on undef lvalue
13593              From: Abhijit Menon-Sen <ams@wiw.org>
13594              Date: Sun, 17 Jun 2001 13:04:46 +0530
13595              Message-ID: <20010617130446.B27925@lustre.linux.in>
13596              
13597              Allow lvalue subs to return undef in array context.
13598      Branch: perl
13599            ! pp_hot.c
13600 ____________________________________________________________________________
13601 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
13602         Log: Just a guess that using the same hack for cygwin as
13603              for win32 might help.
13604      Branch: perl
13605            ! lib/File/Find/find.t
13606 ____________________________________________________________________________
13607 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
13608         Log: NetWare tweaks from Guruprasad.
13609      Branch: perl
13610            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
13611            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
13612            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
13613            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
13614 ____________________________________________________________________________
13615 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
13616         Log: Subject: Re: perl@10722: Bogus warnings on REs 
13617              From: Hugo <hv@crypt.compulink.co.uk>
13618              Date: Thu, 21 Jun 2001 09:51:17 +0100
13619              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
13620              
13621              Unroll to avoid a UTS compiler bug.
13622      Branch: perl
13623            ! regcomp.c
13624 ____________________________________________________________________________
13625 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
13626         Log: Subject: Re: [PATCH] Make /o work under i?threads
13627              From: Artur Bergman <artur@contiller.se>
13628              Date: Thu, 21 Jun 2001 14:38:03 +0200
13629              Message-ID: <B757B74A.184D%artur@contiller.se>
13630      Branch: perl
13631            ! t/op/pat.t
13632 ____________________________________________________________________________
13633 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
13634         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
13635              From: Artur Bergman <artur@contiller.se> 
13636              Date: Thu, 21 Jun 2001 14:27:33 +0200
13637              Message-ID: <B757B4D4.1849%artur@contiller.se>
13638              
13639              Plus extra parentheses.
13640      Branch: perl
13641            ! op.h
13642 ____________________________________________________________________________
13643 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
13644         Log: Subject: [PATCH] Make /o work under i?threads
13645              From: Richard Soderberg <rs@crystalflame.net>
13646              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
13647              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
13648      Branch: perl
13649            ! pp_ctl.c
13650 ____________________________________________________________________________
13651 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
13652         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
13653              From: Artur Bergman <artur@contiller.se>
13654              Date: Thu, 21 Jun 2001 14:04:54 +0200
13655              Message-ID: <B757AF86.1842%artur@contiller.se>
13656      Branch: perl
13657            ! op.h
13658 ____________________________________________________________________________
13659 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
13660         Log: Subject: Re: perl@10765: sv.c not OK on win32
13661              From: Artur Bergman <artur@contiller.se>
13662              Date: Thu, 21 Jun 2001 10:31:06 +0200
13663              Message-ID: <B7577D69.182C%artur@contiller.se>
13664      Branch: perl
13665            ! sv.c
13666 ____________________________________________________________________________
13667 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
13668         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
13669              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13670              Date: Thu, 21 Jun 2001 06:23:56 -0400
13671              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
13672              
13673              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
13674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13675              Date: Thu, 21 Jun 2001 06:32:21 -0400
13676              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
13677      Branch: perl
13678            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
13679 ____________________________________________________________________________
13680 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
13681         Log: Subject: [PATCH] make syslog test more verbose
13682              From: Robert Spier <rspier@pobox.com>
13683              Date: Thu, 21 Jun 2001 00:54:32 -0400
13684              Message-ID: <15153.32264.295807.333073@rls.cx>
13685      Branch: perl
13686            ! ext/Sys/Syslog/syslog.t
13687 ____________________________________________________________________________
13688 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
13689         Log: Subject: op/study.t refinements
13690              From: Hugo <hv@crypt.compulink.co.uk>
13691              Date: Thu, 21 Jun 2001 00:29:07 +0100
13692              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
13693      Branch: perl
13694            ! t/op/study.t
13695 ____________________________________________________________________________
13696 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
13697         Log: Update Changes.
13698      Branch: perl
13699            ! Changes patchlevel.h
13700 ____________________________________________________________________________
13701 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
13702         Log: Subject: Re: [PATCH] djgpp updates
13703              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
13704              Date: Wed, 20 Jun 2001 10:05:15 +0200
13705              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
13706      Branch: perl
13707            ! djgpp/config.over
13708 ____________________________________________________________________________
13709 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
13710         Log: Fix for ID 20010619.002 "When building hash, hash keys that
13711              are function calls are not being called", from Abhijit.
13712      Branch: perl
13713            ! t/base/lex.t toke.c
13714 ____________________________________________________________________________
13715 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
13716         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
13717      Branch: perl
13718            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
13719            + lib/Locale/Maketext/test.pl
13720            - lib/Locale/Maketext.t
13721            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
13722            ! lib/Locale/Maketext/TPJ13.pod
13723 ____________________________________________________________________________
13724 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
13725         Log: Metaconfig unit change for #10760.
13726      Branch: metaconfig
13727            ! U/modified/Cppsym.U
13728 ____________________________________________________________________________
13729 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
13730         Log: Do not remove the ccsym* Cppsym* files since
13731              they are useful for metaconfig units coming after us.
13732              (This is the Configure nit mentioned in #10752.)
13733      Branch: perl
13734            ! Configure
13735 ____________________________________________________________________________
13736 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
13737         Log: Update to I18N::LangTags 0.24, from Sean Burke.
13738      Branch: perl
13739            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
13740            + lib/I18N/LangTags/README
13741            - lib/I18N/LangTags/List.pod
13742            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
13743 ____________________________________________________________________________
13744 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
13745         Log: Regen headers.
13746      Branch: perl
13747            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
13748            ! pod/perlapi.pod proto.h
13749 ____________________________________________________________________________
13750 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
13751         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
13752              From: Artur Bergman <artur@contiller.se>
13753              Date: Wed, 20 Jun 2001 11:31:32 +0200
13754              Message-ID: <B7563A14.17D8%artur@contiller.se>
13755      Branch: perl
13756            ! embed.pl hv.c intrpvar.h sv.c sv.h
13757 ____________________________________________________________________________
13758 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
13759         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
13760              From: Tim Sweetman <tim@aldigital.co.uk> 
13761              Date: Wed, 13 Jun 2001 14:25:17 +0100 
13762              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
13763      Branch: perl
13764            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
13765 ____________________________________________________________________________
13766 [ 10755] By: nick                                  on 2001/06/20  16:12:37
13767         Log: Integrate mainline
13768      Branch: perlio
13769           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
13770           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
13771           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
13772           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
13773           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
13774           !> t/op/study.t util.c
13775 ____________________________________________________________________________
13776 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
13777         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
13778              but not Makefile)
13779      Branch: maint-5.6/perl
13780            ! win32/Makefile
13781 ____________________________________________________________________________
13782 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
13783         Log: Security tweak on readlink().
13784      Branch: perl
13785            ! pp_sys.c
13786 ____________________________________________________________________________
13787 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
13788         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
13789      Branch: perl
13790            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
13791            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
13792            ! mpeix/relink t/op/pwent.t
13793 ____________________________________________________________________________
13794 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
13795         Log: Reinstate #10725 (with probe for alarm()).
13796      Branch: perl
13797            ! t/op/study.t
13798 ____________________________________________________________________________
13799 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
13800         Log: Replace our implementation of realpath() with OpenBSD's
13801              (src/lib/libc/stdlib/realpath.c 1.4).
13802      Branch: perl
13803            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
13804            ! pod/perldiag.pod proto.h util.c
13805 ____________________________________________________________________________
13806 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
13807         Log: Integrate perlio.
13808      Branch: perl
13809           !> perlio.c
13810 ____________________________________________________________________________
13811 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
13812         Log: No point in going into memory-saving contortions
13813              with getcwd() since there's a danger of buffer overflow.
13814              Also make the POSIX extension to use sv_getcwd().
13815              Finally, a missed proto.h fragment.
13816      Branch: perl
13817            ! ext/POSIX/POSIX.xs proto.h util.c
13818 ____________________________________________________________________________
13819 [ 10747] By: nick                                  on 2001/06/20  12:38:26
13820         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
13821      Branch: perlio
13822            ! perlio.c
13823 ____________________________________________________________________________
13824 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
13825         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
13826              From: Graham Barr <gbarr@pobox.com>
13827              Date: Wed, 20 Jun 2001 11:05:49 +0100
13828              Message-ID: <20010620110549.I19188@pobox.com>
13829              
13830              reported in        
13831              
13832              Subject: Bug in IO::Socket::INET module (repeat)
13833              From: "Harmon S. Nine" <hnine@netarx.com>
13834              Date: Tue, 19 Jun 2001 09:41:35 -0400
13835              Message-ID: <3B2F568F.8080605@netarx.com>
13836              
13837              The bug was that the IO::Socket::INET constructor
13838              did not allow a 'LocalPort' of 0.
13839      Branch: perl
13840            ! ext/IO/lib/IO/Socket/INET.pm
13841 ____________________________________________________________________________
13842 [ 10745] By: nick                                  on 2001/06/20  08:56:39
13843         Log: Integrate mainline.
13844      Branch: perlio
13845           !> (integrate 37 files)
13846 ____________________________________________________________________________
13847 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
13848         Log: After some reading I don't think we can blindly
13849              use systems' realpath().  Too many security problems,
13850              too many buggy implementations.
13851              
13852              TODO: the realpath() emulation code in util.c doesn't
13853              seem fully operational?  (readlink(), for example?)
13854      Branch: perl
13855            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
13856            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
13857            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
13858            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
13859            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
13860            ! win32/config_H.gc win32/config_H.vc
13861 ____________________________________________________________________________
13862 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
13863         Log: Metaconfig unit change for #10738.
13864      Branch: metaconfig
13865            ! U/compline/d_gconvert.U
13866 ____________________________________________________________________________
13867 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
13868         Log: Integrate change #10739 from maintperl:
13869              
13870              C<eval "/x$\r\n/x"> fails to compile correctly 
13871      Branch: perl
13872           !> t/op/pat.t toke.c
13873 ____________________________________________________________________________
13874 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
13875         Log: Retract #10725 (Hugo asked NOT to apply the patch)
13876      Branch: perl
13877            ! t/op/study.t
13878 ____________________________________________________________________________
13879 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
13880         Log: The test.third results were funnily named because of the
13881              new test scheme.
13882      Branch: perl
13883            ! t/TEST
13884 ____________________________________________________________________________
13885 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
13886         Log: C<eval "/x$\r\n/x"> fails to compile correctly
13887      Branch: maint-5.6/perl
13888            ! t/op/pat.t toke.c
13889 ____________________________________________________________________________
13890 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
13891         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
13892              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13893              Date: Tue, 19 Jun 2001 19:15:40 -0400
13894              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
13895              
13896              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
13897              because "1e+129" being expected but "1.e+129" being returned.
13898              The culprit (at least in Tru64) is the use of gcvt().
13899      Branch: perl
13900            ! Configure
13901 ____________________________________________________________________________
13902 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
13903         Log: Subject: [PATCH perl@10722] test hunting on VMS
13904              From: "Craig A. Berry" <craigberry@mac.com>
13905              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
13906              Date: Tue, 19 Jun 2001 18:59:01 -0500
13907      Branch: perl
13908            ! vms/test.com
13909 ____________________________________________________________________________
13910 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
13911         Log: Subject: [PATCH] s/typos//
13912              From: Abhijit Menon-Sen <ams@wiw.org>
13913              Date: Wed, 20 Jun 2001 02:15:02 +0530
13914              Message-ID: <20010620021502.A14541@lustre.linux.in>
13915              
13916              Without the op.h s/bearword/bareword/ hunk, see
13917              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
13918      Branch: perl
13919            ! util.c
13920 ____________________________________________________________________________
13921 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
13922         Log: Metaconfig unit change for #10732 and #10733.
13923      Branch: metaconfig/U/perl
13924            ! fflushall.U
13925 ____________________________________________________________________________
13926 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
13927         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
13928              From: "Craig A. Berry" <craigberry@mac.com>
13929              Date: Tue, 19 Jun 2001 17:19:48 -0500
13930              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
13931      Branch: perl
13932            ! configure.com vms/descrip_mms.template
13933 ____________________________________________________________________________
13934 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
13935         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
13936              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13937              Date: Tue, 19 Jun 2001 16:48:07 -0400
13938              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
13939              
13940              Further fixes to fflush(NULL) detection.
13941      Branch: perl
13942            ! Configure
13943 ____________________________________________________________________________
13944 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
13945         Log: AIX test -s hangs with non-existent files?
13946              (A genuine logic bug in Configure, but AIX also broken?)
13947      Branch: perl
13948            ! Configure
13949 ____________________________________________________________________________
13950 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
13951         Log: AUTHORS updates.
13952      Branch: perl
13953            ! AUTHORS
13954 ____________________________________________________________________________
13955 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
13956         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
13957              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13958              Date: Tue, 19 Jun 2001 15:33:25 -0400
13959              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
13960      Branch: perl
13961            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
13962            ! t/lib/warnings/pp
13963 ____________________________________________________________________________
13964 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
13965         Log: Integrate perlio.
13966      Branch: perl
13967           !> lib/File/Find/find.t win32/distclean.bat
13968 ____________________________________________________________________________
13969 [ 10728] By: nick                                  on 2001/06/19  18:24:53
13970         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
13971      Branch: perlio
13972            ! lib/File/Find/find.t win32/distclean.bat
13973 ____________________________________________________________________________
13974 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
13975         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
13976              also add information how to find out whether one has PerlIO.
13977      Branch: perl
13978            ! pod/perlfunc.pod
13979 ____________________________________________________________________________
13980 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
13981         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
13982              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13983              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
13984              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
13985      Branch: perl
13986            ! pod/perlfunc.pod
13987 ____________________________________________________________________________
13988 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
13989         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
13990              From: Hugo <hv@crypt.compulink.co.uk>
13991              Date: Tue, 19 Jun 2001 12:37:30 +0100
13992              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
13993      Branch: perl
13994            ! t/op/study.t
13995 ____________________________________________________________________________
13996 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
13997         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
13998              From: Hugo <hv@crypt.compulink.co.uk>
13999              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
14000              Date: Tue, 19 Jun 2001 13:15:17 +0100
14001      Branch: perl
14002            ! util.c
14003 ____________________________________________________________________________
14004 [ 10723] By: nick                                  on 2001/06/19  14:46:15
14005         Log: Integrate mainline
14006      Branch: perlio
14007           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
14008           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
14009           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
14010           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
14011           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
14012           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
14013            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
14014            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
14015            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
14016            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
14017            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
14018            - ext/Thread/unsync4.t
14019           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
14020           !> djgpp/config.over djgpp/fixpmain
14021           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
14022           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
14023           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
14024 ____________________________________________________________________________
14025 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
14026         Log: Update Changes.
14027      Branch: perl
14028            ! Changes patchlevel.h
14029 ____________________________________________________________________________
14030 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
14031         Log: The existence shall be MANIFESted.
14032      Branch: perl
14033            ! MANIFEST
14034 ____________________________________________________________________________
14035 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
14036         Log: The old libnet.cfg is first searched from the current directory,
14037              only then from the module path.
14038      Branch: perl
14039            ! utils/libnetcfg.PL
14040 ____________________________________________________________________________
14041 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
14042         Log: NetWare tweaks from Guruprasad.
14043      Branch: perl
14044            ! NetWare/Makefile NetWare/config.wc
14045 ____________________________________________________________________________
14046 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
14047         Log: Subject: [PATCH] djgpp updates
14048              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
14049              Date: Tue, 19 Jun 2001 10:59:06 +0200
14050              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
14051      Branch: perl
14052            ! djgpp/config.over djgpp/fixpmain
14053 ____________________________________________________________________________
14054 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
14055         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
14056              From: Prymmer/Kahn <pvhp@best.com>
14057              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
14058              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
14059      Branch: perl
14060            ! win32/Makefile
14061 ____________________________________________________________________________
14062 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
14063         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
14064              to happen right after the inclusion of <inttypes.h>,
14065              from Edward Moy.
14066      Branch: perl
14067            ! handy.h perl.h
14068 ____________________________________________________________________________
14069 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
14070         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
14071              From: Doug MacEachern <dougm@covalent.net>
14072              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
14073              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
14074      Branch: perl
14075            ! ext/DynaLoader/DynaLoader_pm.PL
14076 ____________________________________________________________________________
14077 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
14078         Log: Revert #10656 for perfomance reasons but leave in the
14079              use of Hv*() macros -- in comments, so that grepping the
14080              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
14081              suggested by Sarathy, also by Abhijit.)
14082      Branch: perl
14083            ! hv.c
14084 ____________________________________________________________________________
14085 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
14086         Log: Subject: [patch] .s MakeMaker suffix
14087              From: Doug MacEachern <dougm@covalent.net>
14088              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
14089              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
14090      Branch: perl
14091            ! lib/ExtUtils/MM_Unix.pm
14092 ____________________________________________________________________________
14093 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
14094         Log: One test lost in the big shuffle restored.
14095      Branch: perl
14096            + ext/IPC/SysV/ipcsysv.t
14097            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
14098 ____________________________________________________________________________
14099 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
14100         Log: Rename the old non-standard threads tests so that
14101              they won't be invoked.
14102      Branch: perl
14103            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
14104            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
14105            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
14106            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
14107            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
14108            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
14109            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
14110            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
14111            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
14112            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
14113            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
14114            - ext/Thread/unsync4.t
14115            ! MANIFEST
14116 ____________________________________________________________________________
14117 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
14118         Log: Integrate perlio.
14119      Branch: perl
14120           !> win32/config_sh.PL
14121 ____________________________________________________________________________
14122 [ 10709] By: nick                                  on 2001/06/19  08:18:18
14123         Log: Integrate mainline
14124      Branch: perlio
14125           +> (branch 40 files)
14126            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
14127            - lib/strict/subs lib/strict/vars lib/warnings/1global
14128            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
14129            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
14130            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
14131            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
14132            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
14133            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
14134            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
14135            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
14136            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
14137            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
14138            - lib/warnings/utf8 lib/warnings/util
14139           !> (integrate 57 files)
14140 ____________________________________________________________________________
14141 [ 10708] By: nick                                  on 2001/06/19  07:57:10
14142         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
14143      Branch: perlio
14144            ! win32/config_sh.PL
14145 ____________________________________________________________________________
14146 [ 10707] By: nick                                  on 2001/06/19  07:05:07
14147         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
14148      Branch: perl
14149            ! perly.c perly.y perly_c.diff vms/perly_c.vms
14150 ____________________________________________________________________________
14151 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
14152         Log: More perl572delta tweaks.
14153      Branch: perl
14154            ! pod/perl572delta.pod
14155 ____________________________________________________________________________
14156 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
14157         Log: Update perl572delta.
14158      Branch: perl
14159            ! pod/perl572delta.pod
14160 ____________________________________________________________________________
14161 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
14162         Log: VOS updates from Paul Green.
14163      Branch: perl
14164            ! vos/Changes vos/build.cm vos/perl.bind
14165 ____________________________________________________________________________
14166 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
14167         Log: Update the vos/config.*.* files.
14168      Branch: perl
14169            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14170            ! vos/config.ga.h
14171 ____________________________________________________________________________
14172 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
14173         Log: Add a makefile for more painless adding of symbols to the
14174              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
14175              takes care of the adding)
14176      Branch: perl
14177            + vos/Makefile
14178 ____________________________________________________________________________
14179 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
14180         Log: Make libnetcfg by default display the libnet configuration,
14181              -c to change, add -i for old config, document all options,
14182              regen toc.
14183      Branch: perl
14184            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
14185 ____________________________________________________________________________
14186 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
14187         Log: gcc -Wall sweep.
14188      Branch: perl
14189            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
14190 ____________________________________________________________________________
14191 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
14192         Log: So there.
14193      Branch: perl
14194            ! universal.c
14195 ____________________________________________________________________________
14196 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
14197         Log: Document the need for sv_printify().
14198              
14199              Document that 'use utf8' has been considered.
14200              
14201              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
14202      Branch: perl
14203            ! pod/perltodo.pod universal.c
14204 ____________________________________________________________________________
14205 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
14206         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
14207              From: Nicholas Clark <nick@ccl4.org>
14208              Date: Mon, 18 Jun 2001 23:29:23 +0100
14209              Message-ID: <20010618232923.I98663@plum.flirble.org>
14210      Branch: perl
14211            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
14212            ! ext/Sys/Syslog/Makefile.PL
14213 ____________________________________________________________________________
14214 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
14215         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
14216              From: Scott.L.Miller@Compaq.com
14217              Date: Mon, 18 Jun 2001 10:12:27 -0500
14218              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
14219      Branch: perl
14220            ! lib/perl5db.pl pod/perldebug.pod
14221 ____________________________________________________________________________
14222 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
14223         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
14224              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
14225              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
14226              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
14227      Branch: perl
14228            ! lib/Carp/Heavy.pm
14229 ____________________________________________________________________________
14230 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
14231         Log: Subject: [PATCH] Documentation changes for CLONE
14232              From: Artur Bergman <artur@contiller.se>
14233              Date: Mon, 18 Jun 2001 22:06:37 +0200
14234              Message-ID: <B7542BEC.1719%artur@contiller.se>
14235      Branch: perl
14236            ! pod/perlmod.pod pod/perlsub.pod
14237 ____________________________________________________________________________
14238 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
14239         Log: Subject: Re: configure.com
14240              From: "Craig A. Berry" <craigberry@mac.com>
14241              Date: Mon, 18 Jun 2001 16:04:38 -0500
14242              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
14243      Branch: perl
14244            ! configure.com
14245 ____________________________________________________________________________
14246 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
14247         Log: Subject: PL_nullstash + perl_clone()
14248              From: Doug MacEachern <dougm@covalent.net>
14249              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
14250              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
14251      Branch: perl
14252            ! sv.c
14253 ____________________________________________________________________________
14254 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
14255         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
14256              From: davem@fdgroup.co.uk
14257              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
14258              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
14259      Branch: perl
14260            ! embed.pl pod/perlapi.pod
14261 ____________________________________________________________________________
14262 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
14263         Log: More cross-compilation defaults gleaned from -Dcc
14264              if it is CPU-OS-gcc.
14265      Branch: metaconfig
14266            ! U/modified/libc.U
14267      Branch: metaconfig/U/perl
14268            ! Cross.U
14269      Branch: perl
14270            ! Configure INSTALL
14271 ____________________________________________________________________________
14272 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
14273         Log: Update Changes.
14274      Branch: perl
14275            ! Changes patchlevel.h
14276 ____________________________________________________________________________
14277 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
14278         Log: Subject: [PATCH 5.7.1] sv.c documentation
14279              From: davem@fdgroup.co.uk
14280              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
14281              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
14282      Branch: perl
14283            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
14284            ! sv.c sv.h
14285 ____________________________________________________________________________
14286 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
14287         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
14288              From: "Jon Gunnip" <jongunnip@hotmail.com>
14289              Date: Sun, 17 Jun 2001 18:24:29 -0400
14290              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
14291      Branch: perl
14292            ! pod/perlvar.pod
14293 ____________________________________________________________________________
14294 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
14295         Log: Move the locale/strict/warnings helper files back
14296              under the t/lib; this way the amount of non-installabled
14297              stuff under lib/ stays smaller.
14298      Branch: perl
14299            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
14300            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
14301            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
14302            + t/lib/warnings/5nolint t/lib/warnings/6default
14303            + t/lib/warnings/7fatal t/lib/warnings/8signal
14304            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
14305            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
14306            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
14307            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
14308            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
14309            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
14310            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
14311            + t/lib/warnings/taint t/lib/warnings/toke
14312            + t/lib/warnings/universal t/lib/warnings/utf8
14313            + t/lib/warnings/util
14314            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
14315            - lib/strict/subs lib/strict/vars lib/warnings/1global
14316            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
14317            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
14318            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
14319            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
14320            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
14321            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
14322            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
14323            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
14324            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
14325            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
14326            - lib/warnings/utf8 lib/warnings/util
14327            ! MANIFEST installperl lib/locale.t lib/strict.t
14328 ____________________________________________________________________________
14329 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
14330         Log: Split off the pack/unpack code, from Nicholas Clark.
14331      Branch: perl
14332            + pp_pack.c
14333            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
14334            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
14335            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
14336 ____________________________________________________________________________
14337 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
14338         Log: Guard the SysV IPC tests against being invoked in
14339              SysV-IPC-less places.
14340      Branch: perl
14341            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
14342 ____________________________________________________________________________
14343 [ 10683] By: nick                                  on 2001/06/18  12:24:42
14344         Log: Integrate mainline (new test scheme now ok on Linux).
14345      Branch: perlio
14346           +> lib/warnings.t
14347           !> dump.c sv.c
14348 ____________________________________________________________________________
14349 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
14350         Log: Add the locale.c and numeric.c to the microperl sources.
14351      Branch: perl
14352            ! Makefile.micro win32/Makefile
14353 ____________________________________________________________________________
14354 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
14355         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
14356              From: Abhijit Menon-Sen <ams@wiw.org>
14357              Date: Mon, 18 Jun 2001 14:23:44 +0530
14358              Message-ID: <20010618142344.A13136@lustre.linux.in>
14359      Branch: perl
14360            ! dump.c
14361 ____________________________________________________________________________
14362 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
14363         Log: Subject: Re: [PATCH] more anonymous stash cleanups
14364              From: Abhijit Menon-Sen <ams@wiw.org>
14365              Date: Mon, 18 Jun 2001 15:50:32 +0530
14366              Message-ID: <20010618155032.A13223@lustre.linux.in>
14367              
14368              Plus the comment left in as suggested by NI-S.
14369      Branch: perl
14370            ! sv.c
14371 ____________________________________________________________________________
14372 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
14373         Log: One missed file.
14374      Branch: perl
14375            + lib/warnings.t
14376 ____________________________________________________________________________
14377 [ 10678] By: nick                                  on 2001/06/18  08:05:29
14378         Log: Integrate mainline (part2 - the deletes)
14379      Branch: perlio
14380            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
14381            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
14382            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
14383            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
14384            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
14385            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
14386            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
14387            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
14388            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
14389            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
14390            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
14391 ____________________________________________________________________________
14392 [ 10677] By: nick                                  on 2001/06/18  08:04:44
14393         Log: Integrate mainline (part1)
14394      Branch: perlio
14395           +> (branch 376 files)
14396            - (delete 219 files)
14397           !> (integrate 151 files)
14398 ____________________________________________________________________________
14399 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
14400         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
14401              No doubt I made some mistakes like missed some files or
14402              misnamed some files.  The naming rules were more or less:
14403              (1) if the module is from CPAN, follows its ways, be it
14404              t/*.t or test.pl.
14405              (2) otherwise if there are multiple tests for a module
14406              put them in a t/
14407              (3) otherwise if there's only one test put it in Module.t
14408              (4) helper files go to module/ (locale, strict, warnings)
14409              (5) use longer filenames now that we can (but e.g. the
14410              compat-0.6.t and the Text::Balanced test files still
14411              were renamed to be more civil against the 8.3 people)
14412              installperl was updated appropriately not to install the
14413              *.t files or the help files from under lib.
14414              
14415              TODO: some helper files still remain under t/ that could
14416              follow their 'masters'.  UPDATE: On second thoughts, why
14417              should they.  They can continue to live under t/lib, and
14418              in fact the locale/strict/warnings helpers that were moved
14419              could be moved back.  This way the amount of non-installable
14420              stuff under lib/ stays smaller.
14421      Branch: perl
14422            + (add 253 files)
14423            - (delete 254 files)
14424            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
14425 ____________________________________________________________________________
14426 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
14427         Log: The warning no more comes from util.c, it comes from numeric.c.
14428      Branch: perl
14429            ! README.tru64
14430 ____________________________________________________________________________
14431 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
14432         Log: Subject: Re: anyone good at casting spells?
14433              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14434              Date: Sun, 17 Jun 2001 21:21:04 -0400
14435              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
14436      Branch: perl
14437            ! ext/POSIX/POSIX.xs hv.h
14438 ____________________________________________________________________________
14439 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
14440         Log: Protect the (original) thread tests against testing if no 5.005
14441              threads have been configured.
14442      Branch: perl
14443            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
14444            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
14445            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
14446            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
14447            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
14448            ! ext/Thread/unsync4.t
14449 ____________________________________________________________________________
14450 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
14451         Log: Try the new test scanning scheme on Text::Abbrev.
14452      Branch: perl
14453            + lib/Text/Abbrev.t
14454            - lib/Text/Abbrev/t/abbrev.t
14455            ! MANIFEST
14456 ____________________________________________________________________________
14457 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
14458         Log: Change the scan policy of the *.t and test.pl files,
14459              now the *.t do not need to live in a t/ directory.
14460      Branch: perl
14461            ! t/TEST t/harness
14462 ____________________________________________________________________________
14463 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
14464         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
14465              From: Ilmari Karonen <iltzu@sci.fi>
14466              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
14467              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
14468      Branch: perl
14469            ! pod/perlfaq7.pod
14470 ____________________________________________________________________________
14471 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
14472         Log: Quench the warnings from Tru64; the HP-UX is still
14473              broken because it really, REALLY, doesn't like the
14474              HvARRAY() being lvalue:
14475              
14476              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
14477              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
14478      Branch: perl
14479            ! hv.c
14480 ____________________________________________________________________________
14481 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
14482         Log: Integrate change #10667 from maintperl:
14483              
14484              change#10449 broke the special-case that makes lexicals inside the
14485              eval"" within DB::DB() visible
14486      Branch: perl
14487           !> op.c
14488 ____________________________________________________________________________
14489 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
14490         Log: change#10449 broke the special-case that makes lexicals inside the
14491              eval"" within DB::DB() visible
14492      Branch: maint-5.6/perl
14493            ! op.c
14494 ____________________________________________________________________________
14495 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
14496         Log: Still spurious output; indent the code a bit.
14497              
14498              TODO1: separate the utility functions like MkDir
14499              into a helper script?
14500              
14501              TODO2: I see a lot of repetition in the filepath()
14502              and dirpath() calls.
14503      Branch: perl
14504            ! t/lib/filefind.t t/lib/findtaint.t
14505 ____________________________________________________________________________
14506 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
14507         Log: Regen modlib, toc.
14508      Branch: perl
14509            ! pod/perlmodlib.pod pod/perltoc.pod
14510 ____________________________________________________________________________
14511 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
14512         Log: Add libnetcfg to perlutil.
14513      Branch: perl
14514            ! pod/perlutil.pod
14515 ____________________________________________________________________________
14516 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
14517         Log: Initial integration of libnet-1.0703.
14518              The Configure script renamed as libnetcfg, will be
14519              installed along other utilities.
14520      Branch: perl
14521            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
14522            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
14523            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
14524            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
14525            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
14526            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
14527            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
14528            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
14529            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
14530            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
14531            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
14532            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
14533            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
14534            + utils/libnetcfg.PL
14535            ! MANIFEST utils.lst utils/Makefile
14536 ____________________________________________________________________________
14537 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
14538         Log: Less potentially test-harness-confusing output.
14539      Branch: perl
14540            ! lib/Memoize/t/expire_module_t.t
14541 ____________________________________________________________________________
14542 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
14543         Log: The final print annoys make test.
14544      Branch: perl
14545            ! t/lib/filefind.t t/lib/findtaint.t
14546 ____________________________________________________________________________
14547 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
14548         Log: Add an option for handling dangling symbolic links.
14549      Branch: perl
14550            ! lib/File/Find.pm t/lib/filefind.t
14551 ____________________________________________________________________________
14552 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
14553         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
14554              From: Thomas Wegner <wegner_thomas@yahoo.com>
14555              Date: Sun, 17 Jun 2001 14:43:11 +0200
14556              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
14557      Branch: perl
14558            + t/lib/findtaint.t
14559            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
14560 ____________________________________________________________________________
14561 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
14562         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
14563              From: Jonathan Stowe <gellyfish@gellyfish.com>
14564              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
14565              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
14566      Branch: perl
14567            ! lib/ExtUtils/MM_Unix.pm
14568 ____________________________________________________________________________
14569 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
14570         Log: Subject: [PATCH] more anonymous stash cleanups
14571              From: Abhijit Menon-Sen <ams@wiw.org>
14572              Date: Sun, 17 Jun 2001 11:44:06 +0530
14573              Message-ID: <20010617114406.A25203@lustre.linux.in>
14574      Branch: perl
14575            ! op.c
14576 ____________________________________________________________________________
14577 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
14578         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
14579              From: Abhijit Menon-Sen <ams@wiw.org>
14580              Date: Sun, 17 Jun 2001 08:02:59 +0530
14581              Message-ID: <20010617080259.A28776@lustre.linux.in>
14582              
14583              Subject: [PATCH #2/7] xhv_eiter
14584              From: Abhijit Menon-Sen <ams@wiw.org>
14585              Date: Sun, 17 Jun 2001 08:13:18 +0530
14586              Message-ID: <20010617081318.B28776@lustre.linux.in>
14587              
14588              Subject: [PATCH #3/7] xhv_fill
14589              From: Abhijit Menon-Sen <ams@wiw.org>
14590              Date: Sun, 17 Jun 2001 08:25:16 +0530
14591              Message-ID: <20010617082516.C28776@lustre.linux.in>
14592              
14593              Subject: [PATCH #4/7] xhv_keys
14594              From: Abhijit Menon-Sen <ams@wiw.org>
14595              Date: Sun, 17 Jun 2001 08:36:17 +0530
14596              Message-ID: <20010617083617.D28776@lustre.linux.in>
14597              
14598              Subject: [PATCH #5/7] xhv_max
14599              From: Abhijit Menon-Sen <ams@wiw.org>
14600              Date: Sun, 17 Jun 2001 08:39:48 +0530
14601              Message-ID: <20010617083948.E28776@lustre.linux.in>
14602              
14603              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
14604              From: Abhijit Menon-Sen <ams@wiw.org>
14605              Date: Sun, 17 Jun 2001 08:51:11 +0530
14606              Message-ID: <20010617085111.F28776@lustre.linux.in>
14607      Branch: perl
14608            ! hv.c
14609 ____________________________________________________________________________
14610 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
14611         Log: Update Changes.
14612      Branch: perl
14613            ! Changes patchlevel.h
14614 ____________________________________________________________________________
14615 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
14616         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
14617              From: Abhijit Menon-Sen <ams@wiw.org>
14618              Date: Sat, 16 Jun 2001 07:41:19 +0530
14619              Message-ID: <20010616074119.A24720@lustre.linux.in>
14620      Branch: perl
14621            ! hv.c perl.c vms/vmsish.h win32/win32.h
14622 ____________________________________________________________________________
14623 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
14624         Log: Document tests failing when threaded, since we now have more.
14625      Branch: perl
14626            ! pod/perl572delta.pod
14627 ____________________________________________________________________________
14628 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
14629         Log: -Wall cleanup.
14630      Branch: perl
14631            ! ext/Thread/Thread.xs
14632 ____________________________________________________________________________
14633 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
14634         Log: pthread_attr_setstacksize() isn't absolutely necessary
14635              to call, only iff THREAD_CREATE_NEEDS_STACK.
14636      Branch: perl
14637            ! ext/Thread/Thread.xs
14638 ____________________________________________________________________________
14639 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
14640         Log: -Wall strays.
14641      Branch: perl
14642            ! perl.c util.c
14643 ____________________________________________________________________________
14644 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
14645         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
14646              (and INT64_MIN) brokenness.
14647      Branch: perl
14648            ! hints/darwin.sh perl.h
14649 ____________________________________________________________________________
14650 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
14651         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
14652              From: Nicholas Clark <nick@ccl4.org>
14653              Date: Sun, 17 Jun 2001 00:16:05 +0100
14654              Message-ID: <20010617001605.V98663@plum.flirble.org>
14655      Branch: perl
14656            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
14657            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
14658            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
14659 ____________________________________________________________________________
14660 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
14661         Log: Add perlnetware to docs; regen toc; supply skeleton
14662              docs for some Memoize submodules.
14663      Branch: perl
14664            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
14665            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
14666            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
14667            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
14668            ! win32/Makefile win32/makefile.mk
14669 ____________________________________________________________________________
14670 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
14671         Log: pod cleanup.
14672      Branch: perl
14673            ! README.netware
14674 ____________________________________________________________________________
14675 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
14676         Log: Integrate Memoize 0.64.  Few tweaks were required in
14677              the test scripts.  Note that the speed and expire*
14678              tests take several dozen seconds to run.
14679      Branch: perl
14680            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
14681            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
14682            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
14683            + lib/Memoize/README lib/Memoize/SDBM_File.pm
14684            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
14685            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
14686            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
14687            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
14688            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
14689            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
14690            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
14691            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
14692            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
14693            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
14694            ! MANIFEST t/lib/1_compile.t
14695 ____________________________________________________________________________
14696 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
14697         Log: Document the cross-compilation options.
14698      Branch: perl
14699            ! Cross/README INSTALL
14700 ____________________________________________________________________________
14701 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
14702         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
14703      Branch: perl
14704            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
14705            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
14706            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
14707            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
14708            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
14709            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
14710            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
14711            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
14712            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
14713            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
14714            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
14715            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
14716            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
14717            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
14718            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
14719            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
14720            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
14721            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
14722            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
14723            + lib/ExtUtils/MM_NW5.pm
14724            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
14725            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
14726            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
14727            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
14728            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
14729            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
14730            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
14731            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
14732            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
14733            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
14734            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
14735            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
14736            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
14737            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
14738            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
14739            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
14740            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
14741            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
14742            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
14743            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
14744            ! util.h x2p/a2py.c
14745 ____________________________________________________________________________
14746 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
14747         Log: Resort MANIFEST.
14748      Branch: perl
14749            ! MANIFEST
14750 ____________________________________________________________________________
14751 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
14752         Log: Integrate perlio.
14753      Branch: perl
14754           +> win32/win32io.c
14755           !> MANIFEST perlio.c perliol.h win32/makefile.mk
14756 ____________________________________________________________________________
14757 [ 10640] By: nick                                  on 2001/06/16  18:38:31
14758         Log: Disable :win32 layer as default till I get it working
14759      Branch: perlio
14760            ! MANIFEST perlio.c
14761 ____________________________________________________________________________
14762 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
14763         Log: Try the new scheme by moving the Text::Abbrev test
14764              to a new place under lib.
14765      Branch: perl
14766            + lib/Text/Abbrev/t/abbrev.t
14767            - t/lib/abbrev.t
14768            ! MANIFEST
14769 ____________________________________________________________________________
14770 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
14771         Log: Make the code even more dynamical so that testname
14772              suffix length can change.
14773      Branch: perl
14774            ! lib/Test/Harness.pm t/TEST
14775 ____________________________________________________________________________
14776 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
14777         Log: Allow for deeper t/ and also a single test.pl.
14778      Branch: perl
14779            ! t/TEST t/harness
14780 ____________________________________________________________________________
14781 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
14782         Log: #define fix from Nicholas Clark.
14783      Branch: perl
14784            ! ext/POSIX/POSIX.xs
14785 ____________________________________________________________________________
14786 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
14787         Log: Initialization is nice.
14788      Branch: perl
14789            ! lib/Test/Harness.pm
14790 ____________________________________________________________________________
14791 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
14792         Log: Make t/TEST and t/harness to test also the t/ tests
14793              under the main lib/ and ext/ directories.  Fix Test::Harness
14794              to dynamically change the width of its "foo/bar....ok" output.
14795      Branch: perl
14796            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
14797 ____________________________________________________________________________
14798 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
14799         Log: Subject: [PATCH] Re: perl@10611 
14800              From: Nicholas Clark <nick@ccl4.org>
14801              Date: Sat, 16 Jun 2001 16:52:47 +0100
14802              Message-ID: <20010616165247.O98663@plum.flirble.org>
14803              
14804              The .xs parts, too.
14805      Branch: perl
14806            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
14807            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
14808 ____________________________________________________________________________
14809 [ 10632] By: nick                                  on 2001/06/16  16:44:35
14810         Log: Work-in-progress win32 layer semi-functional, checking 
14811              for UNIX breakage.
14812      Branch: perlio
14813            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
14814 ____________________________________________________________________________
14815 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
14816         Log: Subject: [PATCH] Re: perl@10611 
14817              From: Nicholas Clark <nick@ccl4.org>
14818              Date: Sat, 16 Jun 2001 16:52:47 +0100
14819              Message-ID: <20010616165247.O98663@plum.flirble.org>
14820      Branch: perl
14821            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
14822            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
14823            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
14824            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
14825            ! lib/ExtUtils/Constant.pm
14826 ____________________________________________________________________________
14827 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
14828         Log: Metaconfig unit change for #10629.
14829      Branch: metaconfig
14830            ! U/modified/Finish.U
14831 ____________________________________________________________________________
14832 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
14833         Log: The extraction changed directories.
14834      Branch: perl
14835            ! Configure
14836 ____________________________________________________________________________
14837 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
14838         Log: Math::BigInt 1.35 from Tels.
14839      Branch: perl
14840            + t/lib/mbimbf.t
14841            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14842            ! t/lib/bigfltpm.t t/lib/bigintpm.t
14843 ____________________________________________________________________________
14844 [ 10627] By: nick                                  on 2001/06/16  14:54:52
14845         Log: Work in progress UNIX-side edit of win32 PerLIO layer
14846      Branch: perlio
14847            + win32/win32io.c
14848            ! perlio.c win32/makefile.mk
14849 ____________________________________________________________________________
14850 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
14851         Log: Subject: [PATCH 5.6.1] os2/diff-configure
14852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14853              Date: Fri, 15 Jun 2001 01:19:36 -0400
14854              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
14855              
14856              Empty all of it because I think #10624 made even the
14857              last patch hunk unnecessary.
14858      Branch: perl
14859            ! os2/diff.configure
14860 ____________________________________________________________________________
14861 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
14862         Log: Metaconfig unit change for 10624.
14863      Branch: metaconfig
14864            ! U/modified/libc.U
14865      Branch: perl
14866            ! config_h.SH
14867 ____________________________________________________________________________
14868 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
14869         Log: Move the initialization of libnames to the beginning so
14870              that can one 'seed' it (as OS/2 does.)
14871      Branch: perl
14872            ! Configure
14873 ____________________________________________________________________________
14874 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
14875         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
14876              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14877              Date: Fri, 15 Jun 2001 19:10:57 -0400
14878              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
14879      Branch: perl
14880            ! os2/OS2/REXX/DLL/DLL.pm
14881 ____________________________________________________________________________
14882 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
14883         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
14884              From: "Craig A. Berry" <craigberry@mac.com>
14885              Date: Fri, 15 Jun 2001 17:00:03 -0500
14886              Message-Id: <a05101007b750342599be@[172.16.52.1]>
14887      Branch: perl
14888            ! vms/descrip_mms.template
14889 ____________________________________________________________________________
14890 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
14891         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
14892              From: "Craig A. Berry" <craigberry@mac.com>
14893              Date: Fri, 15 Jun 2001 18:39:42 -0500
14894              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
14895      Branch: perl
14896            ! lib/File/Spec/VMS.pm t/lib/extutils.t
14897 ____________________________________________________________________________
14898 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
14899         Log: Integrate perlio.
14900      Branch: perl
14901           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
14902           !> t/io/utf8.t t/lib/io_scalar.t
14903 ____________________________________________________________________________
14904 [ 10619] By: nick                                  on 2001/06/15  21:05:19
14905         Log: Generated files
14906      Branch: perlio
14907            ! embed.h proto.h
14908 ____________________________________________________________________________
14909 [ 10618] By: nick                                  on 2001/06/15  20:27:42
14910         Log: Fix open.pm to work via XS-implemented method calls rather
14911              than *open::layers variables which caused all the HV/AV hassle.
14912      Branch: perlio
14913            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
14914            ! t/lib/io_scalar.t
14915 ____________________________________________________________________________
14916 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
14917         Log: Integrate perlio.
14918      Branch: perl
14919           !> lib/ExtUtils/Constant.pm
14920 ____________________________________________________________________________
14921 [ 10616] By: nick                                  on 2001/06/15  18:46:47
14922         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
14923      Branch: perlio
14924            ! lib/ExtUtils/Constant.pm
14925 ____________________________________________________________________________
14926 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
14927         Log: Integrate perlio.
14928      Branch: perl
14929           !> ext/Socket/Socket.xs
14930 ____________________________________________________________________________
14931 [ 10614] By: nick                                  on 2001/06/15  18:33:37
14932         Log: MULTIPLICITY fix for Socket.xs
14933      Branch: perlio
14934            ! ext/Socket/Socket.xs
14935 ____________________________________________________________________________
14936 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
14937         Log: Subject: Re: perl@10611
14938              From: Doug MacEachern <dougm@covalent.net>
14939              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
14940              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
14941      Branch: perl
14942            ! ext/Socket/Socket.xs
14943 ____________________________________________________________________________
14944 [ 10612] By: nick                                  on 2001/06/15  16:14:38
14945         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
14946      Branch: perlio
14947           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14948           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
14949           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
14950           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
14951           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
14952           !> utils/h2ph.PL
14953 ____________________________________________________________________________
14954 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
14955         Log: Update Changes.
14956      Branch: perl
14957            ! Changes patchlevel.h
14958 ____________________________________________________________________________
14959 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
14960         Log: Upping the test count.
14961      Branch: perl
14962            ! t/lib/filefind.t
14963 ____________________________________________________________________________
14964 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
14965         Log: Integrate perlio.
14966      Branch: perl
14967           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14968 ____________________________________________________________________________
14969 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
14970         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
14971              From: andreas.koenig@anima.de (Andreas J. Koenig)
14972              Date: 15 Jun 2001 13:30:39 +0200
14973              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
14974              
14975              Record the grim history.
14976      Branch: perl
14977            ! lib/File/Find.pm
14978 ____________________________________________________________________________
14979 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
14980         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
14981              From: Brian McCauley <nobull@mail.com>
14982              Date: 15 Jun 2001 07:51:26 +0100
14983              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
14984      Branch: perl
14985            ! lib/File/Find.pm t/lib/filefind.t
14986 ____________________________________________________________________________
14987 [ 10606] By: nick                                  on 2001/06/15  14:00:08
14988         Log: regen_config_h for Win32.
14989      Branch: perlio
14990            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14991 ____________________________________________________________________________
14992 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
14993         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
14994              From: Peter Prymmer <pvhp@forte.com>
14995              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
14996              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
14997      Branch: perl
14998            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
14999 ____________________________________________________________________________
15000 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
15001         Log: Some filesystems require writability for rename/unlink.
15002      Branch: perl
15003            ! opcode.pl
15004 ____________________________________________________________________________
15005 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
15006         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
15007              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
15008              Date: Fri, 15 Jun 2001 12:08:53 +0200
15009              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
15010      Branch: perl
15011            ! perlio.c
15012 ____________________________________________________________________________
15013 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
15014         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
15015              From: Mike Guy <mjtg@cam.ac.uk>
15016              Date: Fri, 15 Jun 2001 14:11:49 +0100
15017              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
15018      Branch: perl
15019            ! opcode.pl
15020 ____________________________________________________________________________
15021 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
15022         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
15023              From: Nicholas Clark <nick@ccl4.org>
15024              Date: Thu, 14 Jun 2001 23:52:56 +0100
15025              Message-ID: <20010614235256.G98663@plum.flirble.org>
15026      Branch: perl
15027            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
15028            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15029 ____________________________________________________________________________
15030 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
15031         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
15032              From: Russ Allbery <rra@stanford.edu>
15033              Date: 14 Jun 2001 13:24:43 -0700
15034              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
15035      Branch: perl
15036            ! ext/GDBM_File/GDBM_File.pm
15037 ____________________________________________________________________________
15038 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
15039         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
15040              From: Nicholas Clark <nick@ccl4.org>
15041              Date: Thu, 14 Jun 2001 20:37:47 +0100
15042              Message-ID: <20010614203747.F98663@plum.flirble.org>
15043      Branch: perl
15044            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
15045            ! t/lib/gdbm.t
15046 ____________________________________________________________________________
15047 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
15048         Log: Integrate perlio.
15049      Branch: perl
15050           !> makedef.pl sv.c
15051 ____________________________________________________________________________
15052 [ 10597] By: nick                                  on 2001/06/15  11:08:13
15053         Log: Check that HVs with HvNAME() != NULL are really stashes before
15054              treating them as such. Also be more defensive on the GvCV.
15055              Win32 fork and dprof now working again. 
15056      Branch: perlio
15057            ! sv.c
15058 ____________________________________________________________________________
15059 [ 10596] By: nick                                  on 2001/06/15  10:11:20
15060         Log: Integrate mainline.
15061      Branch: perlio
15062           +> Cross/README
15063           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
15064           !> Porting/config_H config_h.SH configure.com epoc/config.sh
15065           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
15066           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15067           !> vos/config.ga.h win32/config.bc win32/config.gc
15068           !> win32/config.vc win32/config_H.bc win32/config_H.gc
15069           !> win32/config_H.vc
15070 ____________________________________________________________________________
15071 [ 10595] By: nick                                  on 2001/06/15  09:37:17
15072         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
15073              - Win32 (VC++) now builds but fails:
15074              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
15075              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
15076              write.t    - open(...,"|-") not implemented on Win32 
15077      Branch: perlio
15078            ! makedef.pl
15079 ____________________________________________________________________________
15080 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
15081         Log: Integrate perlio.
15082      Branch: perl
15083           !> perlio.c win32/makefile.mk
15084 ____________________________________________________________________________
15085 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
15086         Log: Metaconfig unit changes for #10592.
15087      Branch: metaconfig
15088            + U/modified/i_varhdr.U U/modified/startsh.U
15089            - U/a_dvisory/crosscompile.U U/target/Target.U
15090            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
15091            ! U/compline/bitpbyte.U U/compline/byteorder.U
15092            ! U/compline/ccflags.U U/compline/charsize.U
15093            ! U/compline/d_casti32.U U/compline/d_castneg.U
15094            ! U/compline/d_closedir.U U/compline/d_fd_set.U
15095            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
15096            ! U/compline/d_keepsig.U U/compline/d_open3.U
15097            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
15098            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
15099            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
15100            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
15101            ! U/compline/doublesize.U U/compline/floatsize.U
15102            ! U/compline/nblock_io.U U/compline/orderlib.U
15103            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
15104            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
15105            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
15106            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
15107            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
15108            ! U/modified/spitshell.U U/threads/archname.U
15109            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
15110            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
15111            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
15112            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
15113            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
15114      Branch: metaconfig/U/perl
15115            + Cross.U
15116            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
15117            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
15118            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
15119            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
15120            ! stdio_streams.U uselfs.U
15121 ____________________________________________________________________________
15122 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
15123         Log: The first steps towards cross-compilation.
15124              
15125              Abstract execution of compiled test executables with $run,
15126              and abstract transfer of files with $to and $from.
15127              
15128              Under cross-compilation the $run, $to, and $from will point
15129              to appropriate wrapper scripts, by default ssh and scp,
15130              but also rsh, rcp, and cp are supported.  If not
15131              cross-compiling, they will be set to '', ':', and ':',
15132              respectively.
15133              
15134              With these patches I was able to get Configure for
15135              iPAQ ARM Linux on an Intel Linux about 95% right
15136              (only a few tests failed to execute or they produced
15137              incorrect results), and I was able to compile
15138              a functional miniperl.
15139              
15140              The symbol crosscompile renamed to be usecrosscompile,
15141              the corresponding C symbol from CROSSCOMPILE to
15142              USE_CROSS_COMPILE.
15143      Branch: perl
15144            ! Configure Cross/README Makefile.SH Porting/Glossary
15145            ! Porting/config.sh Porting/config_H config_h.SH configure.com
15146            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
15147            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
15148            ! vos/config.ga.def vos/config.ga.h win32/config.bc
15149            ! win32/config.gc win32/config.vc win32/config_H.bc
15150            ! win32/config_H.gc win32/config_H.vc
15151 ____________________________________________________________________________
15152 [ 10591] By: nick                                  on 2001/06/14  20:00:12
15153         Log: Steps along the road toward Win32 building again.
15154      Branch: perlio
15155            ! perlio.c win32/makefile.mk
15156 ____________________________________________________________________________
15157 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
15158         Log: Integrate perlio.
15159      Branch: perl
15160           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15161 ____________________________________________________________________________
15162 [ 10589] By: nick                                  on 2001/06/14  13:54:07
15163         Log: Routine regen_config_h for Win32
15164      Branch: perlio
15165            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15166 ____________________________________________________________________________
15167 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
15168         Log: Integrate perlio.
15169      Branch: perl
15170           +> perlyline.pl
15171           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
15172 ____________________________________________________________________________
15173 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
15174         Log: A placeholder.
15175      Branch: perl
15176            + Cross/README
15177 ____________________________________________________________________________
15178 [ 10586] By: nick                                  on 2001/06/14  08:25:07
15179         Log: Add new step to run_byacc which:
15180              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
15181              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
15182      Branch: perlio
15183            + perlyline.pl
15184            ! MANIFEST Makefile.SH perly.c
15185 ____________________________________________________________________________
15186 [ 10585] By: nick                                  on 2001/06/14  08:22:29
15187         Log: Integrate mainline
15188      Branch: perlio
15189           +> locale.c numeric.c
15190           !> Changes cygwin/Makefile.SHs embed.h embed.pl
15191           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
15192           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
15193           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
15194           !> x2p/Makefile.SH
15195 ____________________________________________________________________________
15196 [ 10584] By: nick                                  on 2001/06/14  08:05:53
15197         Log: Hack to remove insecure directories from PATH so test will run.
15198      Branch: perlio
15199            ! t/lib/filefind.t
15200 ____________________________________________________________________________
15201 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
15202         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
15203      Branch: perl
15204            - t/lib/mbimbf.t
15205            ! MANIFEST
15206 ____________________________________________________________________________
15207 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
15208         Log: Detypo.
15209      Branch: perl
15210            ! x2p/Makefile.SH
15211 ____________________________________________________________________________
15212 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
15213         Log: de-$CONFIG continues.
15214      Branch: perl
15215            ! cygwin/Makefile.SHs x2p/Makefile.SH
15216 ____________________________________________________________________________
15217 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
15218         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
15219              From: Nicholas Clark <nick@ccl4.org>
15220              Date: Wed, 13 Jun 2001 21:20:13 +0100
15221              Message-ID: <20010613212013.D98663@plum.flirble.org>
15222      Branch: perl
15223            ! opcode.pl
15224 ____________________________________________________________________________
15225 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
15226         Log: Subject: splitting util.c
15227              From: Hugo <hv@crypt.compulink.co.uk>
15228              Date: Thu, 14 Jun 2001 00:41:08 +0100
15229              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
15230      Branch: perl
15231            + locale.c numeric.c
15232            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
15233            ! pod/perlapi.pod proto.h util.c
15234 ____________________________________________________________________________
15235 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
15236         Log: Upgrade to Math::BigInt 1.34 from Tels.
15237      Branch: perl
15238            + t/lib/mbimbf.t
15239            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15240            ! t/lib/bigfltpm.t t/lib/bigintpm.t
15241 ____________________________________________________________________________
15242 [ 10577] By: nick                                  on 2001/06/13  19:02:48
15243         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
15244      Branch: perlio
15245           !> (integrate 125 files)
15246 ____________________________________________________________________________
15247 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
15248         Log: Update Changes.
15249      Branch: perl
15250            ! Changes patchlevel.h
15251 ____________________________________________________________________________
15252 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
15253         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
15254              From: "Craig A. Berry" <craigberry@mac.com>
15255              Date: Wed, 13 Jun 2001 13:24:28 -0500
15256              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
15257      Branch: perl
15258            ! ext/re/Makefile.PL
15259 ____________________________________________________________________________
15260 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
15261         Log: Mc.u.c. for #10573.
15262      Branch: metaconfig
15263            ! U/threads/usethreads.U
15264 ____________________________________________________________________________
15265 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
15266         Log: It would be also be good if I could type.
15267      Branch: perl
15268            ! Configure
15269 ____________________________________________________________________________
15270 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
15271         Log: Metaconfig unit change for #10571.
15272      Branch: metaconfig
15273            ! U/threads/usethreads.U
15274 ____________________________________________________________________________
15275 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
15276         Log: A non-empty default is a good thing.
15277      Branch: perl
15278            ! Configure
15279 ____________________________________________________________________________
15280 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
15281         Log: Metaconfig unit change for #10569.
15282      Branch: metaconfig
15283            ! U/threads/usethreads.U
15284 ____________________________________________________________________________
15285 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
15286         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
15287              extremely experimental, not even prompted for.
15288      Branch: perl
15289            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15290            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
15291            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
15292            ! win32/config.bc win32/config.gc win32/config.vc
15293 ____________________________________________________________________________
15294 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
15295         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
15296      Branch: perl
15297            ! pod/perlfaq6.pod
15298 ____________________________________________________________________________
15299 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
15300         Log: Integrate perlio; conflicts, accept Nick's versions.
15301      Branch: perl
15302           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
15303           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
15304 ____________________________________________________________________________
15305 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
15306         Log: Subject: Re: ext/ + -Wall
15307              From: Doug MacEachern <dougm@covalent.net>
15308              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
15309              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
15310      Branch: perl
15311            ! XSUB.h lib/ExtUtils/xsubpp perl.h
15312 ____________________________________________________________________________
15313 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
15314         Log: Similar logic as DB_File.xs, using the modern macros and
15315              defines them to older ones for older Perls where PERL_VERSION
15316              is not defined, from Doug MacEachern.
15317      Branch: perl
15318            ! ext/Storable/Storable.xs
15319 ____________________________________________________________________________
15320 [ 10564] By: nick                                  on 2001/06/13  15:22:01
15321         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
15322              and using that instead (name lookups are sequential search for now).
15323      Branch: perlio
15324            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
15325            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
15326 ____________________________________________________________________________
15327 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
15328         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
15329              From: "Richard Soderberg" <rs@crystalflame.net>
15330              Date: Sat, 26 May 2001 06:44:20 -0700
15331              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
15332      Branch: perl
15333            ! sv.c t/op/glob.t
15334 ____________________________________________________________________________
15335 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
15336         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
15337              From: "Craig A. Berry" <craigberry@mac.com>
15338              Date: Tue, 12 Jun 2001 23:55:26 -0500
15339              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
15340      Branch: perl
15341            ! ext/re/Makefile.PL ext/re/re.xs
15342 ____________________________________________________________________________
15343 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
15344         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
15345              suggested by NI-S.
15346      Branch: perl
15347            ! XSUB.h malloc.c perl.h
15348 ____________________________________________________________________________
15349 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
15350         Log: Regen toc.
15351      Branch: perl
15352            ! pod/perltoc.pod
15353 ____________________________________________________________________________
15354 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
15355         Log: Subject: [patch] perl.gprof control
15356              From: Doug MacEachern <dougm@covalent.net>
15357              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
15358              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
15359      Branch: perl
15360            ! miniperlmain.c perl.h
15361 ____________________________________________________________________________
15362 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
15363         Log: Subject: Re: ext/ + -Wall
15364              From: Doug MacEachern <dougm@covalent.net>
15365              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
15366              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
15367              
15368              Document ax and break up dXSARGS.
15369      Branch: perl
15370            ! XSUB.h pod/perlapi.pod
15371 ____________________________________________________________________________
15372 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
15373         Log: More AIX tweakage from Merijn.
15374      Branch: perl
15375            ! hints/aix.sh
15376 ____________________________________________________________________________
15377 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
15378         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
15379              From: "Craig A. Berry" <craigberry@mac.com>
15380              Date: Tue, 12 Jun 2001 22:57:45 -0500
15381              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
15382      Branch: perl
15383            ! vms/descrip_mms.template
15384 ____________________________________________________________________________
15385 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
15386         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
15387              From: "Craig A. Berry" <craigberry@mac.com>
15388              Date: Tue, 12 Jun 2001 22:21:39 -0500
15389              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
15390      Branch: perl
15391            ! configure.com util.c
15392 ____________________________________________________________________________
15393 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
15394         Log: New AIX dynaloading code from Jens-Uwe Mager.
15395              Does break binary compatibility.
15396      Branch: perl
15397            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
15398 ____________________________________________________________________________
15399 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
15400         Log: VMS DEC C compiler found nits by Peter Prymmer.
15401      Branch: perl
15402            ! util.c
15403 ____________________________________________________________________________
15404 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
15405         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
15406              From: Peter Prymmer <pvhp@forte.com>
15407              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
15408              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
15409      Branch: perl
15410            ! t/lib/filecomp.t
15411 ____________________________________________________________________________
15412 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
15413         Log: I wonder how many $CONFIGs still lurk in the shadows.
15414      Branch: perl
15415            ! pod/Makefile.SH x2p/cflags.SH
15416 ____________________________________________________________________________
15417 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
15418         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
15419      Branch: perl
15420            ! pod/checkpods.PL
15421 ____________________________________________________________________________
15422 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
15423         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
15424      Branch: perl
15425            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
15426 ____________________________________________________________________________
15427 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
15428         Log: Subject: [patch] rid local_patches warnings
15429              From: Doug MacEachern <dougm@covalent.net>
15430              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
15431              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
15432      Branch: perl
15433            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
15434 ____________________________________________________________________________
15435 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
15436         Log: Subject: Re: ext/ + -Wall
15437              From: Doug MacEachern <dougm@covalent.net>
15438              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
15439              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
15440      Branch: perl
15441            ! ext/attrs/attrs.xs
15442 ____________________________________________________________________________
15443 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
15444         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
15445              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15446              Date: Tue, 12 Jun 2001 14:36:20 -0400
15447              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
15448      Branch: perl
15449            ! pod/perlretut.pod
15450 ____________________________________________________________________________
15451 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
15452         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
15453              From: Mike Guy <mjtg@cam.ac.uk>
15454              Date: Tue, 12 Jun 2001 19:10:31 +0100
15455              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
15456              
15457              Subject: Re: [ID 20010612.001] out of memory during regex compilation
15458              From: Mike Guy <mjtg@cam.ac.uk>
15459              Date: Tue, 12 Jun 2001 19:21:01 +0100
15460              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
15461      Branch: perl
15462            ! pod/perlop.pod
15463 ____________________________________________________________________________
15464 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
15465         Log: AIX tweaks from Merijn H. Brand.
15466      Branch: perl
15467            ! hints/aix.sh
15468 ____________________________________________________________________________
15469 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
15470         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
15471              From: "Brendan O'Dea" <bod@compusol.com.au>
15472              Date: Wed, 13 Jun 2001 05:16:47 +1000
15473              Message-ID: <20010613051647.A8945@compusol.com.au>
15474      Branch: maint-5.6/perl
15475            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
15476 ____________________________________________________________________________
15477 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
15478         Log: Subject: Small bcopy cleanup
15479              From: Andy Dougherty <doughera@lafayette.edu>
15480              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
15481              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
15482      Branch: perl
15483            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
15484 ____________________________________________________________________________
15485 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
15486         Log: Subject: [PATCH] Re: ext/ + -Wall
15487              From: Nicholas Clark <nick@ccl4.org>
15488              Date: Wed, 13 Jun 2001 00:04:30 +0100
15489              Message-ID: <20010613000430.M5901@plum.flirble.org>
15490      Branch: perl
15491            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
15492 ____________________________________________________________________________
15493 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
15494         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
15495              From: Nicholas Clark <nick@ccl4.org>
15496              Date: Tue, 12 Jun 2001 23:53:07 +0100
15497              Message-ID: <20010612235307.L5901@plum.flirble.org>
15498      Branch: perl
15499            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15500 ____________________________________________________________________________
15501 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
15502         Log: MPE/iX tweaks from Mark Bixby.
15503      Branch: perl
15504            ! hints/mpeix.sh mpeix/mpeixish.h util.c
15505 ____________________________________________________________________________
15506 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
15507         Log: Update Changes.
15508      Branch: perl
15509            ! Changes patchlevel.h
15510 ____________________________________________________________________________
15511 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
15512         Log: One less -Wall whine (found under DEBUGGING).
15513      Branch: perl
15514            ! x2p/Makefile.SH x2p/a2p.c
15515 ____________________________________________________________________________
15516 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
15517         Log: s/case-independent/case-insensitive/g
15518      Branch: perl
15519            ! pod/perldebug.pod
15520 ____________________________________________________________________________
15521 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
15522         Log: As suggested in    
15523              
15524              Subject: Re: ext/ + -Wall
15525              From: Gurusamy Sarathy <gsar@ActiveState.com>
15526              Date: Mon, 11 Jun 2001 23:34:31 -0700
15527              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
15528      Branch: perl
15529            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
15530            ! perl.h
15531 ____________________________________________________________________________
15532 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
15533         Log: Subject: ext/ + -Wall
15534              From: Doug MacEachern <dougm@covalent.net>
15535              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
15536              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
15537      Branch: perl
15538            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
15539            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
15540            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
15541            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
15542            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
15543            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
15544            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
15545            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
15546            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
15547            ! lib/ExtUtils/xsubpp
15548 ____________________________________________________________________________
15549 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
15550         Log: Subject: [PATCH] anonymous stashes
15551              From: Abhijit Menon-Sen <ams@wiw.org>
15552              Date: Tue, 12 Jun 2001 12:47:04 +0530
15553              Message-ID: <20010612124704.A29029@lustre.linux.in>
15554      Branch: perl
15555            ! dump.c gv.c sv.c xsutils.c
15556 ____________________________________________________________________________
15557 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
15558         Log: One more test for $^S.
15559      Branch: perl
15560            ! t/op/magic.t
15561 ____________________________________________________________________________
15562 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
15563         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
15564              From: Abhijit Menon-Sen <ams@wiw.org>
15565              Date: Tue, 12 Jun 2001 17:35:55 +0530
15566              Message-ID: <20010612173555.A32426@lustre.linux.in>
15567      Branch: perl
15568            ! mg.c t/op/magic.t
15569 ____________________________________________________________________________
15570 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
15571         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
15572              From: Mike Guy <mjtg@cam.ac.uk>
15573              Date: Tue, 12 Jun 2001 13:14:15 +0100
15574              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
15575      Branch: perl
15576            ! pod/perlop.pod
15577 ____________________________________________________________________________
15578 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
15579         Log: AUTHORS updates.
15580      Branch: perl
15581            ! AUTHORS
15582 ____________________________________________________________________________
15583 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
15584         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
15585              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
15586              Content-Transfer-Encoding: 7bit
15587              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
15588      Branch: perl
15589            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
15590 ____________________________________________________________________________
15591 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
15592         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
15593              From: "Philip Newton" <Philip.Newton@gmx.net>
15594              Date: Mon, 11 Jun 2001 07:08:03 +0200
15595              Message-Id: <200106120802.LAA08992@taas.iki.fi>
15596      Branch: perl
15597            ! t/base/term.t
15598 ____________________________________________________________________________
15599 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
15600         Log: Cleanup the a2p.c for -Wall.
15601      Branch: perl
15602            ! x2p/Makefile.SH x2p/a2p.c
15603 ____________________________________________________________________________
15604 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
15605         Log: File::Find update for MacOS from Chris Nandor.
15606      Branch: perl
15607            ! lib/File/Find.pm t/lib/filefind.t
15608 ____________________________________________________________________________
15609 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
15610         Log: gcc -Wall nits picked out by a non-UNIX system
15611              (courtesy of Mark Bixby)
15612      Branch: perl
15613            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
15614            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
15615            ! pp_sys.c util.c
15616 ____________________________________________________________________________
15617 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
15618         Log: Metaconfig unit change for #10522.  (The d_modfl changes
15619              placate metalint.)
15620      Branch: metaconfig/U/perl
15621            ! d_modfl.U d_u32align.U
15622 ____________________________________________________________________________
15623 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
15624         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
15625              be "./try 2>&1 >/dev/null".
15626      Branch: perl
15627            ! Configure
15628 ____________________________________________________________________________
15629 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
15630         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
15631              From: "Craig A. Berry" <craigberry@mac.com>
15632              Date: Mon, 11 Jun 2001 14:00:32 -0500
15633              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
15634      Branch: perl
15635            ! configure.com
15636 ____________________________________________________________________________
15637 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
15638         Log: Move the full \p\P lists to perlunicode.
15639      Branch: perl
15640            ! pod/perlretut.pod pod/perlunicode.pod
15641 ____________________________________________________________________________
15642 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
15643         Log: VOS build tweak for 5.6.1 from Paul Green.
15644      Branch: maint-5.6/perl
15645            ! vos/build.cm
15646 ____________________________________________________________________________
15647 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
15648         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
15649              From: "Craig A. Berry" <craigberry@mac.com>
15650              Date: Fri, 8 Jun 2001 18:08:18 -0500
15651              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
15652      Branch: perl
15653            ! vms/vms.c
15654 ____________________________________________________________________________
15655 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
15656         Log: Update Changes.
15657      Branch: perl
15658            ! Changes patchlevel.h
15659 ____________________________________________________________________________
15660 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
15661         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
15662      Branch: perl
15663            ! vos/config.alpha.h vos/config.ga.h
15664 ____________________________________________________________________________
15665 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
15666         Log: VOS updates from Paul Green for @10476.
15667      Branch: perl
15668            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
15669            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15670            ! vos/config.ga.h vos/configure_perl.cm
15671 ____________________________________________________________________________
15672 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
15673         Log: Subject: [PATCH] Not many people know this ...
15674              From: Mike Guy <mjtg@cam.ac.uk>
15675              Date: Mon, 11 Jun 2001 14:55:15 +0100
15676              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
15677      Branch: perl
15678            ! pod/perldebug.pod
15679 ____________________________________________________________________________
15680 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
15681         Log: Add final commas to lists as suggested by Philip Newton.
15682      Branch: perl
15683            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15684 ____________________________________________________________________________
15685 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
15686         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
15687              Date: Sun, 10 Jun 2001 23:35:38 -0400
15688              From: Chris Nandor <pudge@pobox.com>
15689              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
15690      Branch: perl
15691            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
15692            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
15693            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
15694            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
15695            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
15696            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
15697            ! t/op/write.t t/pragma/strict.t
15698 ____________________________________________________________________________
15699 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
15700         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
15701              From: Chris Nandor <pudge@pobox.com>
15702              Date: Mon, 11 Jun 2001 08:24:28 -0400
15703              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
15704      Branch: perl
15705            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
15706            ! t/lib/io_dir.t
15707 ____________________________________________________________________________
15708 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
15709         Log: One more run_byacc (a hand-tweaked version had slipped in).
15710      Branch: perl
15711            ! perly.c vms/perly_c.vms
15712 ____________________________________________________________________________
15713 [ 10509] By: nick                                  on 2001/06/11  07:49:15
15714         Log: Integrate mainline
15715      Branch: perlio
15716           !> Makefile.SH embed.h embed.pl global.sym
15717           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
15718           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
15719           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
15720           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
15721 ____________________________________________________________________________
15722 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
15723         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
15724              From: Mike Guy <mjtg@cam.ac.uk>
15725              Reply-To: mjtg@cam.ac.uk
15726              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
15727      Branch: perl
15728            ! lib/ExtUtils/Manifest.pm
15729 ____________________________________________________________________________
15730 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
15731         Log: Subject: [PATCH] ExtUtils::Constant
15732              From: Nicholas Clark <nick@ccl4.org>
15733              Date: Sun, 10 Jun 2001 23:25:41 +0100
15734              Message-ID: <20010610232540.C76396@plum.flirble.org>
15735      Branch: perl
15736            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
15737 ____________________________________________________________________________
15738 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
15739         Log: Integrate perlio.
15740      Branch: perl
15741           !> iperlsys.h
15742 ____________________________________________________________________________
15743 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
15744         Log: Move the grok_number and its lieutenant grok_numeric_radix
15745              from sv.c statics to util.c and public.
15746      Branch: perl
15747            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
15748            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
15749 ____________________________________________________________________________
15750 [ 10504] By: nick                                  on 2001/06/10  17:47:06
15751         Log: Fix (valid) -Wall warnings in perlio.c
15752      Branch: perlio
15753            ! iperlsys.h
15754 ____________________________________________________________________________
15755 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
15756         Log: Update perly_c.diff, update perly.fixer to edit away
15757              some of the -Wall noise.
15758      Branch: perl
15759            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
15760 ____________________________________________________________________________
15761 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
15762         Log: Check the version of byacc.
15763      Branch: perl
15764            ! Makefile.SH
15765 ____________________________________________________________________________
15766 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
15767         Log: Subject: [PATCH] perly.y overhaul
15768              From: Simon Cozens <simon@netthink.co.uk>
15769              Date: Sun, 10 Jun 2001 16:56:54 +0100
15770              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
15771              
15772              Plus make run_byacc.
15773      Branch: perl
15774            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
15775 ____________________________________________________________________________
15776 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
15777         Log: Integrate perlio.
15778      Branch: perl
15779           !> perlio.c perlsfio.h
15780 ____________________________________________________________________________
15781 [ 10499] By: nick                                  on 2001/06/10  15:01:08
15782         Log: Integrate mainline
15783      Branch: perlio
15784           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
15785           !> t/pragma/locale.t util.c
15786 ____________________________________________________________________________
15787 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
15788         Log: Put some meat on the perl572delta bones.  The list of
15789              selected bug fixes needs more work, as does still the
15790              whole document.
15791      Branch: perl
15792            ! pod/perl572delta.pod
15793 ____________________________________________________________________________
15794 [ 10497] By: nick                                  on 2001/06/10  12:27:51
15795         Log: Paper over a crack or two with USE_SFIO
15796      Branch: perlio
15797            ! perlio.c perlsfio.h
15798 ____________________________________________________________________________
15799 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
15800         Log: Update Changes.
15801      Branch: perl
15802            ! Changes patchlevel.h
15803 ____________________________________________________________________________
15804 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
15805         Log: Subject: Re: pragma/locale.t #107
15806              From: Hugo <hv@crypt.compulink.co.uk>
15807              Date: Sun, 10 Jun 2001 11:23:30 +0100
15808              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
15809              
15810              Encapsulate the scan of the decimal radix separator.
15811      Branch: perl
15812            ! embed.h embed.pl proto.h sv.c
15813 ____________________________________________________________________________
15814 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
15815         Log: Try to grok numbers both with the locale specific separator
15816              and with the usual "." (if different from the lss); add a test
15817              to locale.t to do also a little bit of math in addition to just
15818              equalness testing; remove extraneous logic as suggested in
15819              
15820              Subject: Re: pragma/locale.t #107
15821              From: Nicholas Clark <nick@ccl4.org>
15822              Date: Sat, 9 Jun 2001 22:37:36 +0100
15823              Message-ID: <20010609223735.Y76396@plum.flirble.org>
15824      Branch: perl
15825            ! sv.c t/pragma/locale.t
15826 ____________________________________________________________________________
15827 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
15828         Log: Metaconfig unit change for #10492.
15829      Branch: metaconfig/U/perl
15830            ! Extensions.U
15831 ____________________________________________________________________________
15832 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
15833         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
15834              From: Artur Bergman <artur@contiller.se> 
15835              Date: Sat, 09 Jun 2001 21:03:51 +0200
15836              Message-ID: <B7483FB6.1398%artur@contiller.se>
15837      Branch: perl
15838            ! Configure
15839 ____________________________________________________________________________
15840 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
15841         Log: Integrate perlio.
15842      Branch: perl
15843           !> perlsfio.h
15844 ____________________________________________________________________________
15845 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
15846         Log: Do locale specific separator if only in locale.
15847      Branch: perl
15848            ! util.c
15849 ____________________________________________________________________________
15850 [ 10489] By: nick                                  on 2001/06/09  19:13:25
15851         Log: Make XS/Typemap compile (but fail) with sfio
15852      Branch: perlio
15853            ! perlsfio.h
15854 ____________________________________________________________________________
15855 [ 10488] By: nick                                  on 2001/06/09  19:12:51
15856         Log: Re-integrate mainline
15857      Branch: perlio
15858           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
15859           !> proto.h sv.c util.c
15860 ____________________________________________________________________________
15861 [ 10487] By: nick                                  on 2001/06/09  16:26:29
15862         Log: Integrate mainline
15863      Branch: perlio
15864           !> (integrate 31 files)
15865 ____________________________________________________________________________
15866 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
15867         Log: Subject: [PATCH] New attempt to clone callack
15868              From: Artur Bergman <artur@contiller.se> 
15869              Date: Thu, 07 Jun 2001 11:52:16 +0200
15870              Message-ID: <B7451B6F.12B7%artur@contiller.se>
15871      Branch: perl
15872            ! embedvar.h intrpvar.h perlapi.h sv.c
15873 ____________________________________________________________________________
15874 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
15875         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
15876      Branch: perl
15877            ! embed.h embed.pl perl.h proto.h sv.c util.c
15878 ____________________________________________________________________________
15879 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
15880         Log: Subject: Re: pragma/locale.t #107
15881              From: Nicholas Clark <nick@ccl4.org>
15882              Date: Sat, 9 Jun 2001 16:26:10 +0100
15883              Message-ID: <20010609162609.V76396@plum.flirble.org>
15884              
15885              A missing NVification.
15886      Branch: perl
15887            ! sv.c
15888 ____________________________________________________________________________
15889 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
15890         Log: Redo the #10482, there already was a test script for formats.
15891      Branch: perl
15892            - t/io/format.t
15893            ! MANIFEST t/op/write.t
15894 ____________________________________________________________________________
15895 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
15896         Log: Twisted format testing, from Merijn.
15897      Branch: perl
15898            + t/io/format.t
15899            ! MANIFEST
15900 ____________________________________________________________________________
15901 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
15902         Log: More \p{In...} testing, combined with \N{...}.
15903      Branch: perl
15904            ! lib/utf8_heavy.pl t/op/pat.t
15905 ____________________________________________________________________________
15906 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
15907         Log: Metaconfig changes for #10479.
15908      Branch: metaconfig
15909            ! U/Glossary.patch
15910      Branch: metaconfig/U/perl
15911            ! d_modfl.U
15912 ____________________________________________________________________________
15913 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
15914         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
15915      Branch: perl
15916            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15917            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
15918            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
15919            ! win32/config.bc win32/config.gc win32/config.vc
15920 ____________________________________________________________________________
15921 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
15922         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
15923              From: "Craig A. Berry" <craigberry@mac.com>
15924              Date: Thu, 7 Jun 2001 14:27:20 -0500
15925              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
15926      Branch: perl
15927            ! vms/perlvms.pod
15928 ____________________________________________________________________________
15929 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
15930         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
15931              From: Gisle Aas <gisle@ActiveState.com>
15932              Date: 07 Jun 2001 17:04:29 -0700
15933              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
15934      Branch: perl
15935            ! ext/re/re.xs
15936 ____________________________________________________________________________
15937 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
15938         Log: Update Changes.
15939      Branch: perl
15940            ! Changes patchlevel.h
15941 ____________________________________________________________________________
15942 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
15943         Log: Regen Glossary et alia.
15944      Branch: perl
15945            ! Porting/Glossary Porting/config.sh Porting/config_H
15946 ____________________________________________________________________________
15947 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
15948         Log: Metaconfig unit changes for #10473.
15949      Branch: metaconfig/U/perl
15950            ! d_modfl.U
15951 ____________________________________________________________________________
15952 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
15953         Log: Harumph, also AIX will spill its guts (i.e. dump core)
15954              if an executable contains modfl() but it hasn't been
15955              compiled right (in the case of AIX, with cc -qlongdouble).
15956      Branch: perl
15957            ! Configure
15958 ____________________________________________________________________________
15959 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
15960         Log: integrate change#10471 from mainline
15961              
15962              in change#10451, check that CvOUTSIDE is a CV before looking in
15963              (it can apparently be SVt_NULL during global destruction)
15964      Branch: maint-5.6/perl
15965           !> op.c
15966 ____________________________________________________________________________
15967 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
15968         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
15969              (it can apparently be SVt_NULL during global destruction)
15970      Branch: perl
15971            ! op.c
15972 ____________________________________________________________________________
15973 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
15974         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
15975              From: Robin Barker <rmb1@cise.npl.co.uk>
15976              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
15977              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
15978      Branch: perl
15979            ! lib/diagnostics.pm pod/perldiag.pod
15980 ____________________________________________________________________________
15981 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
15982         Log: Subject: [PATCH perl@10439] long =item
15983              From: Robin Barker <rmb1@cise.npl.co.uk>
15984              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
15985              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
15986      Branch: perl
15987            ! README.amiga lib/Attribute/Handlers.pm
15988            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
15989 ____________________________________________________________________________
15990 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
15991         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
15992              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
15993              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
15994              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
15995      Branch: perl
15996            ! pod/perlguts.pod
15997 ____________________________________________________________________________
15998 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
15999         Log: Integrate perlio.
16000      Branch: perl
16001           !> sv.c
16002 ____________________________________________________________________________
16003 [ 10466] By: nick                                  on 2001/06/07  10:25:40
16004         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
16005              whitespace tweaks.
16006              Still coredumps in pragma/overload.t - what a nice hard fail that is...
16007      Branch: perlio
16008            ! sv.c
16009 ____________________________________________________________________________
16010 [ 10465] By: nick                                  on 2001/06/07  08:41:58
16011         Log: Raw integrate of mainline for S_grok_number debug
16012              (sv.c has MULTIPLICITY issues as well as whatever else ...)
16013      Branch: perlio
16014            - plan9/perlplan9.doc plan9/perlplan9.pod
16015           !> (integrate 46 files)
16016 ____________________________________________________________________________
16017 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
16018         Log: The proper prototyping for #10463.
16019      Branch: perl
16020            ! embed.h embed.pl proto.h sv.c
16021 ____________________________________________________________________________
16022 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
16023         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
16024              From: Nicholas Clark <nick@ccl4.org>
16025              Date: Thu, 7 Jun 2001 00:29:59 +0100
16026              Message-ID: <20010607002959.Z76396@plum.flirble.org>
16027      Branch: perl
16028            ! sv.c
16029 ____________________________________________________________________________
16030 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
16031         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
16032              From: "Craig A. Berry" <craigberry@mac.com>
16033              Date: Wed, 06 Jun 2001 17:54:30 -0500
16034              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
16035      Branch: perl
16036            ! vms/perlvms.pod
16037 ____________________________________________________________________________
16038 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
16039         Log: Podify the remaining README.platform files;
16040              merge README.plan9 and plan9/perlplan9.pod;
16041              delete plan9/perlplan9.* (the perlplan.doc needs to
16042              be regenerated in Plan 9); make the =head1 and =head2
16043              in the README.platform to be a little more verbose
16044              (skipped README.os2 not to anger Ilya) so that they
16045              look better in the toc; regen toc.
16046      Branch: perl
16047            - plan9/perlplan9.doc plan9/perlplan9.pod
16048            ! MANIFEST README.aix README.amiga README.apollo README.beos
16049            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
16050            ! README.hpux README.hurd README.machten README.macos
16051            ! README.micro README.mint README.mpeix README.os390
16052            ! README.plan9 README.qnx README.solaris README.threads
16053            ! README.tru64 README.vmesa README.vms README.vos README.win32
16054            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
16055            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
16056 ____________________________________________________________________________
16057 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
16058         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
16059              From: Mike Guy <mjtg@cam.ac.uk>
16060              Reply-To: mjtg@cam.ac.uk
16061              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
16062      Branch: perl
16063            ! pod/perlguts.pod
16064 ____________________________________________________________________________
16065 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
16066         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
16067              From: Mike Guy <mjtg@cam.ac.uk>
16068              Reply-To: mjtg@cam.ac.uk
16069              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
16070      Branch: perl
16071            ! pod/perlsec.pod
16072 ____________________________________________________________________________
16073 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
16074         Log: Disable long doubles from pre-5.0 Tru64s.
16075      Branch: perl
16076            ! README.tru64 hints/dec_osf.sh
16077 ____________________________________________________________________________
16078 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
16079         Log: The #10455 exposed that modfl() is fundamentally busted
16080              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
16081              testing it.
16082      Branch: perl
16083            ! hints/dec_osf.sh
16084 ____________________________________________________________________________
16085 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
16086         Log: Metaconfig unit change for #10455.
16087      Branch: metaconfig/U/perl
16088            ! d_modfl.U
16089 ____________________________________________________________________________
16090 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
16091         Log: Configure check for geborken modfl(), inspired by
16092              
16093              Subject: Re: [20010118.017] op/int.t failure 
16094              From: Hugo <hv@crypt.compulink.co.uk>
16095              Date: Tue, 05 Jun 2001 13:43:27 +0100
16096              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
16097      Branch: perl
16098            ! Configure
16099 ____________________________________________________________________________
16100 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
16101         Log: Integrate changes #10450 and #10451 from maintperl:
16102              
16103              optimize change#10448 slightly (don't repeat search in eval""s lexical
16104              scope, since that has already been searched)
16105              
16106              change#9108 needs subtler treatment for case of closures created
16107              within eval""
16108      Branch: perl
16109           !> op.c t/op/misc.t
16110 ____________________________________________________________________________
16111 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
16112         Log: MakeMaker magic to compile (when no dynamic loading)
16113              List/Util.xsc as (ListUtil.c and) ListUtil.o since
16114              POSIX-BC (BS2000) linker has an evil limitation of
16115              being unable to include in the same executable several
16116              object files with the same name - case-insensitively -
16117              because otherwise we conflict with util.c.
16118              Strictly speaking currently required only in POSIX-BC
16119              but probably will do no harm elsewhere where static
16120              linking is required.
16121      Branch: perl
16122            ! ext/List/Util/Makefile.PL
16123 ____________________________________________________________________________
16124 [ 10452] By: nick                                  on 2001/06/06  08:59:51
16125         Log: Integrate mainline.
16126      Branch: perlio
16127           +> lib/Attribute/Handlers/demo/Demo.pm
16128           +> lib/Attribute/Handlers/demo/Descriptions.pm
16129           +> lib/Attribute/Handlers/demo/MyClass.pm
16130           +> lib/Attribute/Handlers/demo/demo.pl
16131           +> lib/Attribute/Handlers/demo/demo2.pl
16132           +> lib/Attribute/Handlers/demo/demo3.pl
16133           +> lib/Attribute/Handlers/demo/demo4.pl
16134           +> lib/Attribute/Handlers/demo/demo_call.pl
16135           +> lib/Attribute/Handlers/demo/demo_chain.pl
16136           +> lib/Attribute/Handlers/demo/demo_cycle.pl
16137           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
16138           +> lib/Attribute/Handlers/demo/demo_phases.pl
16139           +> lib/Attribute/Handlers/demo/demo_range.pl
16140           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
16141           +> uts/strtol_wrap.c
16142           !> (integrate 91 files)
16143 ____________________________________________________________________________
16144 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
16145         Log: change#9108 needs subtler treatment for case of closures created
16146              within eval""
16147      Branch: maint-5.6/perl
16148            ! op.c t/op/misc.t
16149 ____________________________________________________________________________
16150 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
16151         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
16152              scope, since that has already been searched)
16153      Branch: maint-5.6/perl
16154            ! op.c
16155 ____________________________________________________________________________
16156 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
16157         Log: Integrate change #10448 from maintperl; lexicals
16158              outside an eval"" weren't resolved correctly inside a subroutine
16159              definition inside the eval"" if they were not already referenced
16160              in the toplevel of the eval""-ed code
16161      Branch: perl
16162           !> cop.h op.c pp_ctl.c t/op/misc.t
16163 ____________________________________________________________________________
16164 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
16165         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
16166              outside an eval"" weren't resolved correctly inside a subroutine
16167              definition inside the eval"" if they were not already referenced
16168              in the toplevel of the eval""-ed code
16169      Branch: maint-5.6/perl
16170            ! cop.h op.c pp_ctl.c t/op/misc.t
16171 ____________________________________________________________________________
16172 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
16173         Log: Subject: [PATCH] perl570delta.pod
16174              From: Peter Scott <Peter@PSDT.com> 
16175              Date: Tue, 05 Jun 2001 18:51:02 -0700
16176              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
16177      Branch: perl
16178            ! pod/perl570delta.pod
16179 ____________________________________________________________________________
16180 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
16181         Log: The fudge factor is no more needed.  I hope.
16182      Branch: perl
16183            ! t/lib/posix.t
16184 ____________________________________________________________________________
16185 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
16186         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
16187              From: Hugo <hv@crypt.compulink.co.uk>
16188              Date: Tue, 05 Jun 2001 12:58:19 +0100
16189              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
16190      Branch: perl
16191            ! util.c
16192 ____________________________________________________________________________
16193 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
16194         Log: Make up prototypes only for those who have the functions
16195              but not the prototypes.
16196      Branch: perl
16197            ! perl.h
16198 ____________________________________________________________________________
16199 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
16200         Log: Subject: Re: Not OK: perl@10439 on win32 
16201              From: Prymmer/Kahn <pvhp@best.com> 
16202              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
16203              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
16204      Branch: perl
16205            ! perl.h util.c
16206 ____________________________________________________________________________
16207 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
16208         Log: The metaconfig units changes for #10441.
16209      Branch: metaconfig
16210            ! U/modified/Extract.U U/modified/Extractall.U
16211            ! U/modified/Finish.U
16212 ____________________________________________________________________________
16213 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
16214         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
16215      Branch: perl
16216            ! Configure
16217 ____________________________________________________________________________
16218 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
16219         Log: Unnecessary fuzziness undone, noted by Mike Guy.
16220      Branch: perl
16221            ! t/op/tr.t
16222 ____________________________________________________________________________
16223 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
16224         Log: Update Changes.
16225      Branch: perl
16226            ! Changes patchlevel.h
16227 ____________________________________________________________________________
16228 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
16229         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
16230              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
16231              leakage patch.
16232      Branch: perl
16233            ! t/op/misc.t
16234 ____________________________________________________________________________
16235 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
16236         Log: Test case for #10433/#10424.
16237      Branch: perl
16238            ! t/op/misc.t
16239 ____________________________________________________________________________
16240 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
16241         Log: Subject: One fix for strtoul not setting errno
16242              From: hom00@utsglobal.com (Hal Morris)
16243              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
16244              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
16245      Branch: perl
16246            + uts/strtol_wrap.c
16247            ! MANIFEST hints/uts.sh
16248 ____________________________________________________________________________
16249 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
16250         Log: Metaconfig units changes for #10434.
16251      Branch: metaconfig
16252            ! U/modified/Cppsym.U
16253      Branch: metaconfig/U/perl
16254            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
16255            + d_syscallproto.U d_usleepproto.U
16256            ! longdblfio.U quadfio.U
16257 ____________________________________________________________________________
16258 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
16259         Log: Configure tweaks; add prototype probes, make the cpp symbols
16260              probe to cast, not whine; test for %Ld and %Lf before %lld and
16261              %llf because the L is the ANSI way.
16262      Branch: perl
16263            ! Configure config_h.SH configure.com epoc/config.sh
16264            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
16265            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
16266            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
16267 ____________________________________________________________________________
16268 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
16269         Log: Sigh.  This is what #10424 was supposed to check in.
16270      Branch: perl
16271            ! op.c sv.c sv.h
16272 ____________________________________________________________________________
16273 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
16274         Log: More verbose failure.
16275      Branch: perl
16276            ! t/op/ver.t
16277 ____________________________________________________________________________
16278 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
16279         Log: The .pm changes to go with #10428.
16280      Branch: perl
16281            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
16282            ! ext/Sys/Syslog/Syslog.pm
16283 ____________________________________________________________________________
16284 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
16285         Log: On second thoughts show to utf8 skippage message only
16286              on failures, it's too confusing otherwise,
16287      Branch: perl
16288            ! t/pragma/locale.t
16289 ____________________________________________________________________________
16290 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
16291         Log: Do not import anything from Encode.
16292      Branch: perl
16293            ! ext/MIME/Base64/QuotedPrint.pm
16294 ____________________________________________________________________________
16295 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
16296         Log: The #10402 didn't take.  Weird.
16297      Branch: perl
16298            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
16299            ! ext/Sys/Syslog/Syslog.xs
16300 ____________________________________________________________________________
16301 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
16302         Log: Eradicate traces of 'asciirange' re subpragma.
16303      Branch: perl
16304            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
16305            ! pod/perldiag.pod
16306 ____________________________________________________________________________
16307 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
16308         Log: use is a compile-time thing.
16309      Branch: perl
16310            ! ext/MIME/Base64/QuotedPrint.pm
16311 ____________________________________________________________________________
16312 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
16313         Log: Subject: [PATCH perl@10419] -Wall casting patch
16314              From: Robin Barker <rmb1@cise.npl.co.uk>
16315              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
16316              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
16317      Branch: perl
16318            ! ext/Devel/DProf/DProf.xs mg.c
16319 ____________________________________________________________________________
16320 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
16321         Log: Subject: [PATCH #2] introducing SVpad_TYPED
16322              From: Abhijit Menon-Sen <ams@wiw.org>
16323              Date: Mon, 4 Jun 2001 12:26:02 +0530
16324              Message-ID: <20010604122602.A5775@lustre.linux.in>
16325      Branch: perl
16326            ! op.c sv.c sv.h
16327 ____________________________________________________________________________
16328 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
16329         Log: testsuite for change#10192 (from Gisle Aas)
16330      Branch: perl
16331            + t/op/override.t
16332            ! MANIFEST
16333 ____________________________________________________________________________
16334 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
16335         Log: integrate changes#10414-10416 from mainline
16336              
16337              Potential buffer overrun if the radix separator is more than
16338              one byte.  Also, under locales, prefer the locale-specific
16339              separator over the old boring ".".
16340              
16341              "10.", that is, decimal numbers can have no decimal part at all.
16342              
16343              The non-locale places need love, too.
16344      Branch: maint-5.6/perl
16345           !> perl.h sv.c
16346 ____________________________________________________________________________
16347 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
16348         Log: Missed from #10420.
16349      Branch: perl
16350            ! epoc/config.sh
16351 ____________________________________________________________________________
16352 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
16353         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
16354              often this prototype goes with HAS_SETRESUID_PROTO.
16355      Branch: perl
16356            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16357            ! config_h.SH configure.com perl.h uconfig.h
16358 ____________________________________________________________________________
16359 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
16360         Log: Update Changes.
16361      Branch: perl
16362            ! Changes patchlevel.h
16363 ____________________________________________________________________________
16364 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
16365         Log: -Wall "subscript has type `char'" cleanup.
16366      Branch: perl
16367            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
16368 ____________________________________________________________________________
16369 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
16370         Log: Various "cast to pointer from integer of different size"
16371              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
16372              wide but I32 (int) only 32 bits wide).
16373              
16374              WARNING: the classnum and tagnum changes in Storable.xs
16375              may not be wise, they may be breaking binary compatibility
16376              (in 64-bit platforms), asked Raphael Manfredi about the changes.
16377      Branch: perl
16378            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
16379            ! mg.c proto.h
16380 ____________________________________________________________________________
16381 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
16382         Log: The non-locale places need love, too.
16383      Branch: perl
16384            ! perl.h
16385 ____________________________________________________________________________
16386 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
16387         Log: "10.", that is, decimal numbers can have no decimal part at all.
16388      Branch: perl
16389            ! perl.h
16390 ____________________________________________________________________________
16391 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
16392         Log: Potential buffer overrun if the radix separator is more than
16393              one byte.  Also, under locales, prefer the locale-specific
16394              separator over the old boring ".".
16395      Branch: perl
16396            ! perl.h sv.c
16397 ____________________________________________________________________________
16398 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
16399         Log: Integrate change #10412 from maintperl; locale is now
16400              per-cop, not per-op; plus retweak the locale.t to always
16401              list the skipped utf8 locales.
16402      Branch: perl
16403            ! t/pragma/locale.t
16404           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
16405           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
16406 ____________________________________________________________________________
16407 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
16408         Log: rationalize locale handling to fix the bugs uncovered by change#10394
16409              
16410              the major issue was that the runtime was looking at PL_hints rather
16411              than op_private to notice whether locale was enabled
16412              
16413              the secondary issue was that many locale-sensitive numeric ops didn't
16414              have HINT_LOCALE propagated into their op_private
16415              
16416              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
16417              instead of per-op, just like HINT_BYTE and the hints for lexical
16418              warnings (this makes the hint available to every op via PL_curcop)
16419              
16420              pragma/locale.t may need to be reworked with these fixes in mind
16421              (it currently passes its tests)
16422      Branch: maint-5.6/perl
16423            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
16424            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
16425 ____________________________________________________________________________
16426 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
16427         Log: More verbose debugging.
16428      Branch: perl
16429            ! t/pragma/locale.t
16430 ____________________________________________________________________________
16431 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
16432         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
16433              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
16434              Date: Sat, 2 Jun 2001 22:53:33 +0100
16435              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
16436      Branch: perl
16437            ! regcomp.c t/pragma/warn/regcomp
16438 ____________________________________________________________________________
16439 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
16440         Log: Mention that lexicalizing $a or $b is a bad idea if one
16441              wants to use sort().
16442      Branch: perl
16443            ! pod/perlvar.pod
16444 ____________________________________________________________________________
16445 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
16446         Log: Tweak the test to be happy if the accuracy is 'good enough'.
16447      Branch: perl
16448            ! t/lib/posix.t
16449 ____________________________________________________________________________
16450 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
16451         Log: Upgrade to Attribute::Handlers 0.70.
16452              
16453              NOTE: this unearthed the "too late for CHECK block" bug,
16454              that's why the 1_compile.t change.
16455      Branch: perl
16456            + lib/Attribute/Handlers/demo/Demo.pm
16457            + lib/Attribute/Handlers/demo/Descriptions.pm
16458            + lib/Attribute/Handlers/demo/MyClass.pm
16459            + lib/Attribute/Handlers/demo/demo.pl
16460            + lib/Attribute/Handlers/demo/demo2.pl
16461            + lib/Attribute/Handlers/demo/demo3.pl
16462            + lib/Attribute/Handlers/demo/demo4.pl
16463            + lib/Attribute/Handlers/demo/demo_call.pl
16464            + lib/Attribute/Handlers/demo/demo_chain.pl
16465            + lib/Attribute/Handlers/demo/demo_cycle.pl
16466            + lib/Attribute/Handlers/demo/demo_hashdir.pl
16467            + lib/Attribute/Handlers/demo/demo_phases.pl
16468            + lib/Attribute/Handlers/demo/demo_range.pl
16469            + lib/Attribute/Handlers/demo/demo_rawdata.pl
16470            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
16471            ! t/lib/attrhand.t
16472 ____________________________________________________________________________
16473 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
16474         Log: One less -Wall whine.
16475      Branch: perl
16476            ! regcomp.c
16477 ____________________________________________________________________________
16478 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
16479         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
16480      Branch: perl
16481           !> t/op/eval.t
16482 ____________________________________________________________________________
16483 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
16484         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
16485              aren't "normally" visible inside eval""s contained in subs unless
16486              a cloned reference to them already exists)
16487              
16488              strangely enough, t/harness didn't show this up as a failure
16489              (harness needs fixing?)
16490      Branch: maint-5.6/perl
16491            ! t/op/eval.t
16492 ____________________________________________________________________________
16493 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
16494         Log: Update to Text::Balanced 1.85.
16495      Branch: perl
16496            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
16497 ____________________________________________________________________________
16498 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
16499         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
16500              From: Nicholas Clark <nick@ccl4.org>
16501              Date: Sun, 3 Jun 2001 17:54:36 +0100
16502              Message-ID: <20010603175436.E76396@plum.flirble.org> 
16503      Branch: perl
16504            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
16505            ! ext/Sys/Syslog/Syslog.xs
16506 ____________________________________________________________________________
16507 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
16508         Log: Unused variables.
16509      Branch: perl
16510            ! util.c
16511 ____________________________________________________________________________
16512 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
16513         Log: Subject: [PATCH] APIfy op_clear 
16514              From: Simon Cozens <simon@netthink.co.uk>
16515              Date: Sun, 3 Jun 2001 13:51:46 +0100
16516              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
16517              
16518              (despite the subject line, op_null is APIfied by the patch)
16519      Branch: perl
16520            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
16521 ____________________________________________________________________________
16522 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
16523         Log: Subject: [PATCH] t/lib/extutils.t
16524              From: Nicholas Clark <nick@ccl4.org>
16525              Date: Sat, 2 Jun 2001 23:57:05 +0100
16526              Message-ID: <20010602235705.Q12698@plum.flirble.org>
16527      Branch: perl
16528            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
16529 ____________________________________________________________________________
16530 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
16531         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
16532              From: Prymmer/Kahn <pvhp@best.com>
16533              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
16534              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
16535      Branch: perl
16536            ! win32/Makefile win32/makefile.mk
16537 ____________________________________________________________________________
16538 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
16539         Log: Subject: Re: 'decimal digits' macro? 
16540              From: Hugo <hv@crypt.compulink.co.uk>
16541              Date: Sun, 03 Jun 2001 04:26:36 +0100
16542              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
16543      Branch: perl
16544            ! handy.h t/lib/posix.t t/op/tr.t
16545 ____________________________________________________________________________
16546 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
16547         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
16548              From: Hugo <hv@crypt.compulink.co.uk>
16549              Date: Sun, 03 Jun 2001 14:56:30 +0100
16550              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
16551      Branch: perl
16552            ! util.c
16553 ____________________________________________________________________________
16554 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
16555         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
16556      Branch: perl
16557           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
16558           !> vms/perly_c.vms
16559 ____________________________________________________________________________
16560 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
16561         Log: fix leakage of lexicals at file scope into subroutines that were
16562              declared before them; this appears to be a longstanding bug that
16563              meant that lexicals at file scope were never "deintroduced", meaning
16564              their scope range was never properly closed, and their visibility
16565              extended to all subsequent eval""s or requires
16566              
16567              added a test case
16568              
16569              seems to also fix a case of bogus duplicate warnings
16570      Branch: maint-5.6/perl
16571            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
16572            ! vms/perly_c.vms
16573 ____________________________________________________________________________
16574 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
16575         Log: More VMS tweaks from Craig A. Berry.
16576      Branch: perl
16577            ! configure.com t/lib/extutils.t
16578 ____________________________________________________________________________
16579 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
16580         Log: -Wall cleanup continues.
16581      Branch: perl
16582            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
16583            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
16584            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
16585            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
16586            ! run.c toke.c util.c
16587 ____________________________________________________________________________
16588 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
16589         Log: The metaconfig unit change for #10390.
16590      Branch: metaconfig/U/perl
16591            ! gccvers.U
16592 ____________________________________________________________________________
16593 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
16594         Log: Drop the -ansi from the default gcc flags.
16595              
16596              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
16597              that struct cannot be compared with a flat integer, such as STRLEN.
16598              The -ansi will also cause a lot of noise in Solaris because of:
16599              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
16600      Branch: perl
16601            ! Configure
16602 ____________________________________________________________________________
16603 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
16604         Log: Integrate perlio.
16605      Branch: perl
16606           !> pod/perlapi.pod util.c
16607 ____________________________________________________________________________
16608 [ 10388] By: nick                                  on 2001/06/02  08:01:12
16609         Log: Integrate mainline
16610      Branch: perlio
16611           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
16612           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
16613           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
16614           !> t/lib/1_compile.t t/lib/mimeqp.t
16615 ____________________________________________________________________________
16616 [ 10387] By: nick                                  on 2001/06/02  07:39:17
16617         Log: Tweak util.c's atof2 for MULTIPLICITY
16618      Branch: perlio
16619            ! util.c
16620 ____________________________________________________________________________
16621 [ 10386] By: nick                                  on 2001/06/02  07:38:33
16622         Log: Integrate mainline
16623      Branch: perlio
16624           !> (integrate 41 files)
16625 ____________________________________________________________________________
16626 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
16627         Log: Add Attribute::Handlers 0.61 from Damian Conway.
16628      Branch: perl
16629            + lib/Attribute/Handlers.pm t/lib/attrhand.t
16630            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
16631 ____________________________________________________________________________
16632 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
16633         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
16634              From: Peter Prymmer <pvhp@forte.com>
16635              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
16636              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
16637      Branch: perl
16638            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
16639 ____________________________________________________________________________
16640 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
16641         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
16642              From: Jeff Pinyan <jeffp@crusoe.net>
16643              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
16644              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
16645      Branch: perl
16646            ! lib/File/Find.pm
16647 ____________________________________________________________________________
16648 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
16649         Log: Subject: [PATCH perl@10381] configure.com tweaks
16650              From: "Craig A. Berry" <craigberry@mac.com>
16651              Date: Fri, 1 Jun 2001 13:55:43 -0500
16652              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
16653      Branch: perl
16654            ! configure.com
16655 ____________________________________________________________________________
16656 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
16657         Log: Update Changes.
16658      Branch: perl
16659            ! Changes patchlevel.h
16660 ____________________________________________________________________________
16661 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
16662         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
16663              From: Mike Guy <mjtg@cam.ac.uk>
16664              Date: Fri, 01 Jun 2001 18:17:02 +0100
16665              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
16666      Branch: perl
16667            ! lib/perl5db.pl
16668 ____________________________________________________________________________
16669 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
16670         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
16671              From: Hugo <hv@crypt.compulink.co.uk>
16672              Date: Thu, 31 May 2001 20:49:48 +0100
16673              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
16674      Branch: perl
16675            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
16676            ! util.c
16677 ____________________________________________________________________________
16678 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
16679         Log: Zero() is not available in x2p (or, rather, some of its
16680              implementations like memzero() might not be available.)
16681      Branch: perl
16682            ! x2p/hash.c
16683 ____________________________________________________________________________
16684 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
16685         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
16686              From: Michael G Schwern <schwern@pobox.com>
16687              Date: Fri, 1 Jun 2001 12:00:29 +0100
16688              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
16689              
16690              (But use Zero() instead of memset.)
16691      Branch: perl
16692            ! x2p/hash.c
16693 ____________________________________________________________________________
16694 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
16695         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
16696              From: Jeff Pinyan <jeffp@crusoe.net>
16697              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
16698              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
16699      Branch: perl
16700            ! pod/perldiag.pod regcomp.c t/op/pat.t
16701 ____________________________________________________________________________
16702 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
16703         Log: Retract #10324 and #10333; not needed.
16704      Branch: perl
16705            ! hints/irix_6.sh hints/linux.sh
16706 ____________________________________________________________________________
16707 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
16708         Log: The #10370 wasn't quite right.
16709      Branch: perl
16710            ! ext/XS/Typemap/Typemap.xs
16711 ____________________________________________________________________________
16712 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
16713         Log: The metaconfig units changes for #10372.
16714      Branch: metaconfig/U/perl
16715            + d_realpath.U d_sresgproto.U d_sresuproto.U
16716            ! gccvers.U i_db.U
16717 ____________________________________________________________________________
16718 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
16719         Log: Configure tweaks; record the Berkeley DB version,
16720              probe for realpath(), for setresuid() and setresgid()
16721              prototypes; use realpath() (try to be paranoid enough),
16722              use the setres[ug]id prototypes because glibc has the functions
16723              but not their prototypes; add -Wall -ansi to gcc ccflags;
16724              regen toc.
16725      Branch: perl
16726            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16727            ! config_h.SH configure.com epoc/config.sh
16728            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
16729            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
16730            ! vos/config.ga.def win32/config.bc win32/config.gc
16731            ! win32/config.vc
16732 ____________________________________________________________________________
16733 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
16734         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
16735              From: Michael G Schwern <schwern@pobox.com>
16736              Date: Fri, 1 Jun 2001 11:28:14 +0100
16737              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
16738      Branch: perl
16739            ! lib/attributes.pm xsutils.c
16740 ____________________________________________________________________________
16741 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
16742         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
16743              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16744              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
16745              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
16746      Branch: perl
16747            ! ext/XS/Typemap/Typemap.xs
16748 ____________________________________________________________________________
16749 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
16750         Log: Subject: [patch] Cwd.xs optimizations/abstraction
16751              From: Doug MacEachern <dougm@covalent.net>
16752              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
16753              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
16754      Branch: perl
16755            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
16756            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
16757 ____________________________________________________________________________
16758 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
16759         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!])
16760              From: Nicholas Clark <nick@ccl4.org>
16761              Date: Thu, 31 May 2001 23:56:40 +0100
16762              Message-ID: <20010531235640.F12698@plum.flirble.org>
16763              
16764              Make the test work also under only static extensions
16765              (sh Configure -Uusedl fakes this nicely)
16766      Branch: perl
16767            ! t/lib/extutils.t
16768 ____________________________________________________________________________
16769 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
16770         Log: Subject: [PATCH hv.c] Eliminating trigraph
16771              From: Michael G Schwern <schwern@pobox.com>
16772              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
16773              Date: Fri, 1 Jun 2001 11:49:56 +0100
16774      Branch: perl
16775            ! hv.c
16776 ____________________________________________________________________________
16777 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
16778         Log: Subject: Re: [PATCH] Tests for File::Compare 
16779              From: "Philip Newton" <Philip.Newton@gmx.net>
16780              Date: Thu, 31 May 2001 19:44:05 +0200
16781              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
16782              
16783              Unnecessary "quotation marks".
16784      Branch: perl
16785            ! t/lib/filecomp.t
16786 ____________________________________________________________________________
16787 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
16788         Log: Integrate perlio.
16789      Branch: perl
16790           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
16791 ____________________________________________________________________________
16792 [ 10364] By: nick                                  on 2001/06/01  10:13:31
16793         Log: Cleanup dll.base and dll.exp created by GCC builds.
16794      Branch: perlio
16795            ! lib/ExtUtils/MM_Win32.pm
16796 ____________________________________________________________________________
16797 [ 10363] By: nick                                  on 2001/06/01  10:02:17
16798         Log: Make filecomp test work on CRLF platforms by adding binmode.
16799      Branch: perlio
16800            ! t/lib/filecomp.t
16801 ____________________________________________________________________________
16802 [ 10362] By: nick                                  on 2001/06/01  08:37:17
16803         Log: Integrate mainline
16804      Branch: perlio
16805           !> Changes Configure patchlevel.h perlio.c
16806 ____________________________________________________________________________
16807 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
16808         Log: panic:claustrophobia.
16809      Branch: perl
16810            ! perlio.c
16811 ____________________________________________________________________________
16812 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
16813         Log: Update Changes.
16814      Branch: perl
16815            ! Changes patchlevel.h
16816 ____________________________________________________________________________
16817 [ 10359] By: nick                                  on 2001/05/31  12:35:50
16818         Log: Integrate mainline.
16819      Branch: perlio
16820           +> t/lib/filecomp.t
16821           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
16822           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
16823 ____________________________________________________________________________
16824 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
16825         Log: Integrate perlio.
16826      Branch: perl
16827           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
16828           !> win32/config_H.vc
16829 ____________________________________________________________________________
16830 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
16831         Log: Metaconfig unit change for #10356.
16832      Branch: metaconfig
16833            ! U/installdirs/inc_version_list.U
16834 ____________________________________________________________________________
16835 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
16836         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
16837              (idea from Sarathy; implementation from Andy)
16838      Branch: perl
16839            ! Configure
16840 ____________________________________________________________________________
16841 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
16842         Log: More AUTHORS.
16843      Branch: perl
16844            ! AUTHORS
16845 ____________________________________________________________________________
16846 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
16847         Log: Subject: Re: [PATCH] Tests for File::Compare
16848              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
16849              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
16850              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
16851      Branch: perl
16852            + t/lib/filecomp.t
16853            ! MANIFEST t/lib/1_compile.t
16854 ____________________________________________________________________________
16855 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
16856         Log: Subject: [PATCH] DEBUG_* macro cleanups
16857              From: Abhijit Menon-Sen <ams@wiw.org>
16858              Date: Thu, 31 May 2001 12:16:22 +0530
16859              Message-ID: <20010531121622.B4829@lustre.linux.in>
16860              
16861              Subject: Re: [PATCH] DEBUG_* macro cleanups
16862              From: Abhijit Menon-Sen <ams@wiw.org>
16863              Date: Thu, 31 May 2001 13:57:01 +0530
16864              Message-ID: <20010531135701.A21775@lustre.linux.in>
16865              
16866              (The DEBUG_ definitions in perl.h changed to use the
16867              STMT_START and STMT_END.)
16868      Branch: perl
16869            ! perl.h pp_ctl.c sv.c toke.c
16870 ____________________________________________________________________________
16871 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
16872         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
16873              From: Abhijit Menon-Sen <ams@wiw.org>
16874              Date: Thu, 31 May 2001 08:27:55 +0530
16875              Message-ID: <20010531082755.A10018@lustre.linux.in>
16876      Branch: perl
16877            ! ext/Storable/Storable.xs gv.c perl.c
16878 ____________________________________________________________________________
16879 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
16880         Log: Subject: [PATCH] AUTHORS
16881              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16882              Date: Thu, 31 May 2001 01:27:59 -0500
16883              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
16884              
16885              Subject: Re: [PATCH] AUTHORS
16886              From: "Philip Newton" <Philip.Newton@gmx.net>
16887              Date: Thu, 31 May 2001 10:08:06 +0200
16888              (Message-Id missing?)
16889      Branch: perl
16890            ! AUTHORS
16891 ____________________________________________________________________________
16892 [ 10350] By: nick                                  on 2001/05/31  11:40:43
16893         Log: win32 - dmake regen_config_h
16894      Branch: perlio
16895            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16896 ____________________________________________________________________________
16897 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
16898         Log: Subject: Re: [PATCH util.c] More warning cleanups.
16899              From: "Philip Newton" <Philip.Newton@gmx.net>
16900              Date: Thu, 31 May 2001 07:41:36 +0200
16901              Message-Id: <200105310538.IAA25458@taku.hut.fi>
16902              
16903              Undo C++-ism that snekt in.
16904      Branch: perl
16905            ! util.c
16906 ____________________________________________________________________________
16907 [ 10348] By: nick                                  on 2001/05/31  11:36:46
16908         Log: Tolerate Win32 numerics
16909      Branch: perlio
16910            ! t/pragma/warn/toke
16911 ____________________________________________________________________________
16912 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
16913         Log: Integrate perlio.
16914      Branch: perl
16915           !> perlio.c win32/win32.h
16916 ____________________________________________________________________________
16917 [ 10346] By: nick                                  on 2001/05/31  10:54:55
16918         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
16919              perlio.c change 10255.
16920      Branch: perlio
16921            ! perlio.c
16922 ____________________________________________________________________________
16923 [ 10345] By: nick                                  on 2001/05/31  10:01:57
16924         Log: Conditionaly put back some "unused" dTHX which are used
16925              with PERL_IMPLICIT_SYS
16926      Branch: perlio
16927            ! perlio.c
16928 ____________________________________________________________________________
16929 [ 10344] By: nick                                  on 2001/05/31  10:00:59
16930         Log: Fix Win32 for new spelling IN_BYTES 
16931      Branch: perlio
16932            ! win32/win32.h
16933 ____________________________________________________________________________
16934 [ 10343] By: nick                                  on 2001/05/31  08:01:32
16935         Log: perlio.c -Wall cleaner under MULTIPLICITY
16936              - still minor noise with linux stdio
16937      Branch: perlio
16938            ! perlio.c
16939 ____________________________________________________________________________
16940 [ 10342] By: nick                                  on 2001/05/31  07:52:23
16941         Log: Integrate mainline.
16942      Branch: perlio
16943           !> (integrate 42 files)
16944 ____________________________________________________________________________
16945 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
16946         Log: AUTHORS updates.
16947      Branch: perl
16948            ! AUTHORS
16949 ____________________________________________________________________________
16950 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
16951         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
16952              From: Peter Prymmer <pvhp@forte.com>
16953              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
16954              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
16955      Branch: perl
16956            ! t/lib/md5-file.t
16957 ____________________________________________________________________________
16958 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
16959         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
16960              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
16961              to match the pragma name; various robustness cleanups.
16962      Branch: perl
16963            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
16964            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
16965 ____________________________________________________________________________
16966 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
16967         Log: More -Wall sweeping.
16968      Branch: perl
16969            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
16970            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
16971            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
16972            ! regcomp.c sv.c toke.c utf8.c
16973 ____________________________________________________________________________
16974 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
16975         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
16976              From: Nicholas Clark <nick@ccl4.org>
16977              Date: Wed, 30 May 2001 22:34:41 +0100
16978              Message-ID: <20010530223441.Y86445@plum.flirble.org>
16979      Branch: perl
16980            ! t/op/cmp.t
16981 ____________________________________________________________________________
16982 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
16983         Log: It's is not, it isn't ain't, and it's it's, not its,
16984              if you mean it is. If you don't, it's its. Then too,
16985              it's hers. It isn't her's. It isn't our's either.
16986              It's ours, and likewise yours and theirs.
16987              -- Oxford University Press, Edpress News
16988      Branch: perl
16989            ! lib/autouse.pm
16990 ____________________________________________________________________________
16991 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
16992         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
16993      Branch: perl
16994            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
16995            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
16996            ! x2p/str.c x2p/walk.c xsutils.c
16997 ____________________________________________________________________________
16998 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
16999         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
17000              From: Michael G Schwern <schwern@pobox.com>
17001              Date: Wed, 30 May 2001 17:10:38 +0100
17002              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
17003              
17004              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
17005              From: Abhijit Menon-Sen <ams@wiw.org>
17006              Date: Wed, 30 May 2001 23:16:13 +0530
17007              Message-ID: <20010530231613.A31933@lustre.linux.in>
17008      Branch: perl
17009            ! perl.c t/run/runenv.t
17010 ____________________________________________________________________________
17011 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
17012         Log: (Retracted by #10375.)
17013              
17014              IRIX hints patch from Merijn Broeren.
17015              
17016              TODO: (this and the earlier Linux hints patch) should be solved
17017              at Configure level.  Merijn: -ldb should not be used on any platform
17018              for perl, just when linking DBFile itself. Trying to be helpful here
17019              is counterproductive.
17020      Branch: perl
17021            ! hints/irix_6.sh
17022 ____________________________________________________________________________
17023 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
17024         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
17025              From: Nicholas Clark <nick@ccl4.org>
17026              Date: Wed, 30 May 2001 23:20:58 +0100
17027              Message-ID: <20010530232058.B86445@plum.flirble.org>
17028      Branch: perl
17029            ! doop.c
17030 ____________________________________________________________________________
17031 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
17032         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
17033              From: Michael G Schwern <schwern@pobox.com> 
17034              Date: Wed, 30 May 2001 15:24:20 +0100
17035              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
17036      Branch: perl
17037            ! t/pragma/autouse.t
17038 ____________________________________________________________________________
17039 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
17040         Log: The regex trick wasn't a good idea.
17041      Branch: perl
17042            ! pod/perlfaq4.pod
17043 ____________________________________________________________________________
17044 [ 10329] By: nick                                  on 2001/05/30  18:34:35
17045         Log: Integrate mainline
17046      Branch: perlio
17047           !> (integrate 40 files)
17048 ____________________________________________________________________________
17049 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
17050         Log: Update Changes.
17051      Branch: perl
17052            ! Changes patchlevel.h
17053 ____________________________________________________________________________
17054 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
17055         Log: The metaconfig unit change for #10325.
17056      Branch: metaconfig
17057            + U/modified/afs.U
17058 ____________________________________________________________________________
17059 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
17060         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
17061              is now wrong.
17062      Branch: perl
17063            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
17064 ____________________________________________________________________________
17065 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
17066         Log: Introduce $Config{afsroot}.
17067      Branch: perl
17068            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17069            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
17070            ! win32/config.gc win32/config.vc
17071 ____________________________________________________________________________
17072 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
17073         Log: (Retracted by #10375.)
17074              
17075              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
17076      Branch: perl
17077            ! hints/linux.sh
17078 ____________________________________________________________________________
17079 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
17080         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
17081              (Also Configure tweaks needed; coming up soon.)
17082      Branch: perl
17083            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
17084 ____________________________________________________________________________
17085 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
17086         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
17087              From: Michael G Schwern <schwern@pobox.com>
17088              Date: Sun, 27 May 2001 10:29:43 +0100
17089              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
17090      Branch: perl
17091            ! lib/perl5db.pl
17092 ____________________________________________________________________________
17093 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
17094         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
17095              and Abhijit Menon-Sen.
17096      Branch: perl
17097            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
17098            ! perl.c pp_sys.c regcomp.c
17099 ____________________________________________________________________________
17100 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
17101         Log: Fix the BOOT section to call myU2time properly.
17102      Branch: perl
17103            ! ext/Time/HiRes/HiRes.xs
17104 ____________________________________________________________________________
17105 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
17106         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
17107              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
17108              Date: Wed, 30 May 2001 09:44:29 -0400
17109              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
17110              
17111              Detypo; plus add one more trick.
17112      Branch: perl
17113            ! pod/perlfaq4.pod
17114 ____________________________________________________________________________
17115 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
17116         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)
17117              From: Michael G Schwern <schwern@pobox.com>
17118              Date: Wed, 30 May 2001 14:39:06 +0100
17119              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
17120      Branch: perl
17121            ! lib/autouse.pm t/pragma/autouse.t
17122 ____________________________________________________________________________
17123 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
17124         Log: Subject: Re: AIX and gcc (moving targets)
17125              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17126              Date: Wed, 30 May 2001 15:25:08 +0200
17127              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
17128      Branch: perl
17129            ! ext/Time/HiRes/HiRes.xs
17130 ____________________________________________________________________________
17131 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
17132         Log: Subject: [PATCH t/TEST] sorting tests
17133              From: Michael G Schwern <schwern@pobox.com>
17134              Date: Wed, 30 May 2001 10:24:02 +0100
17135              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
17136      Branch: perl
17137            ! t/TEST
17138 ____________________________________________________________________________
17139 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
17140         Log: Subject: [ID 20010529.002] typos in man page perlre
17141              From: bart@cg681574-a.adubn1.nj.home.com 
17142              Date: Tue, 29 May 2001 13:58:59 -0500
17143              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
17144      Branch: perl
17145            ! pod/perlre.pod
17146 ____________________________________________________________________________
17147 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
17148         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
17149              From: "Craig A. Berry" <craigberry@mac.com>
17150              Date: Tue, 29 May 2001 23:23:45 -0500
17151              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
17152      Branch: perl
17153            ! t/lib/extutils.t t/pragma/autouse.t
17154 ____________________________________________________________________________
17155 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
17156         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)
17157              From: David Dyck <dcd@tc.fluke.com>
17158              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
17159              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
17160      Branch: perl
17161            ! t/lib/filefind.t
17162 ____________________________________________________________________________
17163 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
17164         Log: AIX hints update for gcc from Merijn H. Brand.
17165      Branch: perl
17166            ! hints/aix.sh
17167 ____________________________________________________________________________
17168 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
17169         Log: Retract #10295 and #10296: a more generic solution
17170              is needed (there's something funny with gcc on AIX).
17171      Branch: perl
17172            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
17173 ____________________________________________________________________________
17174 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
17175         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
17176              From: Hugo <hv@crypt.compulink.co.uk>
17177              Date: Wed, 30 May 2001 11:59:19 +0100
17178              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
17179              
17180              localizing $@ has unfortunate semantics - if you die past
17181              a local $@, the die message is lost.
17182      Branch: perl
17183            ! lib/utf8_heavy.pl
17184 ____________________________________________________________________________
17185 [ 10309] By: nick                                  on 2001/05/30  08:23:02
17186         Log: Integrate mainline (autouse works again.)
17187      Branch: perlio
17188           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
17189           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
17190           !> pod/perlvar.pod t/op/cmp.t
17191 ____________________________________________________________________________
17192 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
17193         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
17194              From: David Dyck <dcd@tc.fluke.com>
17195              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
17196              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
17197      Branch: perl
17198            ! lib/File/Find.pm
17199 ____________________________________________________________________________
17200 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
17201         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
17202              From: Nicholas Clark <nick@ccl4.org>
17203              Date: Tue, 29 May 2001 23:16:09 +0100
17204              Message-ID: <20010529231609.U86445@plum.flirble.org>
17205              
17206              Make the test output slightly clearer by distinguishing
17207              between '' and undef.
17208      Branch: perl
17209            ! t/op/cmp.t
17210 ____________________________________________________________________________
17211 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
17212         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
17213              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17214              Date: Tue, 29 May 2001 19:15:19 -0400
17215              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
17216      Branch: perl
17217            ! hints/os2.sh
17218 ____________________________________________________________________________
17219 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
17220         Log: Subject: perlvar.pod addition
17221              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
17222              Date: Fri, 25 May 2001 20:23:12 +0200
17223              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
17224              
17225              Subject: Re: perlvar.pod addition
17226              From: "Abigail" <abigail@foad.org> 
17227              Date: Fri, 25 May 2001 22:00:39 +0200
17228              Message-ID: <20010525200039.28029.qmail@foad.org>
17229              
17230              Mention $a and $b in perlvar.
17231      Branch: perl
17232            ! pod/perlvar.pod
17233 ____________________________________________________________________________
17234 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
17235         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
17236              From: Jeff Pinyan <jeffp@crusoe.net>
17237              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
17238              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
17239      Branch: perl
17240            ! pod/perlvar.pod
17241 ____________________________________________________________________________
17242 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
17243         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
17244              From: Jeff Pinyan <jeffp@crusoe.net>
17245              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
17246              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
17247      Branch: perl
17248            ! pod/perlfaq6.pod
17249 ____________________________________________________________________________
17250 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
17251         Log: Mention Time::localtime and Time::gmtime.
17252      Branch: perl
17253            ! ext/Time/Piece/Piece.pm
17254 ____________________________________________________________________________
17255 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
17256         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
17257              From: Michael G Schwern <schwern@pobox.com>
17258              Date: Tue, 29 May 2001 18:51:32 +0100
17259              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
17260      Branch: perl
17261            ! pod/perlfaq4.pod
17262 ____________________________________________________________________________
17263 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
17264         Log: Retract #10243.
17265      Branch: perl
17266            ! lib/autouse.pm
17267 ____________________________________________________________________________
17268 [ 10299] By: nick                                  on 2001/05/29  18:41:19
17269         Log: Post weekend integrate mainline (fails one test pragma/autouse).
17270      Branch: perlio
17271           +> (branch 29 files)
17272           !> (integrate 91 files)
17273 ____________________________________________________________________________
17274 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
17275         Log: Update Changes.
17276      Branch: perl
17277            ! Changes patchlevel.h
17278 ____________________________________________________________________________
17279 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
17280         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
17281              before Perl_load_module/Perl_call_method and restore the value
17282              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
17283      Branch: perl
17284            ! utf8.c
17285 ____________________________________________________________________________
17286 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
17287         Log: Subject: Re: AIX and gcc (moving targets)
17288              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17289              Date: Tue, 29 May 2001 17:59:40 +0200
17290              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
17291      Branch: perl
17292            ! ext/Storable/Makefile.PL
17293 ____________________________________________________________________________
17294 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
17295         Log: Subject: Re: AIX and gcc (moving targets)
17296              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17297              Date: Tue, 29 May 2001 12:32:57 +0200
17298              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
17299      Branch: perl
17300            ! ext/POSIX/Makefile.PL
17301 ____________________________________________________________________________
17302 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
17303         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
17304              From: Michael G Schwern <schwern@pobox.com>
17305              Date: Tue, 29 May 2001 09:53:29 +0100
17306              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
17307              
17308              (#10280 retracted)
17309      Branch: perl
17310            ! lib/Test/Harness.pm t/lib/test-harness.t
17311 ____________________________________________________________________________
17312 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
17313         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
17314              From: Michael G Schwern <schwern@pobox.com>
17315              Date: Tue, 29 May 2001 09:19:52 +0100
17316              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
17317      Branch: perl
17318            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
17319            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
17320            + t/lib/Test/todo.t
17321            ! MANIFEST lib/Test.pm t/TEST
17322 ____________________________________________________________________________
17323 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
17324         Log: From: Michael G Schwern <schwern@pobox.com>
17325              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
17326              Date: Tue, 29 May 2001 08:26:09 +0100
17327              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
17328      Branch: perl
17329            ! t/TEST
17330 ____________________________________________________________________________
17331 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
17332         Log: Add tests for Time::gmtime and Time::localtime.
17333      Branch: perl
17334            + t/lib/time-gmtime.t t/lib/time-localtime.t
17335            ! MANIFEST t/lib/1_compile.t
17336 ____________________________________________________________________________
17337 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
17338         Log: Add test for File::stat.
17339      Branch: perl
17340            + t/lib/filestat.t
17341            ! MANIFEST t/lib/1_compile.t
17342 ____________________________________________________________________________
17343 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
17344         Log: Add test for Net::servent.
17345      Branch: perl
17346            + t/lib/net-sent.t
17347            ! MANIFEST t/lib/1_compile.t
17348 ____________________________________________________________________________
17349 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
17350         Log: Add test for Net::protoent.
17351      Branch: perl
17352            + t/lib/net-pent.t
17353            ! MANIFEST t/lib/1_compile.t
17354 ____________________________________________________________________________
17355 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
17356         Log: Add test for Net::netent.
17357      Branch: perl
17358            + t/lib/net-nent.t
17359            ! MANIFEST t/lib/1_compile.t
17360 ____________________________________________________________________________
17361 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
17362         Log: Add test for User::grent.  Portability doubtful.
17363      Branch: perl
17364            + t/lib/user-grent.t
17365            ! MANIFEST t/lib/1_compile.t
17366 ____________________________________________________________________________
17367 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
17368         Log: Add test for User::pwent.
17369              Probably will fall down somewhere for portability reasons.
17370      Branch: perl
17371            + t/lib/user-pwent.t
17372            ! MANIFEST t/lib/1_compile.t
17373 ____________________________________________________________________________
17374 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
17375         Log: Metaconfig units changes for #10283.
17376      Branch: metaconfig
17377            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
17378            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
17379            ! U/installdirs/sitescript.U U/modified/Signal.U
17380 ____________________________________________________________________________
17381 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
17382         Log: Subject: [PATCH 5.6.1] signal names in Configure
17383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17384              Date: Tue, 29 May 2001 03:52:25 -0400
17385              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
17386              
17387              Subject: [PATCH 5.6.1] older perl in Configure
17388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17389              Date: Tue, 29 May 2001 03:55:40 -0400
17390              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
17391              
17392              Subject: [PATCH 5.6.1] goofs in Configure
17393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17394              Date: Tue, 29 May 2001 04:13:07 -0400
17395              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
17396              
17397              Configure portability tweaks.
17398      Branch: perl
17399            ! Configure
17400 ____________________________________________________________________________
17401 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
17402         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
17403              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17404              Date: Tue, 29 May 2001 04:07:06 -0400
17405              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
17406      Branch: perl
17407            ! os2/os2.c
17408 ____________________________________________________________________________
17409 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
17410         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
17411              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17412              Date: Tue, 29 May 2001 04:01:38 -0400
17413              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
17414      Branch: perl
17415            ! hints/os2.sh os2/Makefile.SHs
17416 ____________________________________________________________________________
17417 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
17418         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
17419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17420              Date: Tue, 29 May 2001 03:50:18 -0400
17421              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
17422      Branch: perl
17423            ! lib/Test/Harness.pm
17424 ____________________________________________________________________________
17425 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
17426         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
17427      Branch: perl
17428            ! lib/utf8_heavy.pl
17429 ____________________________________________________________________________
17430 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
17431         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
17432              From: Hugo <hv@crypt.compulink.co.uk>
17433              Date: Tue, 29 May 2001 03:03:45 +0100
17434              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
17435              
17436              Explanation why the $@ always gets the UTF8 flag when under use utf8--
17437              because we told it to have the flag when under use utf8.
17438      Branch: perl
17439            ! pp_ctl.c
17440 ____________________________________________________________________________
17441 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
17442         Log: At least a partial fix for 20010528.004.
17443      Branch: perl
17444            ! lib/utf8_heavy.pl
17445 ____________________________________________________________________________
17446 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
17447         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
17448              From: Nicholas Clark <nick@ccl4.org> 
17449              Date: Mon, 28 May 2001 23:39:38 +0100
17450              Message-ID: <20010528233938.M86445@plum.flirble.org>
17451              
17452              More portable non-zero UV.
17453      Branch: perl
17454            ! t/lib/extutils.t
17455 ____________________________________________________________________________
17456 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
17457         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
17458              From: Nicholas Clark <nick@ccl4.org>
17459              Date: Mon, 28 May 2001 22:46:09 +0100
17460              Message-ID: <20010528224608.L86445@plum.flirble.org>
17461              
17462              Test also "make clean".
17463      Branch: perl
17464            ! t/lib/extutils.t
17465 ____________________________________________________________________________
17466 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
17467         Log: Subject: Re: Would -Wno-unused -Wall be better?
17468              From: Michael G Schwern <schwern@pobox.com>
17469              Date: Tue, 29 May 2001 00:55:54 +0100
17470              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
17471      Branch: perl
17472            ! pp.h
17473 ____________________________________________________________________________
17474 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
17475         Log: Add a test for 20010528.007, fixed in #10272.
17476      Branch: perl
17477            ! t/op/misc.t toke.c
17478 ____________________________________________________________________________
17479 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
17480         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
17481              From: Hugo <hv@crypt.compulink.co.uk>
17482              Date: Tue, 29 May 2001 00:23:23 +0100
17483              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
17484      Branch: perl
17485            ! toke.c
17486 ____________________________________________________________________________
17487 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
17488         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
17489              From: Michael G Schwern <schwern@pobox.com>
17490              Date: Tue, 29 May 2001 00:42:59 +0100
17491              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
17492      Branch: perl
17493            ! t/pragma/autouse.t
17494 ____________________________________________________________________________
17495 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
17496         Log: Some shells seemingly arrange the signal handlers differently
17497              (bug id 20010521.004).
17498      Branch: perl
17499            ! t/lib/sigaction.t
17500 ____________________________________________________________________________
17501 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
17502         Log: Regen perlmodlib.
17503      Branch: perl
17504            ! pod/perlmodlib.pod
17505 ____________________________________________________________________________
17506 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
17507         Log: Update Changes.
17508      Branch: perl
17509            ! Changes patchlevel.h
17510 ____________________________________________________________________________
17511 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
17512         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
17513              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17514              Date: Mon, 28 May 2001 14:56:35 -0500
17515              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
17516      Branch: perl
17517            ! pod/perlnewmod.pod
17518 ____________________________________________________________________________
17519 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
17520         Log: Regen toc.
17521      Branch: perl
17522            ! pod/perltoc.pod
17523 ____________________________________________________________________________
17524 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
17525         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
17526              From: "Richard Soderberg" <rs@crystalflame.net>
17527              Date: Mon, 28 May 2001 12:31:23 -0700
17528              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
17529      Branch: perl
17530            ! t/op/splice.t
17531 ____________________________________________________________________________
17532 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
17533         Log: The #10260 was too bold: locales and utf8 still do not mix.
17534      Branch: perl
17535            ! t/pragma/locale.t
17536 ____________________________________________________________________________
17537 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
17538         Log: Subject: [PATCH] Pod nitpicks
17539              From: "Richard Soderberg" <rs@crystalflame.net>
17540              Date: Mon, 28 May 2001 10:08:58 -0700
17541              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
17542      Branch: perl
17543            ! pod/perl571delta.pod pod/perlapi.pod sv.h
17544 ____________________________________________________________________________
17545 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
17546         Log: Upgrade to I18N::LangTags 0.22.
17547      Branch: perl
17548            + lib/I18N/LangTags/List.pod
17549            ! MANIFEST lib/I18N/LangTags.pm
17550 ____________________________________________________________________________
17551 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
17552         Log: A slightly more serious bug found by -Mutf8; op/misc and
17553              lib/complex dumped core.
17554      Branch: perl
17555            ! regexec.c
17556 ____________________________________________________________________________
17557 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
17558         Log: Various buglets shaken out by -Mutf8.
17559      Branch: perl
17560            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
17561            ! t/pragma/locale.t
17562 ____________________________________________________________________________
17563 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
17564         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
17565      Branch: perl
17566            ! t/lib/carp.t
17567 ____________________________________________________________________________
17568 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
17569         Log: Subject: [PATCH] todo patch
17570              From: Artur Bergman <artur@contiller.se> 
17571              Date: Mon, 28 May 2001 17:03:51 +0200
17572              Message-ID: <B7383577.F34%artur@contiller.se>
17573      Branch: perl
17574            ! pod/perltodo.pod
17575 ____________________________________________________________________________
17576 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
17577         Log: Subject: typo in perlguts.pod
17578              From: "John P. Linderman" <jpl@research.att.com>
17579              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
17580              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
17581      Branch: perl
17582            ! pod/perlguts.pod
17583 ____________________________________________________________________________
17584 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
17585         Log: Subject: AIX and gcc (moving targets)
17586              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17587              Date: Mon, 28 May 2001 12:54:04 +0200
17588              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
17589      Branch: perl
17590            ! hints/aix.sh
17591 ____________________________________________________________________________
17592 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
17593         Log: Subject: Re: perlio + multiple perl_alloc..destruct
17594              From: Doug MacEachern <dougm@covalent.net>
17595              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
17596              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
17597      Branch: perl
17598            ! perlio.c
17599 ____________________________________________________________________________
17600 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
17601         Log: The #10251 wasn't quite up-to-the-code.
17602      Branch: perl
17603            ! t/op/misc.t
17604 ____________________________________________________________________________
17605 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
17606         Log: Test case for bug 20010526.004, fixed in #10252.
17607      Branch: perl
17608            ! t/op/taint.t
17609 ____________________________________________________________________________
17610 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
17611         Log: Subject: Re: [ID 20010526.004] Taint looses value
17612              From: Hugo <hv@crypt.compulink.co.uk>
17613              Date: Sun, 27 May 2001 20:39:32 +0100
17614              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
17615      Branch: perl
17616            ! sv.c
17617 ____________________________________________________________________________
17618 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
17619         Log: Test case for 20010422.005, fixed by #10250.
17620      Branch: perl
17621            ! t/op/misc.t
17622 ____________________________________________________________________________
17623 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
17624         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
17625              From: Spider Boardman <spider@Orb.Nashua.NH.US>
17626              Date: Mon, 28 May 2001 06:39:12 -0400
17627              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
17628      Branch: perl
17629            ! toke.c
17630 ____________________________________________________________________________
17631 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
17632         Log: Linerewrapping.
17633      Branch: perl
17634            ! lib/open.pm
17635 ____________________________________________________________________________
17636 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
17637         Log: Updates on the modules list.
17638      Branch: perl
17639            ! t/lib/1_compile.t
17640 ____________________________________________________________________________
17641 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
17642         Log: Add a test for PerlIO.
17643              
17644              (I probably got the crlf/raw thing wrong for clrfy platforms...)
17645      Branch: perl
17646            + t/lib/perlio.t
17647            ! MANIFEST lib/PerlIO.pm
17648 ____________________________________________________________________________
17649 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
17650         Log: Add a test for carp et alia.
17651      Branch: perl
17652            + t/lib/carp.t
17653            ! MANIFEST
17654 ____________________________________________________________________________
17655 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
17656         Log: Adding the new test would be swell.
17657      Branch: perl
17658            + t/pragma/autouse.t
17659 ____________________________________________________________________________
17660 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
17661         Log: Add a test for the autouse pragma.
17662      Branch: perl
17663            ! MANIFEST
17664 ____________________________________________________________________________
17665 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
17666         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
17667              From: dLux <dlux@spam.sch.bme.hu>
17668              Date: Sun, 27 May 2001 16:14:26 +0200
17669              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
17670      Branch: perl
17671            ! lib/autouse.pm
17672 ____________________________________________________________________________
17673 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
17674         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
17675              From: "Richard Soderberg" <rs@crystalflame.net>
17676              Date: Mon, 28 May 2001 03:56:36 -0700
17677              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
17678      Branch: perl
17679            ! utils/dprofpp.PL
17680 ____________________________________________________________________________
17681 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
17682         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
17683              From: "Stephen P. Potter" <spp@spotter.yi.org>
17684              Date: Tue, 22 May 2001 11:40:25 -0400
17685              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
17686              
17687              Subject: Re: [ID 20010522.003] Time::Local module bug
17688              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
17689              Date: Tue, 22 May 2001 11:50:19 -0400
17690              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
17691      Branch: perl
17692            ! lib/Time/Local.pm
17693 ____________________________________________________________________________
17694 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
17695         Log: The PERL_DL_NONLAZY can have whitespace in front.
17696      Branch: perl
17697            ! t/lib/extutils.t
17698 ____________________________________________________________________________
17699 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
17700         Log: Document strftime() and strptime().
17701      Branch: perl
17702            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
17703 ____________________________________________________________________________
17704 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
17705         Log: Make Time::Piece::strptime() to be a function, not a method.
17706      Branch: perl
17707            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
17708 ____________________________________________________________________________
17709 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
17710         Log: Tweak the test to be more portable.
17711      Branch: perl
17712            ! t/lib/extutils.t
17713 ____________________________________________________________________________
17714 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
17715         Log: Subject: PATCH: Re: Re: Attributes that tie
17716              From: Leon Brocard <acme@astray.com>
17717              Date: Sun, 27 May 2001 12:37:29 +0100
17718              Message-ID: <20010527123729.A22663@ns0.astray.com>
17719              
17720              Document that variable attributes are not currently usable
17721              for tieing.  (An ugly limitation that should be fixed.)
17722      Branch: perl
17723            ! lib/attributes.pm
17724 ____________________________________________________________________________
17725 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
17726         Log: Microperl tweaks.
17727      Branch: perl
17728            ! Makefile.micro uconfig.h uconfig.sh
17729 ____________________________________________________________________________
17730 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
17731         Log: Add make target for microperl (kind of silly, but convenient).
17732      Branch: perl
17733            ! Makefile.SH
17734 ____________________________________________________________________________
17735 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
17736         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
17737              for microperl.)
17738      Branch: perl
17739            ! doio.c
17740 ____________________________________________________________________________
17741 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
17742         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
17743              From: rspier@pobox.com (Robert Spier)
17744              Date: Sat, 26 May 2001 20:05:23 -0400
17745              Message-ID: <15120.17603.148648.12430@rls.cx>
17746              
17747              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
17748              From: rspier@pobox.com (Robert Spier)
17749              Date: Sun, 27 May 2001 00:23:12 -0400
17750              Message-ID: <15120.33072.511966.767230@rls.cx>
17751      Branch: perl
17752            ! doio.c pod/perlfunc.pod
17753 ____________________________________________________________________________
17754 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
17755         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
17756      Branch: perl
17757            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17758 ____________________________________________________________________________
17759 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
17760         Log: Add README.tru64.
17761      Branch: perl
17762            + README.tru64
17763 ____________________________________________________________________________
17764 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
17765         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
17766      Branch: perl
17767            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
17768            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
17769            ! MANIFEST
17770 ____________________________________________________________________________
17771 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
17772         Log: Integrate I18N::LangTags from Sean Burke.
17773              
17774              TODO: the language list from RFC 3066 needs to be integrated
17775              and made available somehow.  The list is included in the
17776              I18N-LangTags 0.21 distribution, but it is undocumented
17777              and unconnected to the module.
17778      Branch: perl
17779            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
17780            ! MANIFEST
17781 ____________________________________________________________________________
17782 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
17783         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
17784              envisioned by Sarathy.
17785      Branch: perl
17786            ! t/op/ver.t toke.c
17787 ____________________________________________________________________________
17788 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
17789         Log: Subject: [ID 20010525.001] Pod typo nits fixed
17790              From: lvirden@cas.org
17791              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
17792              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
17793              
17794              minus the perlsolaris decimation plus the
17795              
17796              Subject: Re: [ID 20010525.001] Pod typo nits fixed
17797              From: "Philip Newton" <Philip.Newton@gmx.net>
17798              Date: Fri, 25 May 2001 18:05:55 +0200
17799              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
17800      Branch: perl
17801            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
17802            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
17803            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
17804            ! pod/perlutil.pod pod/perlxstut.pod
17805 ____________________________________________________________________________
17806 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
17807         Log: return clauses are nice.
17808      Branch: perl
17809            ! sv.c
17810 ____________________________________________________________________________
17811 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
17812         Log: Subject: change 10199 backwards?
17813              From: Doug MacEachern <dougm@covalent.net>
17814              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
17815              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
17816      Branch: perl
17817            ! sv.c
17818 ____________________________________________________________________________
17819 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
17820         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
17821              From: Hugo <hv@crypt.compulink.co.uk>
17822              Date: Sat, 26 May 2001 17:05:12 +0100
17823              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
17824      Branch: perl
17825            + t/op/gmagic.t
17826            ! MANIFEST doop.c embed.h embed.pl global.sym
17827            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
17828            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
17829 ____________________________________________________________________________
17830 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
17831         Log: Regen headers for #10221.
17832      Branch: perl
17833            ! global.sym objXSUB.h perlapi.c
17834 ____________________________________________________________________________
17835 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
17836         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
17837              From: Juha Laiho <juha.laiho@Elma.Net>
17838              Date: Thu, 3 May 2001 09:51:30 +0300
17839              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
17840      Branch: perl
17841            ! embed.pl
17842 ____________________________________________________________________________
17843 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
17844         Log: Subject: Re: [PATCH] Re: stability of sort()?
17845              From: "John P. Linderman" <jpl@research.att.com>
17846              Date: Sat, 26 May 2001 13:27:19 -0400
17847              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
17848      Branch: perl
17849            ! pod/perlfunc.pod
17850 ____________________________________________________________________________
17851 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
17852         Log: Integrate perlio.
17853      Branch: perl
17854           !> pod/perlguts.pod
17855 ____________________________________________________________________________
17856 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
17857         Log: Subject: [PATCH perl@10210] PerlIO for VMS
17858              From: "Craig A. Berry" <craigberry@mac.com>
17859              Date: Sat, 26 May 2001 09:34:11 -0500
17860              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
17861      Branch: perl
17862            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
17863            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
17864            ! vms/vmsish.h
17865 ____________________________________________________________________________
17866 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
17867         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
17868              From: David Dyck <dcd@tc.fluke.com>
17869              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
17870              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
17871      Branch: perl
17872            ! lib/perl5db.pl
17873 ____________________________________________________________________________
17874 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
17875         Log: Subject: utf8 regexp tests
17876              From: Hugo <hv@crypt.compulink.co.uk>
17877              Date: Fri, 25 May 2001 22:35:01 +0100
17878              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
17879      Branch: perl
17880            ! t/op/regexp.t
17881 ____________________________________________________________________________
17882 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
17883         Log: Subject: [PATCH] Re: stability of sort()?
17884              From: Nicholas Clark <nick@ccl4.org>
17885              Date: Fri, 25 May 2001 22:40:19 +0100
17886              Message-ID: <20010525224019.B86445@plum.flirble.org>
17887      Branch: perl
17888            ! pod/perlfunc.pod
17889 ____________________________________________________________________________
17890 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
17891         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
17892              From: John Peacock <jpeacock@rowman.com>
17893              Date: Thu, 24 May 2001 22:14:01 -0400
17894              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
17895      Branch: perl
17896            ! mg.c scope.c sv.c
17897 ____________________________________________________________________________
17898 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
17899         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
17900              From: Nicholas Clark <nick@ccl4.org>
17901              Date: Sun, 20 May 2001 19:24:13 +0100
17902              Message-ID: <20010520192413.G83222@plum.flirble.org>
17903      Branch: perl
17904            + lib/ExtUtils/Constant.pm t/lib/extutils.t
17905            ! MANIFEST utils/h2xs.PL
17906 ____________________________________________________________________________
17907 [ 10212] By: nick                                  on 2001/05/26  09:49:28
17908         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
17909              add a few more notes there on use of mortals on the stack.
17910      Branch: perlio
17911            ! pod/perlguts.pod
17912 ____________________________________________________________________________
17913 [ 10211] By: nick                                  on 2001/05/26  09:05:36
17914         Log: Integrate mainline
17915      Branch: perlio
17916           +> t/lib/fcntl.t t/pragma/vars.t
17917           !> (integrate 49 files)
17918 ____________________________________________________________________________
17919 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
17920         Log: Update Changes.
17921      Branch: perl
17922            ! Changes patchlevel.h
17923 ____________________________________________________________________________
17924 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
17925         Log: Based on
17926              
17927              Subject: [PATCH pp.c] Wrapping pack("C",256)
17928              From: Simon Cozens <simon@netthink.co.uk>
17929              Date: Sat, 12 May 2001 17:58:41 +0100
17930              Message-ID: <20010512175841.A6132@netthink.co.uk>
17931      Branch: perl
17932            ! pod/perldiag.pod pp.c t/pragma/warn/pp
17933 ____________________________________________________________________________
17934 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
17935         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
17936              From: "Brendan O'Dea" <bod@compusol.com.au>
17937              Date: Fri, 25 May 2001 11:18:29 +1000
17938              Message-ID: <20010525111829.A28411@compusol.com.au>
17939              
17940              (Slightly modified.)
17941      Branch: perl
17942            ! lib/Term/Cap.pm
17943 ____________________________________________________________________________
17944 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
17945         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
17946              From: Hugo <hv@crypt.compulink.co.uk>
17947              Date: Fri, 25 May 2001 02:13:25 +0100
17948              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
17949      Branch: perl
17950            ! t/op/misc.t
17951 ____________________________________________________________________________
17952 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
17953         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
17954              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
17955              Date: Fri, 25 May 2001 10:25:36 +0900
17956              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
17957      Branch: perl
17958            ! regcomp.c regexec.c
17959 ____________________________________________________________________________
17960 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
17961         Log: Subject: [PATCH #2] stash autovivification and method call error messages
17962              From: Ilmari Karonen <iltzu@sci.fi>
17963              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
17964              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
17965      Branch: perl
17966            ! gv.c pp_hot.c t/op/method.t
17967 ____________________________________________________________________________
17968 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
17969         Log: Add make target and documentation for gprof profiling.
17970      Branch: perl
17971            ! Makefile.SH pod/perlhack.pod
17972 ____________________________________________________________________________
17973 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
17974         Log: Subject: Don't think about UTF8 
17975              From: Mike Guy <mjtg@cam.ac.uk> 
17976              Date: Tue, 22 May 2001 14:35:39 +0100
17977              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
17978      Branch: perl
17979            ! sv.h
17980 ____________________________________________________________________________
17981 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
17982         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
17983              From: Geraint A Edwards <gedge@serf.org> 
17984              Date: Thu, 24 May 2001 22:51:24 +0100
17985              Message-Id: <20010524225124.A34981@cymru.serf.org>
17986      Branch: perl
17987            ! x2p/find2perl.PL
17988 ____________________________________________________________________________
17989 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
17990         Log: DB_File has its own attribute story.
17991      Branch: perl
17992            ! ext/DB_File/DB_File.xs
17993 ____________________________________________________________________________
17994 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
17995         Log: Subject: Re: Making perl with -Wall
17996              From: Andy Dougherty <doughera@lafayette.edu>
17997              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
17998              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
17999      Branch: perl
18000            ! perl.h
18001 ____________________________________________________________________________
18002 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
18003         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
18004              From: "Richard Soderberg" <rs@crystalflame.net>
18005              Date: Thu, 24 May 2001 08:58:16 -0700
18006              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
18007      Branch: perl
18008            ! sv.c
18009 ____________________________________________________________________________
18010 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
18011         Log: IV/UV casting fixes from Nicholas Clark.
18012      Branch: perl
18013            ! perl.h pp_sys.c util.c
18014 ____________________________________________________________________________
18015 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
18016         Log: Subject: Re: Making perl with -Wall
18017              From: Michael G Schwern <schwern@pobox.com>
18018              Date: Thu, 24 May 2001 15:40:28 +0100
18019              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
18020      Branch: perl
18021            ! malloc.c perl.h
18022 ____________________________________________________________________________
18023 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
18024         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
18025              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18026              Date: Tue, 22 May 2001 11:49:37 +0200
18027              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
18028      Branch: metaconfig
18029            ! U/modified/Oldsym.U
18030      Branch: metaconfig/U/perl
18031            ! patchlevel.U
18032      Branch: perl
18033            ! Configure config_h.SH myconfig.SH
18034 ____________________________________________________________________________
18035 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
18036         Log: Under versiononly install also the scripts with the version suffix.
18037              (e.g. .../bin/h2xs5.7.1)
18038      Branch: perl
18039            ! installperl
18040 ____________________________________________________________________________
18041 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
18042         Log: Subject: [PATCH] Stop segfault in mg.c:636
18043              From: "Richard Soderberg" <rs@crystalflame.net>
18044              Date: Thu, 24 May 2001 05:51:52 -0700
18045              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
18046      Branch: perl
18047            ! mg.c
18048 ____________________________________________________________________________
18049 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
18050         Log: Iteration continues; hopefully convergently.
18051      Branch: perl
18052            ! t/lib/b-stash.t
18053 ____________________________________________________________________________
18054 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
18055         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
18056              From: Gisle Aas <gisle@ActiveState.com>
18057              Date: 23 May 2001 16:13:10 -0700
18058              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
18059      Branch: perl
18060            ! op.c toke.c
18061 ____________________________________________________________________________
18062 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
18063         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
18064              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18065              Date: Thu, 24 May 2001 05:05:22 -0500
18066              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
18067      Branch: perl
18068            ! lib/dumpvar.pl lib/perl5db.pl
18069 ____________________________________________________________________________
18070 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
18071         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
18072              From: David Dyck <dcd@tc.fluke.com>
18073              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
18074              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
18075      Branch: perl
18076            ! lib/perl5db.pl
18077 ____________________________________________________________________________
18078 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
18079         Log: Tiny pod nits on READMEs, mostly whitespace issues.
18080      Branch: perl
18081            ! README.amiga README.dos README.macos README.mpeix README.vmesa
18082            ! README.win32
18083 ____________________________________________________________________________
18084 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
18085         Log: The DG/UX part of the 20010521.005.
18086      Branch: perl
18087            ! README.dgux
18088 ____________________________________________________________________________
18089 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
18090         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
18091              From: Hugo <hv@crypt.compulink.co.uk>
18092              Date: Mon, 21 May 2001 16:32:02 +0100
18093              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
18094      Branch: perl
18095            ! regcomp.c t/op/misc.t
18096 ____________________________________________________________________________
18097 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
18098         Log: Subject: [PATCH] Extra UNIVERSAL tests
18099              From: Mike Guy <mjtg@cam.ac.uk>
18100              Date: Wed, 23 May 2001 12:29:20 +0100
18101              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
18102      Branch: perl
18103            ! t/op/universal.t
18104 ____________________________________________________________________________
18105 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
18106         Log: Subject: [PATCH] Remove EQ keyword
18107              From: Mike Guy <mjtg@cam.ac.uk>
18108              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
18109              Date: Wed, 23 May 2001 11:17:29 +0100
18110      Branch: perl
18111            ! keywords.h keywords.pl
18112 ____________________________________________________________________________
18113 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
18114         Log: Subject: [PATCH] lib/perl5db.pl
18115              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18116              Date: Wed, 23 May 2001 02:18:03 -0500
18117              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
18118      Branch: perl
18119            ! lib/perl5db.pl
18120 ____________________________________________________________________________
18121 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
18122         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
18123              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
18124              Date: Tue, 22 May 2001 23:34:41 -0500
18125              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
18126      Branch: perl
18127            ! lib/Term/Cap.pm
18128 ____________________________________________________________________________
18129 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
18130         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
18131              From: davem@fdgroup.co.uk
18132              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
18133              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
18134      Branch: perl
18135            ! emacs/e2ctags.pl
18136 ____________________________________________________________________________
18137 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
18138         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
18139              From: Michael G Schwern <schwern@pobox.com>
18140              Date: Tue, 22 May 2001 14:15:09 +0100
18141              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
18142      Branch: perl
18143            ! lib/vars.pm
18144 ____________________________________________________________________________
18145 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
18146         Log: Subject: [PATCH lib/vars.pm] Odd code nit
18147              From: Michael G Schwern <schwern@pobox.com>
18148              Date: Tue, 22 May 2001 14:14:28 +0100
18149              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
18150      Branch: perl
18151            ! lib/vars.pm
18152 ____________________________________________________________________________
18153 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
18154         Log: Use the new use vars feature.
18155      Branch: perl
18156            ! t/lib/b-stash.t
18157 ____________________________________________________________________________
18158 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
18159         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
18160              From: Mike Guy <mjtg@cam.ac.uk>
18161              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18162              Date: Tue, 22 May 2001 13:11:39 +0100
18163      Branch: perl
18164            + t/pragma/vars.t
18165            ! MANIFEST lib/vars.pm t/lib/1_compile.t
18166 ____________________________________________________________________________
18167 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
18168         Log: -qlongdouble considered harmful by Merijn.
18169      Branch: perl
18170            ! hints/aix.sh
18171 ____________________________________________________________________________
18172 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
18173         Log: Update Changes.
18174      Branch: perl
18175            ! Changes patchlevel.h
18176 ____________________________________________________________________________
18177 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
18178         Log: Add a test of its very own for Fcntl.  Hopefully portable.
18179      Branch: perl
18180            + t/lib/fcntl.t
18181            ! MANIFEST
18182 ____________________________________________________________________________
18183 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
18184         Log: Must be trickier for 'minitest' not to die.
18185      Branch: perl
18186            ! t/op/taint.t
18187 ____________________________________________________________________________
18188 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
18189         Log: Can't declare other people's variables.
18190      Branch: perl
18191            ! t/lib/b-stash.t
18192 ____________________________________________________________________________
18193 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
18194         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
18195      Branch: perl
18196            ! doio.c t/op/taint.t
18197 ____________________________________________________________________________
18198 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
18199         Log: The OS/2 variable needs to be declared.
18200      Branch: perl
18201            ! t/lib/b-stash.t
18202 ____________________________________________________________________________
18203 [ 10170] By: nick                                  on 2001/05/20  16:48:29
18204         Log: Integrate mainline
18205      Branch: perlio
18206           !> (integrate 41 files)
18207 ____________________________________________________________________________
18208 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
18209         Log: Small perlsec updates: clarify the taintedness of filename
18210              globbing; suggest using Scalar::Util::tainted().
18211      Branch: perl
18212            ! pod/perlsec.pod
18213 ____________________________________________________________________________
18214 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
18215         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
18216              From: Dave Mitchell <davem@fdgroup.co.uk>
18217              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
18218              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
18219      Branch: perl
18220            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
18221            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
18222            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
18223            ! xsutils.c
18224 ____________________________________________________________________________
18225 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
18226         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
18227              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18228              Date: Sat, 19 May 2001 04:08:46 -0400
18229              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
18230      Branch: perl
18231            ! lib/ExtUtils/Mksymlists.pm makedef.pl
18232 ____________________________________________________________________________
18233 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
18234         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
18235              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18236              Date: Sat, 19 May 2001 04:30:45 -0400
18237              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
18238      Branch: perl
18239            ! os2/os2.c
18240 ____________________________________________________________________________
18241 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
18242         Log: Subject: [PATCH 5.6.1] build bugs OS/2
18243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18244              Date: Sat, 19 May 2001 04:35:28 -0400
18245              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
18246      Branch: perl
18247            ! os2/Makefile.SHs os2/os2.c
18248 ____________________________________________________________________________
18249 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
18250         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
18251              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18252              Date: Sat, 19 May 2001 04:04:23 -0400
18253              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
18254              
18255              (In bleadperl patched b-stash.t instead of b.t)
18256      Branch: perl
18257            ! t/lib/b-stash.t t/lib/bigfltpm.t
18258 ____________________________________________________________________________
18259 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
18260         Log: Subject: [PATCH 5.6.1] perl5db
18261              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18262              Date: Sat, 19 May 2001 03:49:09 -0400
18263              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
18264      Branch: perl
18265            ! lib/perl5db.pl
18266 ____________________________________________________________________________
18267 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
18268         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
18269              From: Gisle Aas <gisle@ActiveState.com>
18270              Date: 18 May 2001 14:24:51 -0700
18271              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
18272      Branch: perl
18273            ! pp_ctl.c
18274 ____________________________________________________________________________
18275 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
18276         Log: Subject: [PATCH] Chomp should not always stringify
18277              From: Gisle Aas <gisle@ActiveState.com>
18278              Date: 18 May 2001 07:55:25 -0700
18279              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
18280      Branch: perl
18281            ! doop.c t/op/chop.t
18282 ____________________________________________________________________________
18283 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
18284         Log: Integrate perlio.
18285      Branch: perl
18286           !> pod/perlfunc.pod
18287 ____________________________________________________________________________
18288 [ 10159] By: nick                                  on 2001/05/20  09:39:46
18289         Log: Document some more of open's features.
18290      Branch: perlio
18291            ! pod/perlfunc.pod
18292 ____________________________________________________________________________
18293 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
18294         Log: back out change#10153 (it has compatibility issues such as the
18295              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
18296              benefit for 5.6.x doesn't seem worth the risk)
18297      Branch: maint-5.6/perl
18298            ! toke.c
18299 ____________________________________________________________________________
18300 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
18301         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
18302      Branch: perl
18303            ! x2p/s2p.PL
18304 ____________________________________________________________________________
18305 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
18306         Log: Update Changes.
18307      Branch: perl
18308            ! Changes patchlevel.h
18309 ____________________________________________________________________________
18310 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
18311         Log: Integrate change #10144 from maintperl.
18312              
18313              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
18314      Branch: perl
18315           !> win32/config.bc win32/config.gc win32/config.vc
18316           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18317 ____________________________________________________________________________
18318 [ 10154] By: nick                                  on 2001/05/18  07:23:03
18319         Log: Integrate mainline.
18320      Branch: perlio
18321           +> README.dgux t/lib/i18n-collate.t utils.lst
18322           !> (integrate 49 files)
18323 ____________________________________________________________________________
18324 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
18325         Log: Integrate change #7224 from mainline into maintperl.
18326              
18327              Allow @+ and @- to be doublequoted, from Simon Cozens. 
18328              (Approved by Larry, see Tom's comment in 20000830.005.)
18329      Branch: maint-5.6/perl
18330           !> toke.c
18331 ____________________________________________________________________________
18332 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
18333         Log: Subject: [PATCH bleadperl] small lookbehind fix
18334              From: Hugo <hv@crypt.compulink.co.uk>
18335              Date: Fri, 18 May 2001 00:07:19 +0100
18336              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
18337      Branch: perl
18338            ! regexec.c
18339 ____________________________________________________________________________
18340 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
18341         Log: Detypos.
18342      Branch: perl
18343            ! installman utils.lst
18344 ____________________________________________________________________________
18345 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
18346         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
18347              in 20001222.001.
18348      Branch: perl
18349            ! t/lib/glob-basic.t
18350 ____________________________________________________________________________
18351 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
18352         Log: Subject: [PATCH] Test for bug 20010515.004
18353              From: Benjamin Sugars <bsugars@canoe.ca>
18354              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
18355              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
18356      Branch: perl
18357            ! t/op/misc.t
18358 ____________________________________________________________________________
18359 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
18360         Log: Integrate #10145 from maintperl.
18361              
18362              fix for ID 20010515.004 (needs test)
18363      Branch: perl
18364           !> pp_hot.c
18365 ____________________________________________________________________________
18366 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
18367         Log: Thinko noticed by Doug MacEachern.
18368      Branch: perl
18369            ! thread.h
18370 ____________________________________________________________________________
18371 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
18372         Log: Subject: Re: [PATCH] HERE mark in regex
18373              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18374              Date: Thu, 17 May 2001 12:20:33 -0400
18375              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
18376      Branch: perl
18377            ! t/op/re_tests
18378 ____________________________________________________________________________
18379 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
18380         Log: fix for ID 20010515.004 (needs test)
18381      Branch: maint-5.6/perl
18382            ! pp_hot.c
18383 ____________________________________________________________________________
18384 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
18385         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
18386      Branch: maint-5.6/perl
18387            ! win32/config.bc win32/config.gc win32/config.vc
18388            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18389 ____________________________________________________________________________
18390 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
18391         Log: Macrofy the getspecific (and use it also in util.c)
18392      Branch: perl
18393            ! thread.h util.c
18394 ____________________________________________________________________________
18395 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
18396         Log: Use the unchecked thread-specific key fetch also in Tru64.
18397      Branch: perl
18398            ! thread.h
18399 ____________________________________________________________________________
18400 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
18401         Log: Subject: [PATCH 5.6.1]Quick thread speedup
18402              From: Dan Sugalski <dan@sidhe.org> 
18403              Date: Wed, 16 May 2001 18:05:19 -0400
18404              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
18405      Branch: perl
18406            ! thread.h util.c
18407 ____________________________________________________________________________
18408 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
18409         Log: I think this is quite enough testing for a deprecated feature.
18410      Branch: perl
18411            + t/lib/i18n-collate.t
18412            ! MANIFEST t/lib/1_compile.t
18413 ____________________________________________________________________________
18414 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
18415         Log: More HP-UX lore from Jeff Okamoto.
18416      Branch: perl
18417            ! README.hpux
18418 ____________________________________________________________________________
18419 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
18420         Log: Sort utils.lst for easier maintenance.
18421      Branch: perl
18422            ! utils.lst
18423 ____________________________________________________________________________
18424 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
18425         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
18426              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18427              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
18428              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
18429              
18430              Add pod2latex to utils.lst.
18431      Branch: perl
18432            ! MANIFEST utils.lst
18433 ____________________________________________________________________________
18434 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
18435         Log: Subject: Re: [PATCH] HERE mark in regex
18436              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18437              Date: Wed, 16 May 2001 13:04:43 -0400
18438              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
18439      Branch: perl
18440            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
18441            ! t/op/regmesg.t t/pragma/warn/regcomp
18442 ____________________________________________________________________________
18443 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
18444         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
18445              From: Simon Cozens <simon@netthink.co.uk>
18446              Date: Wed, 16 May 2001 18:02:08 +0100
18447              Message-ID: <20010516180208.A6458@netthink.co.uk>
18448      Branch: perl
18449            ! installman utils.lst
18450 ____________________________________________________________________________
18451 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
18452         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
18453              From: "Philip Newton" <pnewton@gmx.de>
18454              Date: Tue, 15 May 2001 15:09:30 +0200
18455              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
18456              
18457              Test case for #10128.
18458      Branch: perl
18459            ! t/pragma/warn/pp_hot
18460 ____________________________________________________________________________
18461 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
18462         Log: Update Changes.
18463      Branch: perl
18464            ! Changes patchlevel.h
18465 ____________________________________________________________________________
18466 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
18467         Log: Deprecate pseudo-hashes.
18468      Branch: perl
18469            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
18470 ____________________________________________________________________________
18471 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
18472         Log: HP-UX hints update from Merijn.
18473      Branch: perl
18474            ! hints/hpux.sh
18475 ____________________________________________________________________________
18476 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
18477         Log: README.hpux update from Merijn.
18478      Branch: perl
18479            ! README.hpux
18480 ____________________________________________________________________________
18481 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
18482         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
18483              From: Simon Cozens <simon@netthink.co.uk>
18484              Date: Wed, 16 May 2001 15:57:55 +0100
18485              Message-ID: <20010516155755.A4728@netthink.co.uk>
18486      Branch: perl
18487            + utils.lst
18488            ! MANIFEST installman installperl
18489 ____________________________________________________________________________
18490 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
18491         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
18492              From: "Philip Newton" <pnewton@gmx.de>
18493              Date: Tue, 15 May 2001 16:31:05 +0200
18494              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
18495              
18496              Fix PERL_Y2KWARN test to check before rather than after appending.
18497      Branch: perl
18498            ! pp_hot.c
18499 ____________________________________________________________________________
18500 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
18501         Log: Regen Porting stuff.
18502      Branch: perl
18503            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18504            ! config_h.SH
18505 ____________________________________________________________________________
18506 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
18507         Log: Metaconfig unit change for #10125.
18508      Branch: metaconfig
18509            ! U/modified/Oldconfig.U
18510 ____________________________________________________________________________
18511 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
18512         Log: Use OSVERS.
18513      Branch: perl
18514            ! Configure config_h.SH perl.c
18515 ____________________________________________________________________________
18516 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
18517         Log: Regen toc.
18518      Branch: perl
18519            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18520 ____________________________________________________________________________
18521 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
18522         Log: Adding the README.dgux to the MANIFEST would be a good idea.
18523      Branch: perl
18524            ! MANIFEST
18525 ____________________________________________________________________________
18526 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
18527         Log: Move the stack desire definition to thread.h.
18528      Branch: perl
18529            ! ext/Thread/Thread.xs thread.h
18530 ____________________________________________________________________________
18531 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
18532         Log: DG-UX threading patches, including a README.dgux,
18533              from Takis Psarogiannakopoulos.
18534      Branch: perl
18535            + README.dgux
18536            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
18537 ____________________________________________________________________________
18538 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
18539         Log: Subject: [PATCH B::Deparse] More on /x regexes
18540              From: Robin Houston <robin@kitsite.com>
18541              Date: Tue, 15 May 2001 19:09:35 +0100
18542              Message-ID: <20010515190935.A27268@penderel>
18543      Branch: perl
18544            ! ext/B/B/Deparse.pm
18545 ____________________________________________________________________________
18546 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
18547         Log: Document that the core time() may be rounding rather
18548              than truncating, would have saved at least my confusion.
18549      Branch: perl
18550            ! ext/Time/HiRes/HiRes.pm
18551 ____________________________________________________________________________
18552 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
18553         Log: Subject: perl-current/t/time-hires.t
18554              From: John Peacock <jpeacock@rowman.com>
18555              Date: Fri, 11 May 2001 14:09:41 -0400
18556              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
18557      Branch: perl
18558            ! t/lib/time-hires.t
18559 ____________________________________________________________________________
18560 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
18561         Log: Subject: [PATCH dump.c] Op private flags
18562              From: Simon Cozens <simon@netthink.co.uk>
18563              Date: Sun, 13 May 2001 20:20:36 +0100
18564              Message-ID: <20010513202036.A21896@netthink.co.uk>
18565      Branch: perl
18566            ! dump.c
18567 ____________________________________________________________________________
18568 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
18569         Log: Upgrade to Switch 2.03.
18570      Branch: perl
18571            ! lib/Switch.pm
18572 ____________________________________________________________________________
18573 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
18574         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
18575              to PERL_CONFIG_SH and use it consistently.
18576      Branch: maint-5.6/perl
18577           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
18578           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
18579           !> myconfig.SH writemain.SH
18580 ____________________________________________________________________________
18581 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
18582         Log: Metaconfig units changes for #10113.
18583      Branch: metaconfig
18584            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
18585 ____________________________________________________________________________
18586 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
18587         Log: The problem described in 20010514.031 still wasn't
18588              fully cured, there were remnants of $CONFIG when
18589              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
18590              to avoid future conflicts.
18591      Branch: perl
18592            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
18593            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
18594            ! myconfig.SH writemain.SH
18595 ____________________________________________________________________________
18596 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
18597         Log: Half of #10107 got lost.
18598      Branch: perl
18599            ! ext/B/B/Deparse.pm
18600 ____________________________________________________________________________
18601 [ 10111] By: nick                                  on 2001/05/15  08:39:14
18602         Log: Integrate mainline.
18603      Branch: perlio
18604           +> ext/POSIX/hints/uts.pl
18605            - Todo Todo-5.6 t/camel-III/vstring.t
18606           !> (integrate 48 files)
18607 ____________________________________________________________________________
18608 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
18609         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
18610              From: Robin Houston <robin@kitsite.com>
18611              Date: Mon, 14 May 2001 22:27:08 +0100
18612              Message-ID: <20010514222708.A22963@penderel>
18613      Branch: perl
18614            ! t/TestInit.pm
18615 ____________________________________________________________________________
18616 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
18617         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
18618              From: Robin Houston <robin@kitsite.com>
18619              Date: Mon, 14 May 2001 22:16:43 +0100
18620              Message-ID: <20010514221643.A22437@penderel>
18621      Branch: perl
18622            ! ext/B/B/Deparse.pm
18623 ____________________________________________________________________________
18624 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
18625         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
18626              From: Robin Houston <robin@kitsite.com>
18627              Date: Mon, 14 May 2001 22:03:44 +0100
18628              Message-ID: <20010514220344.A20643@penderel>
18629      Branch: perl
18630            ! ext/B/B/Deparse.pm
18631 ____________________________________________________________________________
18632 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
18633         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
18634              From: Robin Houston <robin@kitsite.com>
18635              Date: Mon, 14 May 2001 22:10:07 +0100
18636              Message-ID: <20010514221007.A21118@penderel>
18637      Branch: perl
18638            ! ext/B/B/Deparse.pm
18639 ____________________________________________________________________________
18640 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
18641         Log: Fix for 20010514.037; substr() didn't invalidate the locale
18642              collation magic.
18643      Branch: perl
18644            ! pp.c
18645 ____________________________________________________________________________
18646 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
18647         Log: Update Changes.
18648      Branch: perl
18649            ! Changes patchlevel.h
18650 ____________________________________________________________________________
18651 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
18652         Log: Retract #10094.
18653      Branch: perl
18654            ! lib/Pod/Text.pm
18655 ____________________________________________________________________________
18656 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
18657         Log: Integrate change #10100 from maintperl.
18658              
18659              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
18660              bug ID 20010514.027)
18661      Branch: perl
18662           !> mg.c pp_ctl.c
18663 ____________________________________________________________________________
18664 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
18665         Log: Document the deprecatedness of suidperl.
18666      Branch: perl
18667            ! INSTALL pod/perlfaq1.pod
18668 ____________________________________________________________________________
18669 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
18670         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
18671              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18672              Date: Mon, 14 May 2001 09:38:59 -0400
18673              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
18674      Branch: perl
18675            ! lib/ExtUtils/MM_Unix.pm
18676 ____________________________________________________________________________
18677 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
18678         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
18679              bug ID 20010514.027)
18680              
18681              TODO: this needs a testsuite addition
18682      Branch: maint-5.6/perl
18683            ! mg.c pp_ctl.c
18684 ____________________________________________________________________________
18685 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
18686         Log: More DWIMminess for Class::Struct: calling the array or hash
18687              accessors only with one argument, an array or a hash reference,
18688              sets the underlying array or hash.  This mirrors nicely also
18689              the usage in the constructor.
18690              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
18691      Branch: perl
18692            ! lib/Class/Struct.pm t/lib/class-struct.t
18693 ____________________________________________________________________________
18694 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
18695         Log: Reference cmp'ing should go through the whole stringification
18696              process shebang, as pointed out by Sarathy in #10091.
18697      Branch: perl
18698            ! pp.c
18699 ____________________________________________________________________________
18700 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
18701         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
18702              From: Simon Cozens <simon@netthink.co.uk>
18703              Date: Sat, 12 May 2001 16:36:27 +0100
18704              Message-ID: <20010512163627.A5522@netthink.co.uk>
18705              
18706              with some additions salvaged from Todo and Todo-5.6 before
18707              retiring them.
18708      Branch: perl
18709            - Todo Todo-5.6
18710            ! MANIFEST pod/perltodo.pod
18711 ____________________________________________________________________________
18712 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
18713         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
18714              From: "Golubev I. N." <gin@mo.msk.ru>
18715              Date: Mon, 07 May 2001 14:33:34 (GMT)
18716              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
18717      Branch: perl
18718            ! perl.h
18719 ____________________________________________________________________________
18720 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
18721         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
18722              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
18723              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
18724              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
18725      Branch: perl
18726            ! lib/ExtUtils/MM_Unix.pm
18727 ____________________________________________________________________________
18728 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
18729         Log: (Retracted by #10104.)
18730              
18731              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
18732              From: barries <barries@slaysys.com>
18733              Date: Sat, 12 May 2001 01:28:10 -0400
18734              Message-ID: <20010512012810.B26358@jester.slaysys.com>
18735      Branch: perl
18736            ! lib/Pod/Text.pm
18737 ____________________________________________________________________________
18738 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
18739         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
18740              From: Mike Guy <mjtg@cam.ac.uk>
18741              Date: Sat, 12 May 2001 19:24:33 +0100
18742              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
18743      Branch: perl
18744            ! lib/AutoSplit.pm
18745 ____________________________________________________________________________
18746 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
18747         Log: Yet another HP-UX hints tweak from Merijn.
18748      Branch: perl
18749            ! hints/hpux.sh
18750 ____________________________________________________________________________
18751 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
18752         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
18753              isn't defined (changes#9366,9368,9370 from mainline without the
18754              pp_scmp() change)
18755      Branch: maint-5.6/perl
18756            ! pp.c pp.h pp_hot.c
18757 ____________________________________________________________________________
18758 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
18759         Log: The sorting seems to happen now automatically.
18760      Branch: perl
18761            ! t/lib/glob-basic.t
18762 ____________________________________________________________________________
18763 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
18764         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
18765              From: Benjamin Sugars <bsugars@canoe.ca>
18766              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
18767              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
18768      Branch: perl
18769            ! pod/perlfunc.pod
18770 ____________________________________________________________________________
18771 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
18772         Log: Subject: Re: undef(&foo) does not work for XS functions
18773              From: Doug MacEachern <dougm@covalent.net>
18774              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
18775              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
18776      Branch: perl
18777            ! op.c
18778 ____________________________________________________________________________
18779 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
18780         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
18781              From: Peter Prymmer <pvhp@forte.com>
18782              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
18783              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
18784      Branch: perl
18785            ! t/op/append.t
18786 ____________________________________________________________________________
18787 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
18788         Log: Update Changes.
18789      Branch: perl
18790            ! Changes patchlevel.h
18791 ____________________________________________________________________________
18792 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
18793         Log: Remove the 'asciir' re subpragma.  Should instead implement
18794              the 'physical vs logical' range scheme:
18795              
18796              \xAA-\xCC is a native physical range, you want that range of
18797              codepoints in your native encoding.  In EBCDIC the codepoints
18798              in the gaps (between i-j and r-s) should be included.
18799              
18800              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
18801              codepoints in Unicode.
18802              
18803              a-z is a logical range, you want that range of 'logical' codepoints
18804              in your native encoding.  In EBCDIC the codepoints in the gaps
18805              (between i-j and r-s) should not be included.
18806              
18807              Mixed cases (a-\xAA, etc) should either be errors, or maybe
18808              the 'logical' endpoints should be converted to native/Unicode
18809              codepoints, and the range handled as a physical range.
18810              
18811              'Logical endpoints' are to be recognized only in the A-Z, a-z,
18812              and 0-9 ranges.  Probably a warning should be given for mixed
18813              cases like A-z or a-9 (since such expressions are encoding
18814              dependent), with a recommendation to use physical ranges.
18815      Branch: perl
18816            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
18817            ! t/op/regexp.t
18818 ____________________________________________________________________________
18819 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
18820         Log: Make the test to cleanup the test directory tree
18821              both before and after the testing so that we always
18822              have a clean slate to work with.
18823      Branch: perl
18824            ! t/lib/filefind.t
18825 ____________________________________________________________________________
18826 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
18827         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
18828              From: Jon Eveland <jweveland@yahoo.com>
18829              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
18830              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
18831      Branch: perl
18832            ! pod/perlfunc.pod
18833 ____________________________________________________________________________
18834 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
18835         Log: Merge the camel-III/vstring.t with op/ver.t.
18836      Branch: perl
18837            - t/camel-III/vstring.t
18838            ! MANIFEST t/TEST t/harness t/op/ver.t
18839 ____________________________________________________________________________
18840 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
18841         Log: Add test.deparse make target.
18842      Branch: perl
18843            ! Makefile.SH
18844 ____________________________________________________________________________
18845 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
18846         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
18847              From: Robin Houston <robin@kitsite.com>
18848              Date: Fri, 11 May 2001 12:02:22 +0100
18849              Message-ID: <20010511120222.A11529@penderel>
18850      Branch: perl
18851            ! ext/B/B/Deparse.pm t/op/method.t
18852 ____________________________________________________________________________
18853 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
18854         Log: A nicely working combination for UTS from Hal Morris.
18855      Branch: perl
18856            + ext/POSIX/hints/uts.pl
18857            ! MANIFEST hints/uts.sh
18858 ____________________________________________________________________________
18859 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
18860         Log: i_ieeefp=undef for UTS.
18861      Branch: perl
18862            ! hints/uts.sh
18863 ____________________________________________________________________________
18864 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
18865         Log: Subject: RE: rand(0) is rand(1)
18866              From: Larry Shatzer <lshatzer@islanddata.com>
18867              Date: Thu, 10 May 2001 11:09:27 -0700
18868              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
18869      Branch: perl
18870            ! pod/perlfunc.pod
18871 ____________________________________________________________________________
18872 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
18873         Log: Subject: [patch] make op_{clear,null} public
18874              From: Doug MacEachern <dougm@covalent.net>
18875              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
18876              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
18877      Branch: perl
18878            ! embed.h embed.pl op.c proto.h
18879 ____________________________________________________________________________
18880 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
18881         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
18882              From: Robin Houston <robin@kitsite.com>
18883              Date: Thu, 10 May 2001 18:54:59 +0100
18884              Message-ID: <20010510185459.A5995@penderel>
18885      Branch: perl
18886            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
18887 ____________________________________________________________________________
18888 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
18889         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
18890              From: Robin Houston <robin@kitsite.com>
18891              Date: Thu, 10 May 2001 12:56:39 +0100
18892              Message-ID: <20010510125639.A2119@penderel>
18893      Branch: perl
18894            ! ext/B/B/Deparse.pm
18895 ____________________________________________________________________________
18896 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
18897         Log: Retract #10070, not ready yet.
18898      Branch: perl
18899            ! ext/B/B/Deparse.pm
18900 ____________________________________________________________________________
18901 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
18902         Log: The metaconfig unit change for #10071.
18903      Branch: metaconfig
18904            ! U/modified/mallocsrc.U
18905 ____________________________________________________________________________
18906 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
18907         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
18908      Branch: perl
18909            ! Configure
18910 ____________________________________________________________________________
18911 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
18912         Log: (Retracted by #10073)
18913              
18914              Subject: Re: [PATCH t/TEST] B::Deparse tester 
18915              From: Hugo <hv@crypt.compulink.co.uk>
18916              Date: Thu, 10 May 2001 05:48:09 +0100
18917              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
18918      Branch: perl
18919            ! ext/B/B/Deparse.pm
18920 ____________________________________________________________________________
18921 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
18922         Log: Add a for(func()) test.
18923      Branch: perl
18924            ! t/cmd/for.t
18925 ____________________________________________________________________________
18926 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
18927         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
18928              From: Robin Houston <robin@kitsite.com>
18929              Date: Thu, 10 May 2001 13:50:08 +0100
18930              Message-ID: <20010510135008.A2454@penderel>
18931      Branch: perl
18932            ! ext/B/B/Deparse.pm
18933 ____________________________________________________________________________
18934 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
18935         Log: A thinko in #10065.
18936      Branch: perl
18937            ! hv.c
18938 ____________________________________________________________________________
18939 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
18940         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
18941              From: Robin Houston <robin@kitsite.com>
18942              Date: Thu, 10 May 2001 02:10:34 +0100
18943              Message-ID: <20010510021034.A19421@penderel>
18944      Branch: perl
18945            ! ext/B/B.xs ext/B/B/Deparse.pm
18946 ____________________________________________________________________________
18947 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
18948         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
18949              From: Doug MacEachern <dougm@covalent.net>
18950              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
18951              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
18952      Branch: perl
18953            ! hv.c
18954 ____________________________________________________________________________
18955 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
18956         Log: One more workaround for the UTS compiler from Hal Morris.
18957      Branch: perl
18958            ! perl.h
18959 ____________________________________________________________________________
18960 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
18961         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
18962              From: Robin Houston <robin@kitsite.com>
18963              Date: Thu, 10 May 2001 01:02:08 +0100
18964              Message-ID: <20010510010208.A18200@penderel>
18965      Branch: perl
18966            ! ext/B/B/Debug.pm
18967 ____________________________________________________________________________
18968 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
18969         Log: Subject: [PATCH] Simplify deb_curcv() a bit
18970              From: Benjamin Sugars <bsugars@canoe.ca>
18971              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
18972              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
18973      Branch: perl
18974            ! run.c
18975 ____________________________________________________________________________
18976 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
18977         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
18978              From: Benjamin Sugars <bsugars@canoe.ca>
18979              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
18980              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
18981      Branch: perl
18982            ! t/lib/io_scalar.t
18983 ____________________________________________________________________________
18984 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
18985         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
18986              From: Peter Prymmer <pvhp@forte.com>
18987              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
18988              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
18989      Branch: perl
18990            ! t/lib/md5-file.t
18991 ____________________________________________________________________________
18992 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
18993         Log: Subject: [PATCH t/TEST] B::Deparse tester
18994              From: Robin Houston <robin@kitsite.com>
18995              Date: Wed, 9 May 2001 19:17:50 +0100
18996              Message-ID: <20010509191750.A16940@penderel>
18997      Branch: perl
18998            ! ext/B/O.pm t/TEST
18999 ____________________________________________________________________________
19000 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
19001         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
19002              From: Jeff Pinyan <jeffp@crusoe.net>
19003              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
19004              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
19005      Branch: perl
19006            ! lib/Pod/Html.pm
19007 ____________________________________________________________________________
19008 [ 10057] By: nick                                  on 2001/05/09  18:37:56
19009         Log: Integrate mainline.
19010      Branch: perlio
19011           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
19012           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
19013 ____________________________________________________________________________
19014 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
19015         Log: Update Changes.
19016      Branch: perl
19017            ! Changes patchlevel.h
19018 ____________________________________________________________________________
19019 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
19020         Log: Integrate perlio.
19021      Branch: perl
19022           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19023 ____________________________________________________________________________
19024 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
19025         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
19026              From: Benjamin Sugars <bsugars@canoe.ca>
19027              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
19028              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
19029      Branch: perl
19030            ! perlio.c
19031 ____________________________________________________________________________
19032 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
19033         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
19034              From: Benjamin Sugars <bsugars@canoe.ca>
19035              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
19036              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
19037      Branch: perl
19038            ! ext/PerlIO/Scalar/Scalar.xs
19039 ____________________________________________________________________________
19040 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
19041         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
19042              From: Jeff Pinyan <jeffp@crusoe.net>
19043              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
19044              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
19045      Branch: perl
19046            ! lib/Pod/Html.pm
19047 ____________________________________________________________________________
19048 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
19049         Log: EPOC tweak from Olaf Flebbe.
19050      Branch: perl
19051            ! epoc/epocish.h
19052 ____________________________________________________________________________
19053 [ 10050] By: nick                                  on 2001/05/09  14:37:57
19054         Log: win32, regen_config_h
19055      Branch: perlio
19056            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19057 ____________________________________________________________________________
19058 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
19059         Log: Integrate perlio.
19060      Branch: perl
19061           !> pp_sys.c
19062 ____________________________________________________________________________
19063 [ 10048] By: nick                                  on 2001/05/09  11:59:50
19064         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
19065              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
19066      Branch: perlio
19067            ! pp_sys.c
19068 ____________________________________________________________________________
19069 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
19070         Log: Integrate perlio.
19071      Branch: perl
19072           !> run.c
19073 ____________________________________________________________________________
19074 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
19075         Log: Subject: Re: Less warnings during configure
19076              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19077              Date: Wed, 09 May 2001 13:12:49 +0200
19078              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
19079      Branch: perl
19080            ! hints/hpux.sh
19081 ____________________________________________________________________________
19082 [ 10045] By: nick                                  on 2001/05/09  09:56:59
19083         Log: MULTIPLICITY/DEBUGGING build fix.
19084      Branch: perlio
19085            ! run.c
19086 ____________________________________________________________________________
19087 [ 10044] By: nick                                  on 2001/05/09  09:46:37
19088         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
19089      Branch: perlio
19090           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
19091            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
19092           !> (integrate 65 files)
19093 ____________________________________________________________________________
19094 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
19095         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
19096              From: Robin Houston <robin@kitsite.com>
19097              Date: Tue, 8 May 2001 19:38:00 +0100
19098              Message-ID: <20010508193800.A4389@penderel>
19099              
19100              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
19101              From: Robin Houston <robin@kitsite.com>
19102              Date: Tue, 8 May 2001 20:03:57 +0100
19103              Message-ID: <20010508200357.A4614@penderel>
19104              
19105              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
19106              From: Robin Houston <robin@kitsite.com>
19107              Date: Wed, 9 May 2001 00:12:05 +0100
19108              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
19109      Branch: perl
19110            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
19111 ____________________________________________________________________________
19112 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
19113         Log: Retract #10031.
19114      Branch: perl
19115            ! pod/perlfunc.pod
19116 ____________________________________________________________________________
19117 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
19118         Log: The metaconfig unit changes for #10040.
19119      Branch: metaconfig/U/perl
19120            ! Checkcc.U d_dlsymun.U dlsrc.U
19121 ____________________________________________________________________________
19122 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
19123         Log: The Configure half of
19124              
19125              Subject: Less warnings during configure
19126              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19127              Date: Tue, 08 May 2001 08:44:02 +0200
19128              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
19129      Branch: perl
19130            ! Configure
19131 ____________________________________________________________________________
19132 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
19133         Log: Subject: Less warnings during configure
19134              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19135              Date: Tue, 08 May 2001 08:44:02 +0200
19136              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
19137      Branch: perl
19138            ! hints/hpux.sh
19139 ____________________________________________________________________________
19140 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
19141         Log: Don't forget to whine about \d__\d.
19142      Branch: perl
19143            ! t/pragma/warn/toke toke.c
19144 ____________________________________________________________________________
19145 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
19146         Log: Allow underscores also in the exponent part.
19147      Branch: perl
19148            ! t/pragma/warn/toke toke.c
19149 ____________________________________________________________________________
19150 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
19151         Log: CodeMagicCD doesn't look like an *I*DE.
19152      Branch: perl
19153            ! pod/perlfaq3.pod
19154 ____________________________________________________________________________
19155 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
19156         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
19157              to be consistently down).
19158      Branch: perl
19159            ! pod/perlfaq3.pod
19160 ____________________________________________________________________________
19161 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
19162         Log: Upgrade to Text::Balanced 1.84.
19163      Branch: perl
19164            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
19165 ____________________________________________________________________________
19166 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
19167         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
19168              From: Benjamin Sugars <bsugars@canoe.ca>
19169              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
19170              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
19171      Branch: perl
19172            ! run.c
19173 ____________________________________________________________________________
19174 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
19175         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
19176              From: Peter Prymmer <pvhp@forte.com>
19177              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
19178              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
19179      Branch: perl
19180            ! t/pod/plainer.t
19181 ____________________________________________________________________________
19182 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
19183         Log: (Retracted by #10042)
19184              
19185              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
19186              From: "Philip Newton" <pnewton@gmx.de>
19187              Date: Tue, 8 May 2001 09:18:10 +0200
19188              Message-ID: <3AF7B9D2.28861.603732@localhost>
19189      Branch: perl
19190            ! pod/perlfunc.pod
19191 ____________________________________________________________________________
19192 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
19193         Log: Subject: [PATCH B::Deparse] Document known bugs
19194              From: Robin Houston <robin@kitsite.com>
19195              Date: Tue, 8 May 2001 01:53:34 +0100
19196              Message-ID: <20010508015334.A32394@penderel>
19197      Branch: perl
19198            ! ext/B/B/Deparse.pm
19199 ____________________________________________________________________________
19200 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
19201         Log: Subject: Re: Perl book, magazine and website updates.
19202              From: "Philip Newton" <pnewton@gmx.de>
19203              Date: Mon, 7 May 2001 17:03:58 +0200
19204              Message-ID: <3AF6D57E.5387.1E29930@localhost>
19205      Branch: perl
19206            ! pod/perlfaq2.pod
19207 ____________________________________________________________________________
19208 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
19209         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
19210              From: Peter Prymmer <pvhp@forte.com>
19211              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
19212              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
19213      Branch: perl
19214            ! t/io/fflush.t
19215 ____________________________________________________________________________
19216 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
19217         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
19218              From: Robin Houston <robin@kitsite.com>
19219              Date: Tue, 8 May 2001 01:14:55 +0100
19220              Message-ID: <20010508011455.A32162@penderel>
19221      Branch: perl
19222            ! ext/B/B/Deparse.pm
19223 ____________________________________________________________________________
19224 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
19225         Log: Typo in #10025.
19226      Branch: perl
19227            ! hints/uts.sh
19228 ____________________________________________________________________________
19229 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
19230         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
19231      Branch: perl
19232            ! hints/uts.sh
19233 ____________________________________________________________________________
19234 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
19235         Log: Subject: Re: [ID 20010506.045] question about hash syntax
19236              From: Peter Scott <Peter@PSDT.com>
19237              Date: Sun, 06 May 2001 13:10:40 -0700
19238              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
19239      Branch: perl
19240            ! pod/perl56delta.pod
19241 ____________________________________________________________________________
19242 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
19243         Log: Configure should figure out the list of dynamic extensions
19244              just fine in UTS-- and in fact it does, as reported by Hal Morris.
19245      Branch: perl
19246            ! hints/uts.sh
19247 ____________________________________________________________________________
19248 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
19249         Log: Update Changes.
19250      Branch: perl
19251            ! Changes patchlevel.h
19252 ____________________________________________________________________________
19253 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
19254         Log: Subject: [PATCH regcomp.c] Insecure regexes
19255              From: Robin Houston <robin@kitsite.com>
19256              Date: Mon, 7 May 2001 21:56:12 +0100
19257              Message-ID: <20010507215612.A31114@penderel>
19258      Branch: perl
19259            ! regcomp.c
19260 ____________________________________________________________________________
19261 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
19262         Log: Drop the foobar.perl.com references for now until Simon
19263              gets them sorted out.
19264      Branch: perl
19265            ! pod/perlfaq2.pod
19266 ____________________________________________________________________________
19267 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
19268         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
19269              From: Prymmer/Kahn <pvhp@best.com>
19270              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
19271              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
19272      Branch: perl
19273            ! lib/Devel/SelfStubber.pm
19274 ____________________________________________________________________________
19275 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
19276         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
19277              From: Prymmer/Kahn <pvhp@best.com>
19278              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
19279              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
19280      Branch: perl
19281            ! win32/Makefile
19282 ____________________________________________________________________________
19283 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
19284         Log: s/WebTechnique's/WebTechniques/
19285      Branch: perl
19286            ! pod/perlfaq2.pod
19287 ____________________________________________________________________________
19288 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
19289         Log: Llama 3 updates from Randal.
19290      Branch: perl
19291            ! pod/perlfaq2.pod
19292 ____________________________________________________________________________
19293 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
19294         Log: Subject: [PATCH] Help -Dt show correct pad variables
19295              From: Benjamin Sugars <ben.sugars@home.com>
19296              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
19297              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
19298      Branch: perl
19299            ! embed.h embed.pl proto.h run.c
19300 ____________________________________________________________________________
19301 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
19302         Log: Subject: [PATCH] Document C<our $foo : shared>
19303              From: Benjamin Sugars <ben.sugars@home.com>
19304              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
19305              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
19306      Branch: perl
19307            ! pod/perlfunc.pod
19308 ____________________________________________________________________________
19309 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
19310         Log: Subject: [PATCH B::Deparse] undefined folded constants
19311              From: Robin Houston <robin@kitsite.com>
19312              Date: Sun, 6 May 2001 17:19:09 +0100
19313              Message-ID: <20010506171909.A7046@penderel>
19314      Branch: perl
19315            ! ext/B/B/Deparse.pm
19316 ____________________________________________________________________________
19317 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
19318         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
19319              From: Robin Houston <robin@kitsite.com>
19320              Message-ID: <20010506164654.A6848@penderel>
19321              Date: Sun, 6 May 2001 16:46:54 +0100
19322      Branch: perl
19323            ! ext/B/B/Deparse.pm
19324 ____________________________________________________________________________
19325 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
19326         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
19327              From: Robin Houston <robin@kitsite.com>
19328              Date: Sun, 6 May 2001 14:47:02 +0100
19329              Message-ID: <20010506144702.A6308@penderel>
19330      Branch: perl
19331            ! t/op/my_stash.t
19332 ____________________________________________________________________________
19333 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
19334         Log: Subject: Perl book, magazine and website updates.
19335              From: Simon Cozens <simon@netthink.co.uk>
19336              Date: Sun, 6 May 2001 16:55:36 +0100
19337              Message-ID: <20010506165536.A1795@netthink.co.uk>
19338      Branch: perl
19339            ! pod/perlbook.pod pod/perlfaq2.pod
19340 ____________________________________________________________________________
19341 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
19342         Log: Tweaks on the Tru64 prof options.
19343      Branch: perl
19344            ! pod/perlhack.pod
19345 ____________________________________________________________________________
19346 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
19347         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
19348              From: Robin Houston <robin@kitsite.com>
19349              Date: Sun, 6 May 2001 14:40:51 +0100
19350              Message-ID: <20010506144051.A6279@penderel>
19351      Branch: perl
19352            ! t/pod/testp2pt.pl
19353 ____________________________________________________________________________
19354 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
19355         Log: Subject: [PATCH B::Deparse] scoping
19356              From: Robin Houston <robin@kitsite.com>
19357              Date: Sun, 6 May 2001 14:36:56 +0100
19358              Message-ID: <20010506143656.A4006@penderel>
19359      Branch: perl
19360            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
19361 ____________________________________________________________________________
19362 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
19363         Log: Document the undefinedness of bitshifting out of range.
19364      Branch: perl
19365            ! pod/perlop.pod
19366 ____________________________________________________________________________
19367 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
19368         Log: Retract #10003 and update the IDE descriptions a bit.
19369      Branch: perl
19370            ! pod/perlfaq3.pod
19371 ____________________________________________________________________________
19372 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
19373         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
19374              From: Prymmer/Kahn <pvhp@best.com>
19375              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
19376              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
19377      Branch: perl
19378            ! win32/Makefile win32/buildext.pl win32/config.bc
19379            ! win32/config.gc win32/config.vc
19380 ____________________________________________________________________________
19381 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
19382         Log: (Retracted by #10005.)
19383      Branch: perl
19384            ! pod/perlfaq3.pod
19385 ____________________________________________________________________________
19386 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
19387         Log: It's "psed", not "sed".
19388      Branch: perl
19389            ! x2p/s2p.PL
19390 ____________________________________________________________________________
19391 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
19392         Log: Update Changes.
19393      Branch: perl
19394            ! Changes patchlevel.h
19395 ____________________________________________________________________________
19396 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
19397         Log: Subject: Re: bleadperl make install fails due to "psed"
19398              From: andreas.koenig@anima.de (Andreas J. Koenig)
19399              Date: 05 May 2001 18:23:28 +0200
19400              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
19401      Branch: perl
19402            ! x2p/Makefile.SH x2p/s2p.PL
19403 ____________________________________________________________________________
19404 [  9999] By: jhi                                   on 2001/05/05  18:28:09
19405         Log: AUTHORS updates.
19406      Branch: perl
19407            ! AUTHORS
19408 ____________________________________________________________________________
19409 [  9998] By: jhi                                   on 2001/05/05  18:16:00
19410         Log: Updates on the pods related to the modules included since 5.6.
19411              
19412              TODO: perltodo really could use major updating.
19413      Branch: perl
19414            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
19415            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
19416            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
19417            ! pod/perlsyn.pod pod/perltodo.pod
19418 ____________________________________________________________________________
19419 [  9997] By: jhi                                   on 2001/05/05  17:35:17
19420         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
19421              from Kurt Skauen.
19422      Branch: perl
19423            + hints/atheos.sh
19424            ! MANIFEST
19425 ____________________________________________________________________________
19426 [  9996] By: jhi                                   on 2001/05/05  17:25:00
19427         Log: Add preemptive #undefs for some of the shorter and more prone
19428              to collision regcomp.h #defines.  (Background: the MASK collided
19429              with a system header #define in Rhapsody.)
19430      Branch: perl
19431            ! regcomp.h
19432 ____________________________________________________________________________
19433 [  9995] By: jhi                                   on 2001/05/05  13:24:21
19434         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
19435              From: Nicholas Clark <nick@ccl4.org>
19436              Date: Sat, 5 May 2001 14:46:39 +0100
19437              Message-ID: <20010505144639.O53513@plum.flirble.org>
19438              
19439              Add a test for the constants (if any) being processed correctly.
19440      Branch: perl
19441            ! utils/h2xs.PL
19442 ____________________________________________________________________________
19443 [  9994] By: jhi                                   on 2001/05/05  02:11:03
19444         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
19445              From: Peter Prymmer <pvhp@forte.com>
19446              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
19447              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
19448      Branch: perl
19449            ! t/lib/b-stash.t
19450 ____________________________________________________________________________
19451 [  9993] By: jhi                                   on 2001/05/05  02:03:49
19452         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
19453              From: Peter Prymmer <pvhp@forte.com>
19454              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
19455              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
19456      Branch: perl
19457            ! perlio.c vms/vmsish.h
19458 ____________________________________________________________________________
19459 [  9992] By: jhi                                   on 2001/05/04  17:21:12
19460         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
19461              From: Robin Barker <rmb1@cise.npl.co.uk>
19462              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
19463              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
19464      Branch: perl
19465            + t/pod/plainer.t
19466            ! MANIFEST
19467 ____________________________________________________________________________
19468 [  9991] By: jhi                                   on 2001/05/04  16:47:45
19469         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
19470              From: Robin Barker <rmb1@cise.npl.co.uk>
19471              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
19472              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
19473      Branch: perl
19474            ! regcomp.c
19475 ____________________________________________________________________________
19476 [  9990] By: jhi                                   on 2001/05/04  14:37:20
19477         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
19478              From: Prymmer/Kahn <pvhp@best.com>
19479              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
19480              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
19481      Branch: perl
19482            ! t/lib/b-stash.t
19483 ____________________________________________________________________________
19484 [  9989] By: jhi                                   on 2001/05/04  14:03:58
19485         Log: Introduce perl572delta, update Todo, add the missing
19486              mention about signal safety since 5.7.1 (though this
19487              requires verification and more details.)
19488      Branch: perl
19489            + pod/perl572delta.pod
19490            ! MANIFEST Todo pod/perl571delta.pod
19491 ____________________________________________________________________________
19492 [  9988] By: jhi                                   on 2001/05/04  12:41:51
19493         Log: Subject: [PATCH perl@9944] long =item
19494              From: Robin Barker <rmb1@cise.npl.co.uk>
19495              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
19496              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
19497      Branch: perl
19498            ! ext/Time/HiRes/HiRes.pm
19499 ____________________________________________________________________________
19500 [  9987] By: jhi                                   on 2001/05/04  12:39:19
19501         Log: The #9901 had removed one line essential for EBCDIC.
19502      Branch: perl
19503            ! regcomp.c
19504 ____________________________________________________________________________
19505 [  9986] By: jhi                                   on 2001/05/04  12:30:23
19506         Log: Subject: cygwin/Makefile.SHs INSTALL patch
19507              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
19508              Date: Mon, 08 Jan 2001 04:59:21 +0200
19509              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
19510      Branch: perl
19511            ! cygwin/Makefile.SHs
19512 ____________________________________________________________________________
19513 [  9985] By: jhi                                   on 2001/05/04  03:51:39
19514         Log: Encode/IO doc tweaks.
19515      Branch: perl
19516            ! ext/Encode/Encode.pm
19517 ____________________________________________________________________________
19518 [  9984] By: jhi                                   on 2001/05/04  03:29:34
19519         Log: Remove GDBM_File from the dynamic extensions for UTS,
19520              GDBM is not a standard feature.
19521      Branch: perl
19522            ! hints/uts.sh
19523 ____________________________________________________________________________
19524 [  9983] By: jhi                                   on 2001/05/04  03:22:59
19525         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
19526      Branch: perl
19527            ! pod/perlretut.pod
19528 ____________________________________________________________________________
19529 [  9982] By: jhi                                   on 2001/05/03  23:21:03
19530         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
19531              From: Benjamin Sugars <bsugars@canoe.ca>
19532              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
19533              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
19534      Branch: perl
19535            ! dump.c
19536 ____________________________________________________________________________
19537 [  9981] By: jhi                                   on 2001/05/03  23:20:05
19538         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
19539              From: Benjamin Sugars <bsugars@canoe.ca>
19540              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
19541              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
19542      Branch: perl
19543            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19544 ____________________________________________________________________________
19545 [  9980] By: jhi                                   on 2001/05/03  23:15:29
19546         Log: Integrate perlio.
19547      Branch: perl
19548           !> ext/Encode/Encode.pm
19549 ____________________________________________________________________________
19550 [  9979] By: jhi                                   on 2001/05/03  16:54:59
19551         Log: Install psed man page.
19552      Branch: perl
19553            ! installman
19554 ____________________________________________________________________________
19555 [  9978] By: jhi                                   on 2001/05/03  16:45:58
19556         Log: Remove unused files; noted by Sarathy.
19557      Branch: perl
19558            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
19559            ! MANIFEST
19560 ____________________________________________________________________________
19561 [  9977] By: jhi                                   on 2001/05/03  16:42:30
19562         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
19563              From: Andy Dougherty <doughera@lafayette.edu>
19564              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
19565              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
19566      Branch: perl
19567            ! INSTALL
19568 ____________________________________________________________________________
19569 [  9976] By: nick                                  on 2001/05/03  16:40:42
19570         Log: Allow $answer = encode($object,$text); like it says in docs.
19571      Branch: perlio
19572            ! ext/Encode/Encode.pm
19573 ____________________________________________________________________________
19574 [  9975] By: nick                                  on 2001/05/03  16:22:30
19575         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
19576              to be in scope (fair enough), and also a package variable (our) for eval to see it.
19577      Branch: perlio
19578            ! ext/Encode/Encode.pm
19579 ____________________________________________________________________________
19580 [  9974] By: nick                                  on 2001/05/03  15:48:17
19581         Log: Integrate mainline.
19582      Branch: perlio
19583           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
19584           +> t/lib/filter-simple.t t/lib/next.t
19585           !> (integrate 70 files)
19586 ____________________________________________________________________________
19587 [  9973] By: jhi                                   on 2001/05/03  13:09:09
19588         Log: Update Changes.
19589      Branch: perl
19590            ! Changes patchlevel.h
19591 ____________________________________________________________________________
19592 [  9972] By: jhi                                   on 2001/05/03  12:58:33
19593         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
19594              From: Prymmer/Kahn <pvhp@best.com>
19595              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
19596              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
19597      Branch: perl
19598            ! t/io/fflush.t
19599 ____________________________________________________________________________
19600 [  9971] By: jhi                                   on 2001/05/03  12:57:26
19601         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
19602              From: Prymmer/Kahn <pvhp@best.com>
19603              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
19604              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
19605      Branch: perl
19606            ! win32/FindExt.pm
19607 ____________________________________________________________________________
19608 [  9970] By: jhi                                   on 2001/05/03  02:42:46
19609         Log: Can't croak sans thread context, from Doug MacEachern.
19610      Branch: perl
19611            ! toke.c
19612 ____________________________________________________________________________
19613 [  9969] By: jhi                                   on 2001/05/03  01:23:48
19614         Log: Subject: Random input test and Perl
19615              From: Ilya Zakharevich <ilya@math.berkeley.edu>
19616              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
19617              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
19618      Branch: perl
19619            ! toke.c
19620 ____________________________________________________________________________
19621 [  9968] By: jhi                                   on 2001/05/02  22:17:21
19622         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
19623              From: Peter Prymmer <pvhp@forte.com>
19624              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
19625              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
19626      Branch: perl
19627            ! pod/perlfunc.pod pod/perlport.pod
19628 ____________________________________________________________________________
19629 [  9967] By: jhi                                   on 2001/05/02  20:12:45
19630         Log: Workaround for UTS compiler casting bug from Hal Morris.
19631      Branch: perl
19632            ! perl.h
19633 ____________________________________________________________________________
19634 [  9966] By: jhi                                   on 2001/05/02  18:31:37
19635         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
19636              From: Dan Sugalski <dan@sidhe.org>
19637              Date: Wed, 02 May 2001 15:23:22 -0400
19638              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
19639      Branch: perl
19640            ! perl.c vms/vms.c
19641 ____________________________________________________________________________
19642 [  9965] By: jhi                                   on 2001/05/02  18:21:29
19643         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
19644      Branch: perl
19645            ! pod/perlfunc.pod
19646 ____________________________________________________________________________
19647 [  9964] By: jhi                                   on 2001/05/02  18:15:01
19648         Log: Document large files in INSTALL, document also the %x
19649              limitation if not use64bitint, closes bug 20010326.007.
19650      Branch: perl
19651            ! INSTALL
19652 ____________________________________________________________________________
19653 [  9963] By: jhi                                   on 2001/05/02  17:24:47
19654         Log: perlmodlib tweaks; regen pods.
19655      Branch: perl
19656            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
19657            ! pod/perltoc.pod
19658 ____________________________________________________________________________
19659 [  9962] By: jhi                                   on 2001/05/02  17:14:00
19660         Log: Fix for a segfault, from Marc Lehmann.
19661      Branch: perl
19662            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
19663 ____________________________________________________________________________
19664 [  9961] By: jhi                                   on 2001/05/02  15:55:53
19665         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
19666              From: "Philip Newton" <pnewton@gmx.de>
19667              Date: Wed, 2 May 2001 18:39:03 +0200
19668              Message-ID: <3AF05447.15525.173B588@localhost>
19669      Branch: perl
19670            ! pod/perlop.pod
19671 ____________________________________________________________________________
19672 [  9960] By: jhi                                   on 2001/05/02  15:35:37
19673         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
19674              From: Dan Sugalski <dan@sidhe.org>
19675              Date: Wed, 02 May 2001 11:37:27 -0400
19676              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
19677      Branch: perl
19678            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
19679            ! thread.h vms/vms.c vms/vmsish.h
19680 ____________________________________________________________________________
19681 [  9959] By: jhi                                   on 2001/05/02  15:21:08
19682         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
19683              From: Benjamin Sugars <bsugars@canoe.ca>
19684              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
19685              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
19686      Branch: perl
19687            ! ext/PerlIO/Scalar/Scalar.xs
19688 ____________________________________________________________________________
19689 [  9958] By: jhi                                   on 2001/05/02  15:15:53
19690         Log: Bug in #9915, spotted by Mike Guy.
19691      Branch: perl
19692            ! installperl
19693 ____________________________________________________________________________
19694 [  9957] By: jhi                                   on 2001/05/02  13:26:01
19695         Log: Add a test for not griping about references as array
19696              indices if the reference has magic in it (overloaded
19697              methods).
19698      Branch: perl
19699            ! pod/perldiag.pod t/pragma/warn/pp_hot
19700 ____________________________________________________________________________
19701 [  9956] By: jhi                                   on 2001/05/02  13:07:01
19702         Log: Retracted a bit too much in #9952.
19703      Branch: perl
19704            ! t/pragma/sub_lval.t
19705 ____________________________________________________________________________
19706 [  9955] By: jhi                                   on 2001/05/02  13:05:38
19707         Log: Test for #9952.
19708      Branch: perl
19709            ! t/op/tie.t
19710 ____________________________________________________________________________
19711 [  9954] By: jhi                                   on 2001/05/02  11:48:18
19712         Log: Additional note on the encoding example: one cannot
19713              convert string constants in-place.
19714      Branch: perl
19715            ! ext/Encode/Encode.pm
19716 ____________________________________________________________________________
19717 [  9953] By: jhi                                   on 2001/05/02  11:43:51
19718         Log: Note that if you have recent enough Perl you already
19719              have Filter::Util::Call.
19720      Branch: perl
19721            ! lib/Filter/Simple.pm
19722 ____________________________________________________________________________
19723 [  9952] By: jhi                                   on 2001/05/02  11:31:53
19724         Log: Retract changes #8254 and #8255, causes coredump in
19725              'tie FH, "main"', reported by Abigail, culprit found by
19726              Benjamin Sugars.  Mirrors maintperl change #9950.
19727      Branch: perl
19728            ! op.c t/pragma/sub_lval.t
19729 ____________________________________________________________________________
19730 [  9951] By: jhi                                   on 2001/05/02  11:14:29
19731         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
19732      Branch: perl
19733            + t/lib/MyFilter.pm
19734 ____________________________________________________________________________
19735 [  9950] By: gsar                                  on 2001/05/02  03:17:11
19736         Log: revert integration of changes#8254,8255 in change#8620 (causes
19737              a coredump in C<tie FH, 'foo'>; the idea itself may need better
19738              rationalization)
19739      Branch: maint-5.6/perl
19740            ! op.c t/pragma/sub_lval.t
19741 ____________________________________________________________________________
19742 [  9949] By: gsar                                  on 2001/05/02  02:56:32
19743         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
19744              
19745              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
19746              
19747              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
19748      Branch: maint-5.6/perl
19749           !> hints/svr5.sh
19750 ____________________________________________________________________________
19751 [  9948] By: gsar                                  on 2001/05/02  02:49:15
19752         Log: pod/find.t breaks on VMS (from Craig Berry)
19753      Branch: maint-5.6/perl
19754            ! t/pod/find.t
19755 ____________________________________________________________________________
19756 [  9947] By: jhi                                   on 2001/05/02  02:43:09
19757         Log: Add an encoding conversion example.
19758      Branch: perl
19759            ! ext/Encode/Encode.pm
19760 ____________________________________________________________________________
19761 [  9946] By: jhi                                   on 2001/05/02  01:34:22
19762         Log: Another coat of paint but still nowhere finished.
19763              Need to decide on the semantics of strptime(): should
19764              strptime() be a function instead of a method?  To do
19765              the week/monthname-strptiming the i18n/l10n bullet needs
19766              to be bitten with gusto.
19767      Branch: perl
19768            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
19769 ____________________________________________________________________________
19770 [  9945] By: jhi                                   on 2001/05/01  23:40:52
19771         Log: Update Changes.
19772      Branch: perl
19773            ! Changes patchlevel.h
19774 ____________________________________________________________________________
19775 [  9944] By: jhi                                   on 2001/05/01  23:33:37
19776         Log: Add known-to-be-tested modules to the list-to-be-skipped.
19777      Branch: perl
19778            ! t/lib/1_compile.t
19779 ____________________________________________________________________________
19780 [  9943] By: jhi                                   on 2001/05/01  23:24:40
19781         Log: Subject: BorlandC++ fix
19782              From: "Vadim Konovalov" <watman@inbox.ru>
19783              Date: Mon, 30 Apr 2001 20:12:26 -0700
19784              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
19785      Branch: perl
19786            ! win32/makefile.mk
19787 ____________________________________________________________________________
19788 [  9942] By: jhi                                   on 2001/05/01  23:18:02
19789         Log: Update to Filter::Simple 0.60, create a test for it.
19790      Branch: perl
19791            + t/lib/filter-simple.t
19792            ! MANIFEST lib/Filter/Simple.pm
19793 ____________________________________________________________________________
19794 [  9941] By: jhi                                   on 2001/05/01  19:47:24
19795         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
19796              From: Hugo <hv@crypt.compulink.co.uk>
19797              Date: Tue, 01 May 2001 20:12:20 +0100
19798              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
19799      Branch: perl
19800            ! pp_hot.c t/op/re_tests
19801 ____________________________________________________________________________
19802 [  9940] By: jhi                                   on 2001/05/01  19:42:16
19803         Log: Integrate perlio.
19804      Branch: perl
19805           !> lib/base.pm t/lib/fields.t
19806 ____________________________________________________________________________
19807 [  9939] By: jhi                                   on 2001/05/01  19:39:51
19808         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
19809              From: Benjamin Sugars <bsugars@canoe.ca>
19810              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
19811              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
19812      Branch: perl
19813            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19814 ____________________________________________________________________________
19815 [  9938] By: jhi                                   on 2001/05/01  19:34:09
19816         Log: Add NEXT, a pseudo-class for method redispatching.
19817              <Damian>NEXT.pm probably offers more bang-for-buck
19818              than anything else I've ever written.</Damian>
19819      Branch: perl
19820            + lib/NEXT.pm t/lib/next.t
19821            ! MANIFEST
19822 ____________________________________________________________________________
19823 [  9937] By: jhi                                   on 2001/05/01  19:21:41
19824         Log: Update to Switch 2.02.
19825      Branch: perl
19826            ! lib/Switch.pm t/lib/switch.t
19827 ____________________________________________________________________________
19828 [  9936] By: nick                                  on 2001/05/01  19:09:21
19829         Log: Fix for base.pm clobbering $VERSION
19830      Branch: perlio
19831            ! lib/base.pm
19832 ____________________________________________________________________________
19833 [  9935] By: nick                                  on 2001/05/01  18:54:38
19834         Log: Test for base.pm clobbering $VERSION.
19835      Branch: perlio
19836            ! t/lib/fields.t
19837 ____________________________________________________________________________
19838 [  9934] By: jhi                                   on 2001/05/01  18:39:10
19839         Log: Add information about Scalar::Util::blessed.
19840      Branch: perl
19841            ! pod/perlobj.pod
19842 ____________________________________________________________________________
19843 [  9933] By: jhi                                   on 2001/05/01  18:33:51
19844         Log: Subject: Extra UNIVERSAL documentation
19845              From: Mike Guy <mjtg@cam.ac.uk>
19846              Date: Tue, 01 May 2001 20:12:11 +0100
19847              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
19848      Branch: perl
19849            ! pod/perlobj.pod
19850 ____________________________________________________________________________
19851 [  9932] By: jhi                                   on 2001/05/01  18:26:54
19852         Log: Subject: Autoflush in tests as appropriate
19853              From: Mike Guy <mjtg@cam.ac.uk>
19854              Date: Tue, 01 May 2001 20:05:31 +0100
19855              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
19856      Branch: perl
19857            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
19858            ! t/op/taint.t
19859 ____________________________________________________________________________
19860 [  9931] By: jhi                                   on 2001/05/01  18:02:29
19861         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
19862              From: Benjamin Sugars <bsugars@canoe.ca>
19863              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
19864              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
19865      Branch: perl
19866            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
19867 ____________________________________________________________________________
19868 [  9930] By: jhi                                   on 2001/05/01  15:12:26
19869         Log: Subject: Re: Finally got a round tuit
19870              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19871              Date: Tue, 01 May 2001 14:14:10 +0200
19872              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
19873              
19874              The -DP part, slightly modified.
19875      Branch: perl
19876            ! perl.c
19877 ____________________________________________________________________________
19878 [  9929] By: jhi                                   on 2001/05/01  14:17:15
19879         Log: Subject: Re: Finally got a round tuit
19880              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19881              Date: Tue, 01 May 2001 16:34:06 +0200
19882              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
19883              
19884              cpp and optimization tweaks for HP-UX.
19885      Branch: perl
19886            ! hints/hpux.sh
19887 ____________________________________________________________________________
19888 [  9928] By: jhi                                   on 2001/05/01  13:24:20
19889         Log: Tune the scan_num() comments to reality.
19890      Branch: perl
19891            ! toke.c
19892 ____________________________________________________________________________
19893 [  9927] By: jhi                                   on 2001/05/01  13:14:01
19894         Log: Subject: [PATCH B::Deparse] optimised sort
19895              From: Robin Houston <robin@kitsite.com>
19896              Date: Tue, 1 May 2001 14:07:12 +0100
19897              Message-ID: <20010501140712.A4266@penderel>
19898      Branch: perl
19899            ! ext/B/B/Deparse.pm
19900 ____________________________________________________________________________
19901 [  9926] By: jhi                                   on 2001/05/01  13:10:53
19902         Log: Subject: [PATCH t/lib/b-deparse.t] 
19903              From: Robin Houston <robin@kitsite.com>
19904              Date: Tue, 1 May 2001 13:37:42 +0100
19905              Message-ID: <20010501133742.A4082@penderel>
19906      Branch: perl
19907            ! t/lib/b-deparse.t
19908 ____________________________________________________________________________
19909 [  9925] By: jhi                                   on 2001/05/01  13:10:13
19910         Log: Subject: [PATCH B::Deparse] for(;;), sort
19911              From: Robin Houston <robin@kitsite.com>
19912              Date: Tue, 1 May 2001 13:35:00 +0100
19913              Message-ID: <20010501133500.A4061@penderel>
19914      Branch: perl
19915            ! ext/B/B/Deparse.pm
19916 ____________________________________________________________________________
19917 [  9924] By: jhi                                   on 2001/05/01  13:09:22
19918         Log: Subject: [PATCH B::Deparse] do, warn, use
19919              From: Robin Houston <robin@kitsite.com>
19920              Date: Tue, 1 May 2001 13:31:03 +0100
19921              Message-ID: <20010501133103.A4041@penderel>
19922      Branch: perl
19923            ! ext/B/B/Deparse.pm
19924 ____________________________________________________________________________
19925 [  9923] By: jhi                                   on 2001/05/01  11:45:36
19926         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
19927              From: Benjamin Sugars <ben.sugars@home.com>
19928              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
19929              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
19930      Branch: perl
19931            + t/io/fflush.t
19932            ! MANIFEST
19933 ____________________________________________________________________________
19934 [  9922] By: jhi                                   on 2001/05/01  11:35:42
19935         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
19936              From: Peter Prymmer <pvhp@forte.com>
19937              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
19938              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
19939      Branch: perl
19940            ! t/lib/selfstubber.t
19941 ____________________________________________________________________________
19942 [  9921] By: jhi                                   on 2001/04/30  16:34:33
19943         Log: Subject: [PATCH B::Concise] suppress warning
19944              From: Robin Houston <robin@kitsite.com>
19945              Date: Mon, 30 Apr 2001 16:09:49 +0100
19946              Message-ID: <20010430160949.A25086@penderel>
19947      Branch: perl
19948            ! ext/B/B/Concise.pm
19949 ____________________________________________________________________________
19950 [  9920] By: jhi                                   on 2001/04/30  13:56:04
19951         Log: Strip the *markers* from #9919.
19952      Branch: perl
19953            ! pod/perlfaq.pod pod/perlfaq5.pod
19954 ____________________________________________________________________________
19955 [  9919] By: jhi                                   on 2001/04/30  13:54:04
19956         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
19957              From: Gwyn Judd <b.judd@xtra.co.nz>
19958              Date: Sun, 29 Apr 2001 01:47:49 +1200
19959              Message-ID: <20010429014749.A4418@thislove>
19960      Branch: perl
19961            ! pod/perlfaq.pod pod/perlfaq5.pod
19962 ____________________________________________________________________________
19963 [  9918] By: jhi                                   on 2001/04/30  13:13:54
19964         Log: More_tweakage.
19965      Branch: perl
19966            ! pod/perldata.pod pod/perldiag.pod
19967 ____________________________________________________________________________
19968 [  9917] By: jhi                                   on 2001/04/30  13:01:27
19969         Log: Update Changes.
19970      Branch: perl
19971            ! Changes patchlevel.h
19972 ____________________________________________________________________________
19973 [  9916] By: jhi                                   on 2001/04/30  12:57:03
19974         Log: T_w_e_a_k_a_g_e.
19975      Branch: perl
19976            ! pod/perldata.pod pod/perldiag.pod
19977 ____________________________________________________________________________
19978 [  9915] By: jhi                                   on 2001/04/30  12:39:29
19979         Log: Install s2p also as psed.
19980              
19981              TODO: psed documentation?
19982      Branch: perl
19983            ! installperl
19984 ____________________________________________________________________________
19985 [  9914] By: jhi                                   on 2001/04/30  12:29:21
19986         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
19987              From: Jens Hamisch <jens@Strawberry.COM>
19988              Date: Fri, 27 Apr 2001 17:00:36 +0200
19989              Message-ID: <20010427170036.K1372@Strawberry.COM>
19990              
19991              SOCKS5_VERSION_NAME is the right symbol to detect
19992              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
19993              function called socks5_init() is available, and even that is
19994              not universal, most SOCKS5 installations use SOCKSinit()).
19995      Branch: perl
19996            ! perlio.c
19997 ____________________________________________________________________________
19998 [  9913] By: jhi                                   on 2001/04/30  12:22:15
19999         Log: Allow a zero timeout on IO::Socket accept and connect--
20000              though one really shouldn't do that.  Based on
20001              
20002              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
20003              From: "John Holdsworth" <coldwave@bigfoot.com>
20004              Date: Sun, 4 Feb 2001 12:48:18 +0100
20005              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
20006      Branch: perl
20007            ! ext/IO/lib/IO/Socket.pm
20008 ____________________________________________________________________________
20009 [  9912] By: jhi                                   on 2001/04/30  11:27:27
20010         Log: Save the spot of regprev (see #9911) for binary compatibility;
20011              regen API.
20012      Branch: perl
20013            ! embedvar.h perlapi.h thrdvar.h
20014 ____________________________________________________________________________
20015 [  9911] By: jhi                                   on 2001/04/30  11:22:03
20016         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
20017              From: Hugo <hv@crypt.compulink.co.uk>
20018              Date: Sun, 29 Apr 2001 17:09:30 +0100
20019              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
20020      Branch: perl
20021            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
20022 ____________________________________________________________________________
20023 [  9910] By: jhi                                   on 2001/04/30  11:15:12
20024         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
20025              a dummy for PL_numeric_radix); no pressing reason to break
20026              binary compatibility; regen API.
20027      Branch: perl
20028            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
20029            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
20030 ____________________________________________________________________________
20031 [  9909] By: jhi                                   on 2001/04/30  10:56:08
20032         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
20033              From: Walt Mankowski <waltman@netaxs.com>
20034              Date: Sun, 29 Apr 2001 21:53:48 -0400
20035              Message-ID: <20010429215348.A3971@netaxs.com>
20036      Branch: perl
20037            ! pod/perlfunc.pod
20038 ____________________________________________________________________________
20039 [  9908] By: jhi                                   on 2001/04/30  10:49:40
20040         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
20041      Branch: perl
20042            ! t/lib/selfstubber.t
20043 ____________________________________________________________________________
20044 [  9907] By: nick                                  on 2001/04/30  09:26:50
20045         Log: Integrate mainline.
20046      Branch: perlio
20047           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
20048 ____________________________________________________________________________
20049 [  9906] By: jhi                                   on 2001/04/29  23:24:20
20050         Log: Abigail spotted a thinko in #9905.
20051      Branch: perl
20052            ! pod/perldiag.pod
20053 ____________________________________________________________________________
20054 [  9905] By: jhi                                   on 2001/04/29  15:55:39
20055         Log: Changed the underscore/undebar syntax in numeric constants;
20056              now any grouping will do, as long as the underscores are not
20057              consecutive (so "zero-grouping" is out), and they do not begin
20058              or end the integer or fractional parts.
20059      Branch: perl
20060            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
20061 ____________________________________________________________________________
20062 [  9904] By: nick                                  on 2001/04/29  15:43:22
20063         Log: Integrate mainline.
20064      Branch: perlio
20065           +> (branch 98 files)
20066            - lib/unicode/Block.pl
20067            - lib/unicode/In/AlphabeticPresentationForms.pl
20068            - lib/unicode/In/Arabic.pl
20069            - lib/unicode/In/ArabicPresentationForms-A.pl
20070            - lib/unicode/In/ArabicPresentationForms-B.pl
20071            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
20072            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
20073            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
20074            - lib/unicode/In/BopomofoExtended.pl
20075            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
20076            - lib/unicode/In/CJKCompatibility.pl
20077            - lib/unicode/In/CJKCompatibilityForms.pl
20078            - lib/unicode/In/CJKCompatibilityIdeographs.pl
20079            - lib/unicode/In/CJKRadicalsSupplement.pl
20080            - lib/unicode/In/CJKSymbolsandPunctuation.pl
20081            - lib/unicode/In/CJKUnifiedIdeographs.pl
20082            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
20083            - lib/unicode/In/Cherokee.pl
20084            - lib/unicode/In/CombiningDiacriticalMarks.pl
20085            - lib/unicode/In/CombiningHalfMarks.pl
20086            - lib/unicode/In/CombiningMarksforSymbols.pl
20087            - lib/unicode/In/ControlPictures.pl
20088            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
20089            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
20090            - lib/unicode/In/EnclosedAlphanumerics.pl
20091            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
20092            - lib/unicode/In/Ethiopic.pl
20093            - lib/unicode/In/GeneralPunctuation.pl
20094            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
20095            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
20096            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
20097            - lib/unicode/In/HalfwidthandFullwidthForms.pl
20098            - lib/unicode/In/HangulCompatibilityJamo.pl
20099            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
20100            - lib/unicode/In/Hebrew.pl
20101            - lib/unicode/In/HighPrivateUseSurrogates.pl
20102            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
20103            - lib/unicode/In/IPAExtensions.pl
20104            - lib/unicode/In/IdeographicDescriptionCharacters.pl
20105            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
20106            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
20107            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
20108            - lib/unicode/In/Latin-1Supplement.pl
20109            - lib/unicode/In/LatinExtended-A.pl
20110            - lib/unicode/In/LatinExtended-B.pl
20111            - lib/unicode/In/LatinExtendedAdditional.pl
20112            - lib/unicode/In/LetterlikeSymbols.pl
20113            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
20114            - lib/unicode/In/MathematicalOperators.pl
20115            - lib/unicode/In/MiscellaneousSymbols.pl
20116            - lib/unicode/In/MiscellaneousTechnical.pl
20117            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
20118            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
20119            - lib/unicode/In/OpticalCharacterRecognition.pl
20120            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
20121            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
20122            - lib/unicode/In/SmallFormVariants.pl
20123            - lib/unicode/In/SpacingModifierLetters.pl
20124            - lib/unicode/In/Specials.pl
20125            - lib/unicode/In/SuperscriptsandSubscripts.pl
20126            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
20127            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
20128            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
20129            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
20130            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
20131           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
20132           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
20133           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
20134           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
20135           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
20136           !> utf8.c win32/Makefile
20137 ____________________________________________________________________________
20138 [  9903] By: jhi                                   on 2001/04/29  14:30:53
20139         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
20140              From: Prymmer/Kahn <pvhp@best.com>
20141              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
20142              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
20143      Branch: perl
20144            ! win32/Makefile
20145 ____________________________________________________________________________
20146 [  9902] By: jhi                                   on 2001/04/29  02:52:44
20147         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
20148              From: "Abigail" <abigail@foad.org>
20149              Date: Sun, 29 Apr 2001 03:14:25 +0200
20150              Message-ID: <20010429011425.24503.qmail@foad.org>
20151      Branch: perl
20152            ! ext/IO/lib/IO/Seekable.pm
20153 ____________________________________________________________________________
20154 [  9901] By: jhi                                   on 2001/04/29  02:04:46
20155         Log: In character classes one couldn't have 0x80..0xff characters
20156              at the left hand side if there were 0x100.. characters in the
20157              character class.
20158      Branch: perl
20159            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
20160            ! t/op/pat.t utf8.c
20161 ____________________________________________________________________________
20162 [  9900] By: jhi                                   on 2001/04/28  22:55:04
20163         Log: Forgot the latest mktables.PL from #9899.
20164      Branch: perl
20165            ! lib/unicode/mktables.PL
20166 ____________________________________________________________________________
20167 [  9899] By: jhi                                   on 2001/04/28  22:53:28
20168         Log: Explain the \p{} and \P{} error message better and
20169              have prettier prettyprint in In.pl.
20170      Branch: perl
20171            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
20172            ! pod/perldiag.pod
20173 ____________________________________________________________________________
20174 [  9898] By: jhi                                   on 2001/04/28  21:03:34
20175         Log: Add one possible explanation for the "Invalid [] range" error.
20176      Branch: perl
20177            ! pod/perldiag.pod
20178 ____________________________________________________________________________
20179 [  9897] By: jhi                                   on 2001/04/28  17:18:26
20180         Log: Add a level of indirection to the implementation of \p{InFoo}
20181              so that we don't have to have long filenames.  (Nothing changes
20182              in the user interface.)   The indirection is defined in
20183              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
20184              Also rename some the character classes by removing '-' from
20185              the classnames, and finally renamed Block.pl as Blocks.pl.
20186      Branch: perl
20187            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
20188            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
20189            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
20190            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
20191            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
20192            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
20193            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
20194            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
20195            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
20196            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
20197            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
20198            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
20199            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
20200            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
20201            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
20202            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
20203            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
20204            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
20205            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
20206            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
20207            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
20208            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
20209            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
20210            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
20211            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
20212            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
20213            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
20214            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
20215            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
20216            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
20217            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
20218            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
20219            + lib/unicode/In/94.pl lib/unicode/In/95.pl
20220            - lib/unicode/Block.pl
20221            - lib/unicode/In/AlphabeticPresentationForms.pl
20222            - lib/unicode/In/Arabic.pl
20223            - lib/unicode/In/ArabicPresentationForms-A.pl
20224            - lib/unicode/In/ArabicPresentationForms-B.pl
20225            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
20226            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
20227            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
20228            - lib/unicode/In/BopomofoExtended.pl
20229            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
20230            - lib/unicode/In/CJKCompatibility.pl
20231            - lib/unicode/In/CJKCompatibilityForms.pl
20232            - lib/unicode/In/CJKCompatibilityIdeographs.pl
20233            - lib/unicode/In/CJKRadicalsSupplement.pl
20234            - lib/unicode/In/CJKSymbolsandPunctuation.pl
20235            - lib/unicode/In/CJKUnifiedIdeographs.pl
20236            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
20237            - lib/unicode/In/Cherokee.pl
20238            - lib/unicode/In/CombiningDiacriticalMarks.pl
20239            - lib/unicode/In/CombiningHalfMarks.pl
20240            - lib/unicode/In/CombiningMarksforSymbols.pl
20241            - lib/unicode/In/ControlPictures.pl
20242            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
20243            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
20244            - lib/unicode/In/EnclosedAlphanumerics.pl
20245            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
20246            - lib/unicode/In/Ethiopic.pl
20247            - lib/unicode/In/GeneralPunctuation.pl
20248            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
20249            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
20250            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
20251            - lib/unicode/In/HalfwidthandFullwidthForms.pl
20252            - lib/unicode/In/HangulCompatibilityJamo.pl
20253            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
20254            - lib/unicode/In/Hebrew.pl
20255            - lib/unicode/In/HighPrivateUseSurrogates.pl
20256            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
20257            - lib/unicode/In/IPAExtensions.pl
20258            - lib/unicode/In/IdeographicDescriptionCharacters.pl
20259            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
20260            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
20261            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
20262            - lib/unicode/In/Latin-1Supplement.pl
20263            - lib/unicode/In/LatinExtended-A.pl
20264            - lib/unicode/In/LatinExtended-B.pl
20265            - lib/unicode/In/LatinExtendedAdditional.pl
20266            - lib/unicode/In/LetterlikeSymbols.pl
20267            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
20268            - lib/unicode/In/MathematicalOperators.pl
20269            - lib/unicode/In/MiscellaneousSymbols.pl
20270            - lib/unicode/In/MiscellaneousTechnical.pl
20271            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
20272            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
20273            - lib/unicode/In/OpticalCharacterRecognition.pl
20274            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
20275            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
20276            - lib/unicode/In/SmallFormVariants.pl
20277            - lib/unicode/In/SpacingModifierLetters.pl
20278            - lib/unicode/In/Specials.pl
20279            - lib/unicode/In/SuperscriptsandSubscripts.pl
20280            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
20281            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
20282            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
20283            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
20284            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
20285            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
20286            ! pod/perlunicode.pod
20287 ____________________________________________________________________________
20288 [  9896] By: jhi                                   on 2001/04/28  14:33:17
20289         Log: Update the information on shared library path on HP-UX.
20290      Branch: perl
20291            ! INSTALL
20292 ____________________________________________________________________________
20293 [  9895] By: jhi                                   on 2001/04/28  14:32:30
20294         Log: Because #9894 seems to do the trick, this workaround can be removed.
20295      Branch: perl
20296            ! t/lib/selfstubber.t
20297 ____________________________________________________________________________
20298 [  9894] By: jhi                                   on 2001/04/28  14:26:13
20299         Log: For PerlIO flush the children's file handles (on fork/exec/system).
20300      Branch: perl
20301            ! perl.h
20302 ____________________________________________________________________________
20303 [  9893] By: jhi                                   on 2001/04/28  14:23:15
20304         Log: Test tweak for #9891.
20305      Branch: perl
20306            ! t/lib/b-deparse.t
20307 ____________________________________________________________________________
20308 [  9892] By: jhi                                   on 2001/04/28  14:10:13
20309         Log: New HP-UX hints from Merijn.
20310      Branch: perl
20311            ! hints/hpux.sh
20312 ____________________________________________________________________________
20313 [  9891] By: jhi                                   on 2001/04/28  14:07:27
20314         Log: Subject: [PATCH B::Deparse] non-block scopes
20315              From: Robin Houston <robin@kitsite.com>
20316              Date: Fri, 27 Apr 2001 19:15:14 +0100
20317              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
20318      Branch: perl
20319            ! ext/B/B/Deparse.pm
20320 ____________________________________________________________________________
20321 [  9890] By: nick                                  on 2001/04/27  19:41:25
20322         Log: Integrate mainline
20323      Branch: perlio
20324           +> t/lib/selfstubber.t
20325           !> (integrate 50 files)
20326 ____________________________________________________________________________
20327 [  9889] By: jhi                                   on 2001/04/27  18:23:46
20328         Log: Subject: Re: selfstubber test fail on bleadperl
20329              From: Mike Guy <mjtg@cam.ac.uk>
20330              Date: Fri, 27 Apr 2001 19:31:18 +0100
20331              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
20332      Branch: perl
20333            ! t/lib/selfstubber.t
20334 ____________________________________________________________________________
20335 [  9888] By: jhi                                   on 2001/04/27  16:20:54
20336         Log: Test tweak for #9886.
20337      Branch: perl
20338            ! t/lib/b-deparse.t
20339 ____________________________________________________________________________
20340 [  9887] By: jhi                                   on 2001/04/27  16:16:33
20341         Log: Buffering issue at least in Solaris (even with perlio).
20342      Branch: perl
20343            ! t/lib/selfstubber.t
20344 ____________________________________________________________________________
20345 [  9886] By: jhi                                   on 2001/04/27  14:59:23
20346         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
20347              From: Robin Houston <robin@kitsite.com>
20348              Date: Fri, 27 Apr 2001 16:53:20 +0100
20349              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
20350      Branch: perl
20351            ! ext/B/B/Deparse.pm
20352 ____________________________________________________________________________
20353 [  9885] By: jhi                                   on 2001/04/27  14:23:51
20354         Log: Update Changes.
20355      Branch: perl
20356            ! Changes patchlevel.h
20357 ____________________________________________________________________________
20358 [  9884] By: jhi                                   on 2001/04/27  14:14:12
20359         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
20360              From: "Philip Newton" <pnewton@gmx.de>
20361              Date: Fri, 27 Apr 2001 16:40:13 +0200
20362              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
20363      Branch: perl
20364            ! pod/perldata.pod
20365 ____________________________________________________________________________
20366 [  9883] By: jhi                                   on 2001/04/27  13:28:19
20367         Log: Add LOG_PERROR; prettify the "removed".
20368      Branch: perl
20369            ! ext/Sys/Syslog/Syslog.xs
20370 ____________________________________________________________________________
20371 [  9882] By: jhi                                   on 2001/04/27  13:13:18
20372         Log: h2xs tweaks: use NV instead of double, "quote" the removed
20373              prefixes for clarity (especially when nothing is removed),
20374              slight pod reformats.
20375      Branch: perl
20376            ! utils/h2xs.PL
20377 ____________________________________________________________________________
20378 [  9881] By: jhi                                   on 2001/04/27  12:58:48
20379         Log: Don't bother creating existing directories.
20380      Branch: perl
20381            ! utils/h2xs.PL
20382 ____________________________________________________________________________
20383 [  9880] By: jhi                                   on 2001/04/27  12:45:39
20384         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
20385              From: Mike Schilli <m@perlmeister.com>
20386              Date: Wed, 25 Apr 2001 01:29:21 -0700
20387              Message-id: <3AE68AE1.6A981723@perlmeister.com>
20388      Branch: perl
20389            ! utils/h2xs.PL
20390 ____________________________________________________________________________
20391 [  9879] By: jhi                                   on 2001/04/27  12:40:55
20392         Log: break is not yet Perl.  Added the template license also to README.
20393      Branch: perl
20394            ! utils/h2xs.PL
20395 ____________________________________________________________________________
20396 [  9878] By: jhi                                   on 2001/04/27  03:08:20
20397         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
20398              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20399              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
20400              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
20401      Branch: perl
20402            ! t/lib/xs-typemap.t
20403 ____________________________________________________________________________
20404 [  9877] By: jhi                                   on 2001/04/26  23:54:40
20405         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
20406              From: "Abigail" <abigail@foad.org>
20407              Date: Fri, 27 Apr 2001 01:44:28 +0200
20408              Message-ID: <20010426234428.19786.qmail@foad.org>
20409      Branch: perl
20410            ! utils/h2xs.PL
20411 ____________________________________________________________________________
20412 [  9876] By: jhi                                   on 2001/04/26  23:52:06
20413         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
20414              From: Peter Prymmer <pvhp@forte.com>
20415              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
20416              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
20417      Branch: perl
20418            ! t/lib/selfstubber.t
20419 ____________________________________________________________________________
20420 [  9875] By: jhi                                   on 2001/04/26  23:48:10
20421         Log: Deparse nits.
20422      Branch: perl
20423            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
20424 ____________________________________________________________________________
20425 [  9874] By: jhi                                   on 2001/04/26  22:46:05
20426         Log: Document ANYOF_CLASS.
20427      Branch: perl
20428            ! regcomp.h
20429 ____________________________________________________________________________
20430 [  9873] By: jhi                                   on 2001/04/26  22:35:03
20431         Log: Subject: Re: [PATCH @9846] dumping ANYOF
20432              From: Hugo <hv@crypt.compulink.co.uk>
20433              Date: Thu, 26 Apr 2001 23:33:38 +0100
20434              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
20435      Branch: perl
20436            ! regcomp.c regcomp.h
20437 ____________________________________________________________________________
20438 [  9872] By: jhi                                   on 2001/04/26  22:34:31
20439         Log: Subject: [PATCH] more for Devel::SelfStubber
20440              From: Nicholas Clark <nick@ccl4.org>
20441              Date: Fri, 27 Apr 2001 00:13:52 +0100
20442              Message-ID: <20010427001351.K88186@plum.flirble.org>
20443      Branch: perl
20444            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
20445 ____________________________________________________________________________
20446 [  9871] By: jhi                                   on 2001/04/26  21:59:17
20447         Log: Subject: [PATCH B::Deparse] formats must be flush left
20448              From: Robin Houston <robin@kitsite.com>
20449              Date: Thu, 26 Apr 2001 23:54:29 +0100
20450              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
20451      Branch: perl
20452            ! ext/B/B/Deparse.pm
20453 ____________________________________________________________________________
20454 [  9870] By: jhi                                   on 2001/04/26  21:57:37
20455         Log: If some of the constants are prefixes of others,
20456              the prefixes may never get recognized.  (See 20010426.006.)
20457      Branch: perl
20458            ! utils/h2xs.PL
20459 ____________________________________________________________________________
20460 [  9869] By: jhi                                   on 2001/04/26  21:50:42
20461         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
20462              From: Chris Bongaarts <cab@tc.umn.edu>
20463              Date: Thu, 26 Apr 2001 17:10:31 -0500
20464              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
20465      Branch: perl
20466            ! ext/Sys/Syslog/Syslog.xs
20467 ____________________________________________________________________________
20468 [  9868] By: jhi                                   on 2001/04/26  21:35:12
20469         Log: Further cuts and more docs from Graham Barr.
20470      Branch: perl
20471            ! ext/List/Util/lib/List/Util.pm
20472            ! ext/List/Util/lib/Scalar/Util.pm
20473 ____________________________________________________________________________
20474 [  9867] By: jhi                                   on 2001/04/26  21:18:57
20475         Log: Subject: [PATCH 5.7.1] DB_File-1.77
20476              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
20477              Date: Thu, 26 Apr 2001 22:37:53 +0100
20478              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
20479      Branch: perl
20480            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20481            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
20482 ____________________________________________________________________________
20483 [  9866] By: jhi                                   on 2001/04/26  21:12:31
20484         Log: Subject: [PATCH B::Deparse] fix easy bugs
20485              From: Robin Houston <robin@kitsite.com>
20486              Date: Thu, 26 Apr 2001 23:03:33 +0100
20487              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
20488      Branch: perl
20489            ! ext/B/B/Deparse.pm
20490 ____________________________________________________________________________
20491 [  9865] By: jhi                                   on 2001/04/26  20:26:13
20492         Log: Update Changes.
20493      Branch: perl
20494            ! Changes patchlevel.h
20495 ____________________________________________________________________________
20496 [  9864] By: jhi                                   on 2001/04/26  19:27:48
20497         Log: Dethinko from Robin Houston.
20498      Branch: perl
20499            ! ext/B/B/Deparse.pm
20500 ____________________________________________________________________________
20501 [  9863] By: jhi                                   on 2001/04/26  19:10:35
20502         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
20503              From: Robin Houston <robin@kitsite.com>
20504              Date: Thu, 26 Apr 2001 21:08:32 +0100
20505              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
20506      Branch: perl
20507            ! ext/B/B/Deparse.pm
20508 ____________________________________________________________________________
20509 [  9862] By: jhi                                   on 2001/04/26  19:04:23
20510         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
20511              From: Robin Houston <robin@kitsite.com>
20512              Date: Thu, 26 Apr 2001 20:52:50 +0100
20513              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
20514      Branch: perl
20515            ! ext/B/B/Deparse.pm
20516 ____________________________________________________________________________
20517 [  9861] By: jhi                                   on 2001/04/26  18:56:14
20518         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
20519              From: Mike Guy <mjtg@cam.ac.uk>
20520              Date: Thu, 26 Apr 2001 14:22:40 +0100
20521              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
20522      Branch: perl
20523            ! pod/perlobj.pod
20524 ____________________________________________________________________________
20525 [  9860] By: jhi                                   on 2001/04/26  18:46:42
20526         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
20527              From: Robin Houston <robin@kitsite.com>
20528              Date: Thu, 26 Apr 2001 20:34:29 +0100
20529              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
20530              
20531              Hashes do not interpolate.
20532      Branch: perl
20533            ! ext/B/B/Deparse.pm
20534 ____________________________________________________________________________
20535 [  9859] By: jhi                                   on 2001/04/26  18:43:51
20536         Log: Subject: The Time::Piece conspiracy unmasked!!!
20537              From: Mike Guy <mjtg@cam.ac.uk>
20538              Date: Thu, 26 Apr 2001 19:02:50 +0100
20539              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
20540              
20541              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
20542              From: Mike Guy <mjtg@cam.ac.uk>
20543              Date: Thu, 26 Apr 2001 19:08:21 +0100
20544              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
20545              
20546              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
20547              From: Graham Barr <gbarr@pobox.com>
20548              Date: Thu, 26 Apr 2001 19:12:03 +0100
20549              Message-ID: <20010426191203.A70835@pobox.com>
20550              
20551              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
20552      Branch: perl
20553            ! ext/List/Util/lib/List/Util.pm
20554            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
20555 ____________________________________________________________________________
20556 [  9858] By: jhi                                   on 2001/04/26  18:17:42
20557         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
20558              From: Robin Houston <robin@kitsite.com>
20559              Date: Thu, 26 Apr 2001 16:09:35 +0100
20560              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
20561      Branch: perl
20562            ! t/comp/proto.t
20563 ____________________________________________________________________________
20564 [  9857] By: jhi                                   on 2001/04/26  18:04:59
20565         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
20566              From: barries <barries@slaysys.com>
20567              Date: Thu, 26 Apr 2001 12:01:10 -0400
20568              Message-ID: <20010426120110.E29698@jester.slaysys.com>
20569      Branch: perl
20570            ! pod/perldiag.pod
20571 ____________________________________________________________________________
20572 [  9856] By: jhi                                   on 2001/04/26  18:03:33
20573         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
20574              Date: Thu, 26 Apr 2001 17:13:41 +0100
20575              From: Robin Houston <robin@kitsite.com>
20576              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
20577              
20578              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
20579              From: Robin Houston <robin@kitsite.com>
20580              Date: Thu, 26 Apr 2001 18:44:29 +0100
20581              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
20582      Branch: perl
20583            ! ext/B/B/Deparse.pm
20584 ____________________________________________________________________________
20585 [  9855] By: jhi                                   on 2001/04/26  17:56:04
20586         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
20587              From: Robin Houston <robin@kitsite.com>
20588              Date: Thu, 26 Apr 2001 17:04:08 +0100
20589              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
20590      Branch: perl
20591            ! ext/B/B/Deparse.pm
20592 ____________________________________________________________________________
20593 [  9854] By: jhi                                   on 2001/04/26  17:47:26
20594         Log: Subject: Re: Short test case for undef %stash:: crash
20595              From: Benjamin Sugars <bsugars@canoe.ca> 
20596              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
20597              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
20598              Changed and moved the perldiag entry.
20599      Branch: perl
20600            ! gv.c pod/perldiag.pod
20601 ____________________________________________________________________________
20602 [  9853] By: jhi                                   on 2001/04/26  14:35:16
20603         Log: Beginnings of strptime().  Do not touch the wet paint.
20604      Branch: perl
20605            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
20606 ____________________________________________________________________________
20607 [  9852] By: jhi                                   on 2001/04/26  13:17:21
20608         Log: Retract #9851, core dumps from pod2man.
20609      Branch: perl
20610            ! regcomp.c
20611 ____________________________________________________________________________
20612 [  9851] By: jhi                                   on 2001/04/26  11:54:41
20613         Log: (Retracted by #9852.)
20614              
20615              Subject: [PATCH @9846] dumping ANYOF
20616              From: Hugo <hv@crypt.compulink.co.uk>
20617              Date: Thu, 26 Apr 2001 05:32:38 +0100
20618              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
20619      Branch: perl
20620            ! regcomp.c
20621 ____________________________________________________________________________
20622 [  9850] By: jhi                                   on 2001/04/26  02:34:44
20623         Log: If ccflags was empty the _previous_ $* containing all the
20624              environment variables and Configure variables was used,
20625              which lead, among other bad things, into $ccflags being your
20626              uname -a output, which lead into test compile with cc failing,
20627              which lead into gcc being selected, which didn't work that well
20628              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
20629              with large files, et cetera.
20630      Branch: perl
20631            ! hints/hpux.sh
20632 ____________________________________________________________________________
20633 [  9849] By: jhi                                   on 2001/04/26  01:44:57
20634         Log: Make selfstubber test more portable.
20635      Branch: perl
20636            ! t/lib/selfstubber.t
20637 ____________________________________________________________________________
20638 [  9848] By: jhi                                   on 2001/04/26  00:50:26
20639         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
20640              From: Benjamin Sugars <ben.sugars@home.com>
20641              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
20642              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
20643      Branch: perl
20644            ! ext/Cwd/Cwd.xs
20645 ____________________________________________________________________________
20646 [  9847] By: jhi                                   on 2001/04/26  00:46:58
20647         Log: Subject: [PATCH: perl@9841] VMS updates
20648              From: Peter Prymmer <pvhp@forte.com>
20649              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
20650              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
20651      Branch: perl
20652            ! README.vms configure.com vms/descrip_mms.template
20653            ! vms/ext/filespec.t
20654 ____________________________________________________________________________
20655 [  9846] By: jhi                                   on 2001/04/26  00:11:56
20656         Log: re 'debug' was broken by #9084.
20657      Branch: perl
20658            ! ext/re/re.xs
20659 ____________________________________________________________________________
20660 [  9845] By: jhi                                   on 2001/04/25  22:33:17
20661         Log: Subject: [PATCH] test for Devel::SelfStubber
20662              From: Nicholas Clark <nick@ccl4.org>
20663              Date: Thu, 26 Apr 2001 00:00:54 +0100
20664              Message-ID: <20010426000054.D89026@plum.flirble.org>
20665      Branch: perl
20666            + t/lib/selfstubber.t
20667            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
20668 ____________________________________________________________________________
20669 [  9844] By: jhi                                   on 2001/04/25  22:29:32
20670         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
20671              From: Paul Johnson <paul@pjcj.net>
20672              Date: Thu, 26 Apr 2001 00:46:08 +0200
20673              Message-ID: <20010426004608.H2338@pjcj.net>
20674      Branch: perl
20675            ! ext/B/B/Concise.pm
20676 ____________________________________________________________________________
20677 [  9843] By: jhi                                   on 2001/04/25  22:28:28
20678         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
20679              From: Peter Prymmer <pvhp@forte.com>
20680              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
20681              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
20682      Branch: perl
20683            ! ext/Cwd/Cwd.xs
20684 ____________________________________________________________________________
20685 [  9842] By: jhi                                   on 2001/04/25  20:58:12
20686         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
20687              From: John Peacock <jpeacock@rowman.com>
20688              Date: Wed, 25 Apr 2001 17:30:26 -0400
20689              Message-ID: <3AE741F2.B3217464@rowman.com>
20690      Branch: perl
20691            ! lib/Math/BigInt.pm t/lib/bigintpm.t
20692 ____________________________________________________________________________
20693 [  9841] By: jhi                                   on 2001/04/25  20:07:05
20694         Log: Update Changes.
20695      Branch: perl
20696            ! Changes patchlevel.h
20697 ____________________________________________________________________________
20698 [  9840] By: jhi                                   on 2001/04/25  19:56:51
20699         Log: Yet another HP-UX hints version from Merijn.
20700      Branch: perl
20701            ! hints/hpux.sh
20702 ____________________________________________________________________________
20703 [  9839] By: jhi                                   on 2001/04/25  19:53:04
20704         Log: abs_path() didn't terminate the filename correctly,
20705              in DIRNAMLENless systems like HP-UX this would fail.
20706      Branch: perl
20707            ! ext/Cwd/Cwd.xs
20708 ____________________________________________________________________________
20709 [  9838] By: jhi                                   on 2001/04/25  16:37:26
20710         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
20711              From: Mike Guy <mjtg@cam.ac.uk>
20712              Date: Wed, 25 Apr 2001 18:31:47 +0100
20713              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
20714      Branch: perl
20715            ! op.c
20716 ____________________________________________________________________________
20717 [  9837] By: jhi                                   on 2001/04/25  16:21:53
20718         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
20719              From: Jon Eveland <jweveland@yahoo.com>
20720              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
20721              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
20722      Branch: perl
20723            ! lib/perl5db.pl
20724 ____________________________________________________________________________
20725 [  9836] By: jhi                                   on 2001/04/25  14:17:50
20726         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
20727              From: "Philip Newton" <pnewton@gmx.de>
20728              Date: Wed, 25 Apr 2001 17:05:58 +0200
20729              Message-ID: <3AE703F6.3234.1833C45@localhost>
20730      Branch: perl
20731            ! Porting/patching.pod
20732 ____________________________________________________________________________
20733 [  9835] By: jhi                                   on 2001/04/25  13:58:07
20734         Log: It would seem that both ar and full_ar need to be overridden
20735              for HP-UX to avoid the GNU ar.
20736      Branch: perl
20737            ! hints/hpux.sh
20738 ____________________________________________________________________________
20739 [  9834] By: jhi                                   on 2001/04/25  13:50:40
20740         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
20741              From: "Philip Newton" <pnewton@gmx.de>
20742              Date: Wed, 25 Apr 2001 16:09:23 +0200
20743              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
20744              
20745              Detypo.
20746      Branch: perl
20747            ! t/op/misc.t
20748 ____________________________________________________________________________
20749 [  9833] By: jhi                                   on 2001/04/25  12:36:11
20750         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
20751      Branch: perl
20752            ! hints/hpux.sh
20753 ____________________________________________________________________________
20754 [  9832] By: jhi                                   on 2001/04/25  12:33:36
20755         Log: New version of HP-UX hints from Merijn.
20756      Branch: perl
20757            ! hints/hpux.sh
20758 ____________________________________________________________________________
20759 [  9831] By: jhi                                   on 2001/04/25  03:39:45
20760         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
20761      Branch: perl
20762            ! hints/hpux.sh
20763 ____________________________________________________________________________
20764 [  9830] By: jhi                                   on 2001/04/25  02:53:25
20765         Log: The tzname[] bit is not needed by util.c -- and causes
20766              heartburn in VMS (and it missing was probably the cause of
20767              the Mac OS X trouble).  Ouch.
20768      Branch: perl
20769            ! ext/POSIX/POSIX.xs util.c
20770 ____________________________________________________________________________
20771 [  9829] By: jhi                                   on 2001/04/25  00:10:06
20772         Log: Metaconfig unit change for #9828.
20773      Branch: metaconfig
20774            ! U/compline/ccflags.U
20775 ____________________________________________________________________________
20776 [  9828] By: jhi                                   on 2001/04/25  00:04:18
20777         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
20778              (which is actually the reason for the change, we need to pass
20779              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
20780              EP/IX, OS/2, and TitanOS, based on the hints files.
20781      Branch: perl
20782            ! Configure config_h.SH
20783 ____________________________________________________________________________
20784 [  9827] By: jhi                                   on 2001/04/24  23:49:20
20785         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
20786              the $cat must have an absolute path.
20787      Branch: perl
20788            ! makedepend.SH
20789 ____________________________________________________________________________
20790 [  9826] By: jhi                                   on 2001/04/24  23:40:53
20791         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
20792      Branch: perl
20793            ! README.amiga
20794 ____________________________________________________________________________
20795 [  9825] By: jhi                                   on 2001/04/24  23:35:35
20796         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
20797              From: "Philip Newton" <pnewton@gmx.de>
20798              Date: Tue, 24 Apr 2001 18:52:49 +0200
20799              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
20800      Branch: perl
20801            ! x2p/find2perl.PL
20802 ____________________________________________________________________________
20803 [  9824] By: jhi                                   on 2001/04/24  23:33:07
20804         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
20805              Some gcc specifics dropped out due to extensive rewriting;
20806              will be put back later as needed.
20807      Branch: perl
20808            ! hints/hpux.sh
20809 ____________________________________________________________________________
20810 [  9823] By: jhi                                   on 2001/04/24  23:27:57
20811         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
20812      Branch: perl
20813            ! ext/POSIX/POSIX.xs
20814 ____________________________________________________________________________
20815 [  9822] By: jhi                                   on 2001/04/24  23:25:21
20816         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
20817              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20818              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
20819              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
20820      Branch: perl
20821            ! ext/XS/Typemap/Typemap.xs
20822 ____________________________________________________________________________
20823 [  9821] By: jhi                                   on 2001/04/24  23:24:10
20824         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
20825              From: "Abigail" <abigail@foad.org>
20826              Date: Tue, 24 Apr 2001 23:12:03 +0200
20827              Message-ID: <20010424211203.7901.qmail@foad.org>
20828      Branch: perl
20829            ! pod/perlport.pod
20830 ____________________________________________________________________________
20831 [  9820] By: jhi                                   on 2001/04/24  23:23:15
20832         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
20833              From: Matt Sergeant <matt@sergeant.org>
20834              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
20835              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
20836      Branch: perl
20837            ! pod/perlfaq4.pod
20838 ____________________________________________________________________________
20839 [  9819] By: nick                                  on 2001/04/24  18:49:43
20840         Log: Integrate mainline.
20841      Branch: perlio
20842           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
20843           !> (integrate 37 files)
20844 ____________________________________________________________________________
20845 [  9818] By: jhi                                   on 2001/04/24  14:35:23
20846         Log: Update Changes.
20847      Branch: perl
20848            ! Changes patchlevel.h
20849 ____________________________________________________________________________
20850 [  9817] By: jhi                                   on 2001/04/24  14:09:17
20851         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
20852              From: "Philip Newton" <pnewton@gmx.de>
20853              Date: Tue, 24 Apr 2001 12:58:12 +0200
20854              Message-ID: <3AE57864.8304.B77A0A@localhost> 
20855              
20856              plus add CPAN to the list of modules that have their own tests.
20857      Branch: perl
20858            ! t/lib/1_compile.t
20859 ____________________________________________________________________________
20860 [  9816] By: jhi                                   on 2001/04/24  14:07:03
20861         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
20862              From: Michael G Schwern <schwern@pobox.com>
20863              Date: Sat, 21 Apr 2001 22:35:00 +0100
20864              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
20865      Branch: perl
20866            ! t/lib/1_compile.t
20867 ____________________________________________________________________________
20868 [  9815] By: jhi                                   on 2001/04/24  13:54:32
20869         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
20870              From: Robin Houston <robin@kitsite.com>
20871              Date: Tue, 24 Apr 2001 15:51:18 +0100
20872              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
20873      Branch: perl
20874            ! ext/B/B/Deparse.pm
20875 ____________________________________________________________________________
20876 [  9814] By: jhi                                   on 2001/04/24  13:17:34
20877         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
20878              From: Bill Glicker <billg@burrelles.com>
20879              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
20880              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
20881      Branch: perl
20882            ! hints/svr5.sh
20883 ____________________________________________________________________________
20884 [  9813] By: jhi                                   on 2001/04/24  12:54:23
20885         Log: Prevent path disclosure (probing for existence of filenames)
20886              using suidperl; bug id 20010322.218.
20887      Branch: perl
20888            ! perl.c pod/perldiag.pod
20889 ____________________________________________________________________________
20890 [  9812] By: jhi                                   on 2001/04/24  12:08:36
20891         Log: Retract #9811.
20892      Branch: perl
20893            ! ext/POSIX/POSIX.xs
20894 ____________________________________________________________________________
20895 [  9811] By: jhi                                   on 2001/04/24  11:57:35
20896         Log: (Retracted by #9812.)
20897      Branch: perl
20898            ! ext/POSIX/POSIX.xs
20899 ____________________________________________________________________________
20900 [  9810] By: jhi                                   on 2001/04/24  03:32:35
20901         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
20902      Branch: perl
20903            ! util.c
20904 ____________________________________________________________________________
20905 [  9809] By: jhi                                   on 2001/04/24  03:16:13
20906         Log: The Math::BigFloat::import() was broken.
20907              (Fixes bug id 20010422.002.)
20908      Branch: perl
20909            ! lib/Math/BigFloat.pm
20910 ____________________________________________________________________________
20911 [  9808] By: jhi                                   on 2001/04/24  01:11:40
20912         Log: Additional dependencies; should help for parallel makes
20913              not to fail on missing lib/lib.pm or lib/re.pm.
20914      Branch: perl
20915            ! Makefile.SH
20916 ____________________________________________________________________________
20917 [  9807] By: jhi                                   on 2001/04/24  00:57:01
20918         Log: Update the test failure disclaimer.
20919      Branch: perl
20920            ! t/pragma/warn/pp_hot
20921 ____________________________________________________________________________
20922 [  9806] By: jhi                                   on 2001/04/24  00:54:04
20923         Log: Add make target "install-all" which is alias for "install"
20924              to cater for case-preserving filesystems like HFS+.
20925      Branch: perl
20926            ! INSTALL Makefile.SH
20927 ____________________________________________________________________________
20928 [  9805] By: jhi                                   on 2001/04/24  00:47:28
20929         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
20930              From: Peter Prymmer <pvhp@forte.com>
20931              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
20932              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
20933              
20934              (Ken William's message forwarded from macosx@perl.org)
20935      Branch: perl
20936            ! hints/darwin.sh
20937 ____________________________________________________________________________
20938 [  9804] By: jhi                                   on 2001/04/23  23:57:35
20939         Log: Cut-and-pasto.
20940      Branch: perl
20941            ! perlio.c
20942 ____________________________________________________________________________
20943 [  9803] By: jhi                                   on 2001/04/23  23:52:25
20944         Log: More PerlIO robustness.
20945      Branch: perl
20946            ! perlio.c
20947 ____________________________________________________________________________
20948 [  9802] By: jhi                                   on 2001/04/23  23:43:35
20949         Log: Make the "STD* opened only for ..." errors more consistent.
20950      Branch: perl
20951            ! doio.c
20952 ____________________________________________________________________________
20953 [  9801] By: jhi                                   on 2001/04/23  23:34:26
20954         Log: Test case for #9800.
20955      Branch: perl
20956            ! t/op/misc.t
20957 ____________________________________________________________________________
20958 [  9800] By: jhi                                   on 2001/04/23  23:14:43
20959         Log: Avoid coredump on 'close STDERR; die' by making
20960              the PerlIO calls more robust.  Also use SETERRNO()
20961              instead of errno = to be more VMS-ready.
20962      Branch: perl
20963            ! perlio.c
20964 ____________________________________________________________________________
20965 [  9799] By: jhi                                   on 2001/04/23  21:41:10
20966         Log: Subject: test for ID 20010423.002
20967              From: Robin Houston <robin@kitsite.com>
20968              Date: Mon, 23 Apr 2001 16:52:21 +0100
20969              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
20970      Branch: perl
20971            ! t/op/avhv.t
20972 ____________________________________________________________________________
20973 [  9798] By: jhi                                   on 2001/04/23  21:40:07
20974         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
20975              From: David Dyck <dcd@tc.fluke.com>
20976              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
20977              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
20978      Branch: perl
20979            ! installperl
20980 ____________________________________________________________________________
20981 [  9797] By: jhi                                   on 2001/04/23  21:37:56
20982         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
20983              From: Benjamin Sugars <bsugars@canoe.ca>
20984              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
20985              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
20986      Branch: perl
20987            ! ext/Cwd/Cwd.xs lib/Cwd.pm
20988 ____________________________________________________________________________
20989 [  9796] By: jhi                                   on 2001/04/23  21:29:24
20990         Log: Synchronize h2xs and pod2man some more on the documentation
20991              templates they propose.
20992      Branch: perl
20993            ! pod/pod2man.PL utils/h2xs.PL
20994 ____________________________________________________________________________
20995 [  9795] By: jhi                                   on 2001/04/23  17:30:40
20996         Log: Add one more naughty test for base64; make encoding logic cleaner.
20997      Branch: perl
20998            ! t/lib/mimeb64.t
20999 ____________________________________________________________________________
21000 [  9794] By: jhi                                   on 2001/04/23  13:51:32
21001         Log: Update Changes.
21002      Branch: perl
21003            ! Changes patchlevel.h
21004 ____________________________________________________________________________
21005 [  9793] By: jhi                                   on 2001/04/23  13:44:18
21006         Log: Duplicate lines.
21007      Branch: perl
21008            ! MANIFEST
21009 ____________________________________________________________________________
21010 [  9792] By: jhi                                   on 2001/04/23  13:39:13
21011         Log: Subject: Re: PATCH 5.7.1
21012              From: Mark-Jason Dominus <mjd@plover.com>
21013              Date: Mon, 23 Apr 2001 10:30:21 -0400
21014              Message-ID: <20010423143021.17335.qmail@plover.com>
21015      Branch: perl
21016            ! perl.h sv.c
21017 ____________________________________________________________________________
21018 [  9791] By: jhi                                   on 2001/04/23  13:32:40
21019         Log: Add the CPAN.pm 1.59_54 tests.
21020      Branch: perl
21021            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
21022            ! MANIFEST
21023 ____________________________________________________________________________
21024 [  9790] By: jhi                                   on 2001/04/23  13:21:55
21025         Log: Subject: Deparse nit
21026              From: Robin Houston <robin@kitsite.com>
21027              Date: Mon, 23 Apr 2001 12:38:20 +0100
21028              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
21029      Branch: perl
21030            ! ext/B/B/Deparse.pm
21031 ____________________________________________________________________________
21032 [  9789] By: jhi                                   on 2001/04/23  13:19:07
21033         Log: Subject: [PATCH] bug 20010423.002
21034              From: Robin Houston <robin@kitsite.com>
21035              Date: Mon, 23 Apr 2001 13:12:30 +0100
21036              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
21037      Branch: perl
21038            ! pp.c
21039 ____________________________________________________________________________
21040 [  9788] By: jhi                                   on 2001/04/23  13:02:49
21041         Log: Subject: PATCH [5.7.1] hv.c unused #define
21042              From: Mark-Jason Dominus <mjd@plover.com>
21043              Date: Sun, 22 Apr 2001 14:17:49 -0400
21044              Message-ID: <20010422181749.26976.qmail@plover.com>
21045      Branch: perl
21046            ! hv.c
21047 ____________________________________________________________________________
21048 [  9787] By: jhi                                   on 2001/04/23  13:02:02
21049         Log: Subject: PATCH 5.7.1
21050              From: Mark-Jason Dominus <mjd@plover.com>
21051              Date: Sun, 22 Apr 2001 15:12:57 -0400
21052              Message-ID: <20010422191258.6539.qmail@plover.com>
21053              
21054              plus Sarathy's STMT_START + STMT_END suggestion.
21055      Branch: perl
21056            ! perl.h
21057 ____________________________________________________________________________
21058 [  9786] By: jhi                                   on 2001/04/23  12:53:25
21059         Log: Fix for
21060              
21061              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
21062              From: dLux <dlux@spam.sch.bme.hu>
21063              Date: Mon, 23 Apr 2001 01:25:26 +0200
21064              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
21065              
21066              (SvGROW really does return a char *.)
21067      Branch: perl
21068            ! pod/perlapi.pod sv.h
21069 ____________________________________________________________________________
21070 [  9785] By: jhi                                   on 2001/04/23  04:34:04
21071         Log: Time::Piece work continues.  $t->day removed since
21072              I think it's too confusing.  Now has normal and
21073              abbreviated length weekday names and month names,
21074              the names change with _names(), not _list().
21075              Now has strftime() in Perl, _strftime() is
21076              the libc version (to which strftime() falls back
21077              if it doesn't know the format.  To do: the reverse
21078              of strftime, strptime(), and the localisation of both.
21079      Branch: perl
21080            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
21081            ! t/lib/time-piece.t
21082 ____________________________________________________________________________
21083 [  9784] By: jhi                                   on 2001/04/23  02:41:46
21084         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
21085              From: andreas.koenig@anima.de (Andreas J. Koenig)
21086              Date: 23 Apr 2001 05:20:55 +0200
21087              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
21088      Branch: perl
21089            ! t/pragma/overload.t
21090 ____________________________________________________________________________
21091 [  9783] By: jhi                                   on 2001/04/22  23:32:42
21092         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
21093              From: Robin Houston <robin@kitsite.com>
21094              Date: Mon, 23 Apr 2001 00:38:18 +0100
21095              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
21096      Branch: perl
21097            ! ext/B/B/Deparse.pm
21098 ____________________________________________________________________________
21099 [  9782] By: jhi                                   on 2001/04/22  20:55:43
21100         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
21101              From: Simon Cozens <simon@netthink.co.uk>
21102              Date: Sun, 22 Apr 2001 18:47:25 +0100
21103              Message-ID: <20010422184725.A14411@netthink.co.uk>
21104      Branch: perl
21105            ! sv.c t/pragma/overload.t
21106 ____________________________________________________________________________
21107 [  9781] By: jhi                                   on 2001/04/22  20:52:13
21108         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
21109              From: Robin Houston <robin@kitsite.com>
21110              Date: Sun, 22 Apr 2001 22:14:50 +0100
21111              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
21112      Branch: perl
21113            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
21114 ____________________________________________________________________________
21115 [  9780] By: nick                                  on 2001/04/22  20:40:31
21116         Log: Integrate mainline.
21117      Branch: perlio
21118           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
21119           +> t/lib/b-stash.t
21120           !> (integrate 38 files)
21121 ____________________________________________________________________________
21122 [  9779] By: jhi                                   on 2001/04/22  15:16:03
21123         Log: Subject: IO::Socket::INET patch
21124              From: andrew deryabin <djsf@technarchy.ru>
21125              Date: Sat, 21 Apr 2001 17:46:52 +0400
21126              Message-ID: <20010421174652.B1426@technarchy>
21127      Branch: perl
21128            ! ext/IO/lib/IO/Socket/INET.pm
21129 ____________________________________________________________________________
21130 [  9778] By: jhi                                   on 2001/04/22  15:14:33
21131         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
21132              From: Mark-Jason Dominus <mjd@plover.com>
21133              Date: Sat, 21 Apr 2001 21:27:49 -0400
21134              Message-ID: <20010422012749.27024.qmail@plover.com>
21135      Branch: perl
21136            ! regcomp.c
21137 ____________________________________________________________________________
21138 [  9777] By: jhi                                   on 2001/04/22  15:10:51
21139         Log: Subject: Re: Regex debugger patch 
21140              From: Mark-Jason Dominus <mjd@plover.com>
21141              Date: Sat, 21 Apr 2001 21:48:51 -0400
21142              Message-ID: <20010422014851.27165.qmail@plover.com>
21143      Branch: perl
21144            ! pod/perldebguts.pod
21145 ____________________________________________________________________________
21146 [  9776] By: jhi                                   on 2001/04/22  15:09:48
21147         Log: Subject: Re: Regex debugger patch
21148              From: Mark-Jason Dominus <mjd@plover.com>
21149              Date: Sat, 21 Apr 2001 14:24:39 -0400
21150              Message-ID: <20010421182439.16508.qmail@plover.com>
21151              
21152              Regex debugger backend.
21153      Branch: perl
21154            ! regcomp.c regexp.h
21155 ____________________________________________________________________________
21156 [  9775] By: jhi                                   on 2001/04/21  16:45:40
21157         Log: Subject: [PATCH] Typo in utf8.h
21158              From: Jesús Quiroga <jquiroga@pobox.com>
21159              Date: Sat, 21 Apr 2001 19:25:33 +0200
21160              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
21161      Branch: perl
21162            ! utf8.h
21163 ____________________________________________________________________________
21164 [  9774] By: jhi                                   on 2001/04/21  16:43:52
21165         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
21166              From: Joe Orton <jorton@redhat.com>
21167              Date: Tue, 17 Apr 2001 15:50:43 +0100
21168              Message-Id: <20010417155043.D19132@eu.c2.net>
21169      Branch: perl
21170            ! hints/svr5.sh
21171 ____________________________________________________________________________
21172 [  9773] By: jhi                                   on 2001/04/21  15:30:15
21173         Log: Subject: Patch utils/h2xs.PL
21174              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21175              Date: Sat, 21 Apr 2001 10:32:16 -0500
21176              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
21177              
21178              Add MAILING list and LICENSE templates.
21179      Branch: perl
21180            ! utils/h2xs.PL
21181 ____________________________________________________________________________
21182 [  9772] By: jhi                                   on 2001/04/21  15:28:36
21183         Log: Subject: perlfaq2.patch for 5.7.1
21184              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21185              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
21186              Date: Fri, 20 Apr 2001 16:42:19 -0500
21187              
21188              rm an extra tab, a blurb about the xx.cpan to clarify
21189              which countries actually have that and dejanews is history
21190              as well as most of that nonsensical entry.
21191      Branch: perl
21192            ! pod/perlfaq2.pod
21193 ____________________________________________________________________________
21194 [  9771] By: jhi                                   on 2001/04/21  15:27:17
21195         Log: Subject: perlfaq1.patch for 5.7.1
21196              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21197              Date: Fri, 20 Apr 2001 16:57:36 -0500
21198              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
21199              
21200              Evil URLs must die. Especially when they are broken.
21201      Branch: perl
21202            ! pod/perlfaq1.pod
21203 ____________________________________________________________________________
21204 [  9770] By: jhi                                   on 2001/04/21  15:23:38
21205         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
21206              From: Michael G Schwern <schwern@pobox.com>
21207              Date: Sat, 21 Apr 2001 16:11:12 +0100
21208              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
21209      Branch: perl
21210            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
21211            + t/lib/b-stash.t
21212            ! MANIFEST ext/B/B.pm t/lib/b.t
21213 ____________________________________________________________________________
21214 [  9769] By: jhi                                   on 2001/04/21  15:03:32
21215         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
21216              From: Michael G Schwern <schwern@pobox.com>
21217              Date: Sat, 21 Apr 2001 09:48:00 +0100
21218              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
21219      Branch: perl
21220            ! utils/h2ph.PL
21221 ____________________________________________________________________________
21222 [  9768] By: jhi                                   on 2001/04/21  14:33:49
21223         Log: PerlIO and Encode doc cleanup and tweaks.
21224      Branch: perl
21225            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
21226            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
21227 ____________________________________________________________________________
21228 [  9767] By: jhi                                   on 2001/04/21  12:40:16
21229         Log: Integrate perlio.
21230      Branch: perl
21231           !> doio.c
21232 ____________________________________________________________________________
21233 [  9766] By: nick                                  on 2001/04/20  18:28:35
21234         Log: Avoid core dump on
21235              open(STDOUT,">",\$foo);
21236      Branch: perlio
21237            ! doio.c
21238 ____________________________________________________________________________
21239 [  9765] By: jhi                                   on 2001/04/20  13:23:43
21240         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
21241              From: Robin Houston <robin@kitsite.com>
21242              Date: Fri, 20 Apr 2001 14:29:22 +0100
21243              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
21244      Branch: perl
21245            ! ext/B/B.pm ext/B/B/Deparse.pm
21246 ____________________________________________________________________________
21247 [  9764] By: jhi                                   on 2001/04/20  13:19:33
21248         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
21249              From: Peter Prymmer <pvhp@forte.com>
21250              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
21251              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
21252      Branch: perl
21253            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
21254            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
21255            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
21256            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
21257 ____________________________________________________________________________
21258 [  9763] By: jhi                                   on 2001/04/20  12:36:39
21259         Log: Subject: Re: A new PerlIO coredump
21260              From: Nick Ing-Simmons <nik@tiuk.ti.com>
21261              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
21262              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
21263      Branch: perl
21264            ! doio.c
21265 ____________________________________________________________________________
21266 [  9762] By: jhi                                   on 2001/04/19  23:02:30
21267         Log: Update Changes.
21268      Branch: perl
21269            ! Changes patchlevel.h
21270 ____________________________________________________________________________
21271 [  9761] By: jhi                                   on 2001/04/19  22:59:19
21272         Log: More cleanup cleanup.
21273      Branch: perl
21274            ! Makefile.SH win32/Makefile win32/makefile.mk
21275 ____________________________________________________________________________
21276 [  9760] By: jhi                                   on 2001/04/19  22:50:31
21277         Log: lib/Time is non-empty, let's not rmdir it.
21278      Branch: perl
21279            ! Makefile.SH
21280 ____________________________________________________________________________
21281 [  9759] By: jhi                                   on 2001/04/19  22:36:51
21282         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
21283              From: Robin Houston <robin@kitsite.com>
21284              Date: Fri, 20 Apr 2001 00:18:53 +0100
21285              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
21286      Branch: perl
21287            ! ext/B/B/Deparse.pm
21288 ____________________________________________________________________________
21289 [  9758] By: jhi                                   on 2001/04/19  22:36:00
21290         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
21291              From: Peter Prymmer <pvhp@forte.com>
21292              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
21293              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
21294      Branch: perl
21295            ! ext/Cwd/Cwd.xs
21296 ____________________________________________________________________________
21297 [  9757] By: nick                                  on 2001/04/19  18:53:54
21298         Log: Blind (untested) integrate of mainline.
21299      Branch: perlio
21300           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
21301           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
21302           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
21303           !> (integrate 53 files)
21304 ____________________________________________________________________________
21305 [  9756] By: jhi                                   on 2001/04/19  16:59:23
21306         Log: Document and test Time::Piece.
21307      Branch: perl
21308            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
21309            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
21310 ____________________________________________________________________________
21311 [  9755] By: jhi                                   on 2001/04/19  12:13:29
21312         Log: A better fix for the \x{12345678} trouble from NI-S.
21313      Branch: perl
21314            ! utf8.c
21315 ____________________________________________________________________________
21316 [  9754] By: jhi                                   on 2001/04/19  11:56:07
21317         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
21318              From: Robin Houston <robin@kitsite.com>
21319              Date: Wed, 18 Apr 2001 17:58:33 +0100
21320              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
21321      Branch: perl
21322            ! ext/B/B/Deparse.pm op.c
21323 ____________________________________________________________________________
21324 [  9753] By: jhi                                   on 2001/04/19  04:21:52
21325         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
21326              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
21327              Date: Thu, 19 Apr 2001 01:11:41 -0400
21328              Message-ID: <20010419011141.A5798@cpan.org>
21329      Branch: perl
21330            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
21331 ____________________________________________________________________________
21332 [  9752] By: jhi                                   on 2001/04/19  02:41:10
21333         Log: The new time utils need to be thread-aware, too.
21334      Branch: perl
21335            ! util.c
21336 ____________________________________________________________________________
21337 [  9751] By: jhi                                   on 2001/04/19  02:26:47
21338         Log: Compilation nit noticed by AIX compiler.
21339      Branch: perl
21340            ! perlio.c
21341 ____________________________________________________________________________
21342 [  9750] By: jhi                                   on 2001/04/19  02:20:06
21343         Log: The new time utils need to be public.
21344      Branch: perl
21345            ! embed.pl
21346 ____________________________________________________________________________
21347 [  9749] By: jhi                                   on 2001/04/19  01:42:39
21348         Log: Regen toc.
21349      Branch: perl
21350            ! pod/perltoc.pod
21351 ____________________________________________________________________________
21352 [  9748] By: jhi                                   on 2001/04/19  01:41:10
21353         Log: Add Time::Piece, a slight rewrite of Time::Object,
21354              from Matt Sergeant.
21355      Branch: perl
21356            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
21357            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
21358            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
21359            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
21360            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
21361            ! win32/makefile.mk
21362 ____________________________________________________________________________
21363 [  9747] By: jhi                                   on 2001/04/19  00:55:35
21364         Log: The new metaconfig unit from strftime.
21365      Branch: metaconfig/U/perl
21366            + d_strftime.U
21367 ____________________________________________________________________________
21368 [  9746] By: jhi                                   on 2001/04/19  00:54:54
21369         Log: Move the strftime() wrapper from POSIX.xs to util.c
21370              as my_strftime(), requires HAS_STRFTIME.
21371      Branch: perl
21372            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21373            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
21374            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
21375            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21376            ! vos/config.ga.h win32/config.bc win32/config.gc
21377            ! win32/config.vc
21378 ____________________________________________________________________________
21379 [  9745] By: jhi                                   on 2001/04/18  23:11:03
21380         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
21381              in preparation of Time::Piece.
21382      Branch: perl
21383            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
21384 ____________________________________________________________________________
21385 [  9744] By: jhi                                   on 2001/04/18  22:33:12
21386         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
21387              From: Peter Prymmer <pvhp@forte.com>
21388              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
21389              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
21390      Branch: perl
21391            ! t/lib/exporter.t
21392 ____________________________________________________________________________
21393 [  9743] By: jhi                                   on 2001/04/18  22:32:23
21394         Log: Subject: Fwd: pod2html leaves cache files lying around?
21395              From: Rajesh Vaidheeswarran <rv@gnu.org>
21396              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
21397              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
21398      Branch: perl
21399            ! lib/Pod/Html.pm
21400 ____________________________________________________________________________
21401 [  9742] By: jhi                                   on 2001/04/18  20:31:49
21402         Log: Update Changes.
21403      Branch: perl
21404            ! Changes patchlevel.h
21405 ____________________________________________________________________________
21406 [  9741] By: jhi                                   on 2001/04/18  20:23:02
21407         Log: Declare hints only if needed.
21408      Branch: perl
21409            ! ext/B/B/Deparse.pm
21410 ____________________________________________________________________________
21411 [  9740] By: jhi                                   on 2001/04/18  19:06:05
21412         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
21413              bug noticed by Robin Houston; basically the code of detecting
21414              value wraparound was acting differently under different compilers
21415              and platforms.  The workaround is to remove the overflow check
21416              for now, a real fix would be to do the overflow (portably) right.
21417      Branch: perl
21418            ! t/op/pat.t utf8.c
21419 ____________________________________________________________________________
21420 [  9739] By: jhi                                   on 2001/04/18  19:01:23
21421         Log: Subject: [PATCH B::Deparse] some pragma support
21422              From: Robin Houston <robin@kitsite.com>
21423              Date: Wed, 18 Apr 2001 19:32:12 +0100
21424              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
21425      Branch: perl
21426            ! ext/B/B/Deparse.pm
21427 ____________________________________________________________________________
21428 [  9738] By: jhi                                   on 2001/04/18  15:16:37
21429         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
21430              From: Benjamin Sugars <bsugars@canoe.ca>
21431              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
21432              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
21433      Branch: perl
21434            ! t/op/glob.t
21435 ____________________________________________________________________________
21436 [  9737] By: jhi                                   on 2001/04/18  13:24:50
21437         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
21438              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21439              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
21440              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
21441      Branch: perl
21442            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
21443            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
21444 ____________________________________________________________________________
21445 [  9736] By: jhi                                   on 2001/04/18  04:15:14
21446         Log: The #9735 also changes the subtest 12.
21447      Branch: perl
21448            ! t/lib/b.t
21449 ____________________________________________________________________________
21450 [  9735] By: jhi                                   on 2001/04/18  03:55:17
21451         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
21452              From: David Dyck <dcd@tc.fluke.com>
21453              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
21454              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
21455      Branch: perl
21456            ! ext/B/B/Deparse.pm
21457 ____________________________________________________________________________
21458 [  9734] By: jhi                                   on 2001/04/18  03:54:11
21459         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
21460              From: Gisle Aas <gisle@ActiveState.com>
21461              Date: 17 Apr 2001 19:06:45 -0700
21462              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
21463      Branch: perl
21464            ! pp_hot.c t/op/misc.t
21465 ____________________________________________________________________________
21466 [  9733] By: jhi                                   on 2001/04/17  22:25:22
21467         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
21468              From: "Abigail" <abigail@foad.org>
21469              Date: Wed, 18 Apr 2001 01:17:46 +0200
21470              Message-ID: <20010417231746.21657.qmail@foad.org>
21471      Branch: perl
21472            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
21473 ____________________________________________________________________________
21474 [  9732] By: jhi                                   on 2001/04/17  20:47:56
21475         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
21476              From: Robin Houston <robin@kitsite.com>
21477              Date: Tue, 17 Apr 2001 22:37:42 +0100
21478              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
21479      Branch: perl
21480            ! ext/B/B/Deparse.pm
21481 ____________________________________________________________________________
21482 [  9731] By: nick                                  on 2001/04/17  20:46:35
21483         Log: Re-sync for t/lib/b.t fix
21484      Branch: perlio
21485           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
21486 ____________________________________________________________________________
21487 [  9730] By: jhi                                   on 2001/04/17  20:45:29
21488         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
21489              From: Robin Houston <robin@kitsite.com>
21490              Date: Tue, 17 Apr 2001 22:29:36 +0100
21491              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
21492      Branch: perl
21493            ! ext/B/B.xs ext/B/B/Deparse.pm
21494 ____________________________________________________________________________
21495 [  9729] By: jhi                                   on 2001/04/17  20:43:11
21496         Log: Subject: Deparse - parenthesise args to undeclared subs
21497              From: Robin Houston <robin@kitsite.com>
21498              Date: Tue, 17 Apr 2001 21:31:05 +0100
21499              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
21500      Branch: perl
21501            ! ext/B/B/Deparse.pm
21502 ____________________________________________________________________________
21503 [  9728] By: jhi                                   on 2001/04/17  18:57:30
21504         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
21505              From: Benjamin Sugars <ben.sugars@home.com>
21506              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
21507              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
21508      Branch: perl
21509            ! t/lib/cwd.t
21510 ____________________________________________________________________________
21511 [  9727] By: jhi                                   on 2001/04/17  18:20:20
21512         Log: Subject: [PATCH B::Deparse] ambient pragmas
21513              From: Robin Houston <robin@kitsite.com>
21514              Date: Tue, 17 Apr 2001 20:01:59 +0100
21515              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
21516      Branch: perl
21517            ! ext/B/B/Deparse.pm t/lib/b.t
21518 ____________________________________________________________________________
21519 [  9726] By: nick                                  on 2001/04/17  16:33:51
21520         Log: Integrate mainline (t/lib/b.t fails test 2...)
21521      Branch: perlio
21522           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
21523           +> ext/List/Util/README ext/List/Util/Util.xs
21524           +> ext/List/Util/lib/List/Util.pm
21525           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
21526           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
21527           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
21528           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
21529           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
21530           !> (integrate 31 files)
21531 ____________________________________________________________________________
21532 [  9725] By: jhi                                   on 2001/04/17  12:14:24
21533         Log: Subject: multiple B::* changes
21534              From: Robin Houston <robin@kitsite.com>
21535              Date: Thu, 12 Apr 2001 20:12:27 +0100
21536              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
21537      Branch: perl
21538            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
21539 ____________________________________________________________________________
21540 [  9724] By: jhi                                   on 2001/04/17  11:59:05
21541         Log: Thread-awareness from Doug MacEachern.
21542      Branch: perl
21543            ! ext/List/Util/Util.xs
21544 ____________________________________________________________________________
21545 [  9723] By: jhi                                   on 2001/04/17  11:57:41
21546         Log: Make the test more portable.
21547      Branch: perl
21548            ! t/lib/cwd.t
21549 ____________________________________________________________________________
21550 [  9722] By: jhi                                   on 2001/04/17  11:53:50
21551         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
21552              From: Benjamin Sugars <ben.sugars@home.com>
21553              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
21554              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
21555      Branch: perl
21556            ! t/lib/cwd.t
21557 ____________________________________________________________________________
21558 [  9721] By: jhi                                   on 2001/04/17  11:52:17
21559         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
21560              From: Benjamin Sugars <bsugars@canoe.ca>
21561              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
21562              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
21563      Branch: perl
21564            ! op.c
21565 ____________________________________________________________________________
21566 [  9720] By: jhi                                   on 2001/04/17  11:35:42
21567         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
21568              From: Chris Nandor <pudge@pobox.com>
21569              Date: Tue, 17 Apr 2001 00:30:49 -0400
21570              Message-Id: <p05100207b701768712de@[10.0.1.177]>
21571      Branch: perl
21572            ! ext/File/Glob/bsd_glob.c gv.c
21573 ____________________________________________________________________________
21574 [  9719] By: jhi                                   on 2001/04/17  11:32:13
21575         Log: Subject: [PATCH] Tweten->West
21576              From: Casey West <casey@geeknest.com>
21577              Date: Mon, 16 Apr 2001 12:11:22 -0400
21578              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
21579      Branch: perl
21580            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
21581            ! pod/perltie.pod
21582 ____________________________________________________________________________
21583 [  9718] By: jhi                                   on 2001/04/16  03:22:52
21584         Log: Update Changes.
21585      Branch: perl
21586            ! Changes patchlevel.h
21587 ____________________________________________________________________________
21588 [  9717] By: jhi                                   on 2001/04/16  03:06:28
21589         Log: Regen toc.
21590      Branch: perl
21591            ! pod/perltoc.pod
21592 ____________________________________________________________________________
21593 [  9716] By: jhi                                   on 2001/04/16  02:58:42
21594         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
21595              From: Prymmer/Kahn <pvhp@best.com>
21596              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
21597              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
21598      Branch: perl
21599            ! utf8.c
21600 ____________________________________________________________________________
21601 [  9715] By: jhi                                   on 2001/04/15  23:40:35
21602         Log: Subject: Re: Net::Ping patch, adds stream protocol
21603              From: bronson@rinspin.com (Scott Bronson)
21604              Date: Tue, 10 Apr 2001 23:58:33 -0700
21605              Message-ID: <20010410235833.N29719@rinspin.com>
21606      Branch: perl
21607            ! lib/Net/Ping.pm
21608 ____________________________________________________________________________
21609 [  9714] By: jhi                                   on 2001/04/15  23:31:46
21610         Log: Printing out the ok messages helps successful testing.
21611      Branch: perl
21612            ! t/lib/time-hires.t
21613 ____________________________________________________________________________
21614 [  9713] By: jhi                                   on 2001/04/15  21:43:24
21615         Log: Update Douglas Wegscheid's email.
21616      Branch: perl
21617            ! AUTHORS
21618 ____________________________________________________________________________
21619 [  9712] By: jhi                                   on 2001/04/15  21:40:41
21620         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
21621              From: Michael G Schwern <schwern@pobox.com>
21622              Date: Sat, 14 Apr 2001 22:40:50 +0100
21623              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
21624      Branch: perl
21625            + t/lib/exporter.t
21626            ! MANIFEST lib/Exporter/Heavy.pm
21627 ____________________________________________________________________________
21628 [  9711] By: jhi                                   on 2001/04/15  21:39:21
21629         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
21630              From: Michael G Schwern <schwern@pobox.com>
21631              Date: Sat, 14 Apr 2001 22:13:59 +0100
21632              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
21633      Branch: perl
21634            ! t/op/loopctl.t
21635 ____________________________________________________________________________
21636 [  9710] By: jhi                                   on 2001/04/15  21:30:19
21637         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
21638              From: Michael G Schwern <schwern@pobox.com>
21639              Date: Sat, 14 Apr 2001 22:05:32 +0100
21640              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
21641      Branch: perl
21642            ! t/pragma/warnings.t
21643 ____________________________________________________________________________
21644 [  9709] By: jhi                                   on 2001/04/15  19:34:09
21645         Log: Integrate changes #9706,9707 from maintperl into mainline.
21646              
21647              change#7210 broke .packlist generation
21648              
21649              ExtUtils::Installed doesn't quote regex metacharacters in paths
21650              before using them in match; also make it work for dosish platforms
21651      Branch: perl
21652           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
21653 ____________________________________________________________________________
21654 [  9708] By: jhi                                   on 2001/04/15  19:31:01
21655         Log: Test also the scalar aspect of getitimer().
21656      Branch: perl
21657            ! t/lib/time-hires.t
21658 ____________________________________________________________________________
21659 [  9707] By: gsar                                  on 2001/04/15  17:24:20
21660         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
21661              before using them in match; also make it work for dosish platforms
21662      Branch: maint-5.6/perl
21663            ! lib/ExtUtils/Installed.pm
21664 ____________________________________________________________________________
21665 [  9706] By: gsar                                  on 2001/04/15  17:21:59
21666         Log: change#7210 broke .packlist generation (listed only filename
21667              rather than fully qualified path name)
21668      Branch: maint-5.6/perl
21669            ! lib/ExtUtils/Install.pm
21670 ____________________________________________________________________________
21671 [  9705] By: jhi                                   on 2001/04/15  12:36:33
21672         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
21673      Branch: perl
21674            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
21675            ! t/lib/time-hires.t
21676 ____________________________________________________________________________
21677 [  9704] By: jhi                                   on 2001/04/15  10:49:08
21678         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
21679              From: Prymmer/Kahn <pvhp@best.com>
21680              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
21681              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
21682      Branch: perl
21683            ! lib/utf8.pm pod/perlebcdic.pod
21684 ____________________________________________________________________________
21685 [  9703] By: jhi                                   on 2001/04/15  02:26:26
21686         Log: I keep forgetting to sort MANIFEST.
21687      Branch: perl
21688            ! MANIFEST
21689 ____________________________________________________________________________
21690 [  9702] By: jhi                                   on 2001/04/15  02:07:47
21691         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
21692              Now we have blessed, reftype, tainted, first, reduce, ...
21693      Branch: perl
21694            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
21695            + ext/List/Util/README ext/List/Util/Util.xs
21696            + ext/List/Util/lib/List/Util.pm
21697            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
21698            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
21699            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
21700            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
21701            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
21702            ! MANIFEST
21703 ____________________________________________________________________________
21704 [  9701] By: jhi                                   on 2001/04/14  15:05:25
21705         Log: Subject: RE: dprofpp.pl updates 
21706              From: Carl Eklof <CEklof@endeca.com>
21707              Date: Thu, 12 Apr 2001 18:45:46 -0400
21708              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
21709      Branch: perl
21710            ! utils/dprofpp.PL
21711 ____________________________________________________________________________
21712 [  9700] By: jhi                                   on 2001/04/14  14:44:55
21713         Log: Do not just blindly add CR.
21714      Branch: perl
21715            ! Porting/makerel
21716 ____________________________________________________________________________
21717 [  9699] By: jhi                                   on 2001/04/13  13:17:01
21718         Log: Update Changes.
21719      Branch: perl
21720            ! Changes patchlevel.h
21721 ____________________________________________________________________________
21722 [  9698] By: jhi                                   on 2001/04/13  12:44:48
21723         Log: Integrate perlio.
21724      Branch: perl
21725           !> ext/PerlIO/Scalar/Scalar.xs
21726 ____________________________________________________________________________
21727 [  9697] By: jhi                                   on 2001/04/13  12:29:15
21728         Log: Add more debug output to the test.
21729      Branch: perl
21730            ! t/lib/cwd.t
21731 ____________________________________________________________________________
21732 [  9696] By: nick                                  on 2001/04/13  10:14:29
21733         Log: Fix core dump on binmode($fh,'Scalar')
21734      Branch: perlio
21735            ! ext/PerlIO/Scalar/Scalar.xs
21736 ____________________________________________________________________________
21737 [  9695] By: nick                                  on 2001/04/13  09:05:42
21738         Log: Integrate mainline
21739      Branch: perlio
21740           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21741           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
21742           +> t/lib/time-hires.t
21743           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
21744           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
21745           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
21746           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
21747           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
21748           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
21749           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
21750 ____________________________________________________________________________
21751 [  9694] By: jhi                                   on 2001/04/12  22:23:35
21752         Log: Integrate change #9693 from maintperl into mainline.
21753              
21754              $VERSION and Version() on the same line provokes a warning from
21755              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
21756      Branch: perl
21757           !> lib/Devel/SelfStubber.pm
21758 ____________________________________________________________________________
21759 [  9693] By: gsar                                  on 2001/04/12  21:55:56
21760         Log: $VERSION and Version() on the same line provokes a warning from
21761              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
21762      Branch: maint-5.6/perl
21763            ! lib/Devel/SelfStubber.pm
21764 ____________________________________________________________________________
21765 [  9692] By: jhi                                   on 2001/04/12  13:54:00
21766         Log: This is at least 5.005.
21767      Branch: perl
21768            ! ext/Time/HiRes/HiRes.xs
21769 ____________________________________________________________________________
21770 [  9691] By: jhi                                   on 2001/04/12  13:37:20
21771         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
21772      Branch: perl
21773            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
21774            ! win32/Makefile win32/makefile.mk
21775 ____________________________________________________________________________
21776 [  9690] By: jhi                                   on 2001/04/12  01:34:46
21777         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
21778      Branch: perl
21779            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21780            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
21781            + t/lib/time-hires.t
21782            ! MANIFEST
21783 ____________________________________________________________________________
21784 [  9689] By: jhi                                   on 2001/04/12  00:28:39
21785         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
21786              From: Gisle Aas <gisle@ActiveState.com>
21787              Date: 11 Apr 2001 16:36:11 -0700
21788              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
21789      Branch: perl
21790            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
21791 ____________________________________________________________________________
21792 [  9688] By: jhi                                   on 2001/04/12  00:27:39
21793         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
21794              From: Gisle Aas <gisle@ActiveState.com>
21795              Date: 11 Apr 2001 11:13:24 -0700
21796              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
21797      Branch: perl
21798            ! ext/MIME/Base64/Base64.xs
21799 ____________________________________________________________________________
21800 [  9687] By: jhi                                   on 2001/04/11  19:51:47
21801         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
21802      Branch: perl
21803            ! Todo-5.6
21804 ____________________________________________________________________________
21805 [  9686] By: jhi                                   on 2001/04/11  16:54:25
21806         Log: Subject: [PATCH opcode.pl] Documentation of table format
21807              From: Simon Cozens <simon@netthink.co.uk>
21808              Date: Wed, 11 Apr 2001 12:59:31 +0100
21809              Message-ID: <20010411125931.A25681@netthink.co.uk>
21810      Branch: perl
21811            ! opcode.pl
21812 ____________________________________________________________________________
21813 [  9685] By: jhi                                   on 2001/04/11  16:53:15
21814         Log: Subject: [PATCH] prototype("CORE::recv")
21815              From: Simon Cozens <simon@netthink.co.uk>
21816              Date: Wed, 11 Apr 2001 13:24:35 +0100
21817              Message-ID: <20010411132435.A26169@netthink.co.uk>
21818      Branch: perl
21819            ! pp.c t/comp/proto.t
21820 ____________________________________________________________________________
21821 [  9684] By: jhi                                   on 2001/04/11  16:47:13
21822         Log: FAQ (and AUTHORS) update from Dan Carson: the information
21823              was several years obsolete, Term::Readkey has been updated
21824              to have the functionality.
21825      Branch: perl
21826            ! AUTHORS pod/perlfaq5.pod
21827 ____________________________________________________________________________
21828 [  9683] By: jhi                                   on 2001/04/11  12:15:46
21829         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
21830              From: Calle Dybedahl <calle@lysator.liu.se>
21831              Date: 10 Apr 2001 16:44:16 +0200
21832              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
21833      Branch: perl
21834            ! ext/MIME/Base64/Base64.xs
21835 ____________________________________________________________________________
21836 [  9682] By: jhi                                   on 2001/04/11  12:12:26
21837         Log: A more minimal fix for 20010410.006 from Hugo.
21838      Branch: perl
21839            ! regexec.c
21840 ____________________________________________________________________________
21841 [  9681] By: jhi                                   on 2001/04/11  11:34:23
21842         Log: Integrate changes #9678,9679 from maintline into mainperl.
21843              
21844              addendum to change#9676
21845              
21846              up $File::Glob::VERSION; add a note pointing out the version of
21847              the OpenBSD glob bsd_glob.c resembles
21848      Branch: perl
21849           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
21850           !> ext/File/Glob/bsd_glob.h
21851 ____________________________________________________________________________
21852 [  9680] By: jhi                                   on 2001/04/11  11:30:38
21853         Log: Bad test numbering in integrate in #9677.
21854              Fixes ID 20010411.001.
21855      Branch: perl
21856            ! t/op/pat.t
21857 ____________________________________________________________________________
21858 [  9679] By: gsar                                  on 2001/04/11  03:38:40
21859         Log: up $File::Glob::VERSION; add a note pointing out the version of
21860              the OpenBSD glob bsd_glob.c resembles
21861      Branch: maint-5.6/perl
21862            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
21863            ! ext/File/Glob/bsd_glob.h
21864 ____________________________________________________________________________
21865 [  9678] By: gsar                                  on 2001/04/11  03:09:48
21866         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
21867              revision 1.8.10.1 found here:
21868              
21869              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
21870      Branch: maint-5.6/perl
21871            ! ext/File/Glob/bsd_glob.c
21872 ____________________________________________________________________________
21873 [  9677] By: jhi                                   on 2001/04/11  02:54:39
21874         Log: Integrate changes #9675,9676 from maintperl into mainline.
21875              
21876              fix for bug 20010410.006, undo change#7115
21877              
21878              port the OpenBSD glob() security patch
21879      Branch: perl
21880           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
21881           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
21882           !> t/op/pat.t
21883 ____________________________________________________________________________
21884 [  9676] By: gsar                                  on 2001/04/11  02:19:02
21885         Log: port the glob() security patch found at:
21886              
21887              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
21888              
21889              CERT advisory for the issue is here:
21890              
21891              http://www.cert.org/advisories/CA-2001-07.html
21892              
21893              Note that the security scare is only relevant for those who are
21894              foolish enough to build suidperl (which is now officially discouraged)
21895      Branch: maint-5.6/perl
21896            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
21897            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
21898 ____________________________________________________________________________
21899 [  9675] By: gsar                                  on 2001/04/10  23:52:11
21900         Log: fix for bug 20010410.006
21901              
21902              undo change#7115 (came into maint-5.6 as change#8156)
21903              
21904              add tests to keep it from coming back
21905      Branch: maint-5.6/perl
21906            ! regexec.c t/op/pat.t
21907 ____________________________________________________________________________
21908 [  9674] By: nick                                  on 2001/04/10  20:39:31
21909         Log: Integrate mainline
21910      Branch: perlio
21911           +> Porting/testall.atom
21912           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
21913           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
21914           !> t/lib/lc-uk.t t/pod/find.t
21915 ____________________________________________________________________________
21916 [  9673] By: nick                                  on 2001/04/10  18:46:14
21917         Log: Integrate against change 9670 aka perl-5.7.1
21918      Branch: perlio
21919           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
21920           !> (integrate 53 files)
21921 ____________________________________________________________________________
21922 [  9672] By: jhi                                   on 2001/04/10  13:45:01
21923         Log: Add a script for doing cumulative profile of the test suite.
21924              (Requires ATOM, that is, Tru64.)
21925      Branch: perl
21926            + Porting/testall.atom
21927            ! MANIFEST
21928 ____________________________________________________________________________
21929 [  9671] By: jhi                                   on 2001/04/10  12:38:53
21930         Log: Missing std block.
21931      Branch: perl
21932            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
21933            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
21934            ! t/pod/find.t
21935 ____________________________________________________________________________
21936 [  9670] By: jhi                                   on 2001/04/10  01:25:58
21937         Log: This is 5.7.1.
21938      Branch: perl
21939            ! patchlevel.h
21940 ____________________________________________________________________________
21941 [  9669] By: jhi                                   on 2001/04/10  01:09:14
21942         Log: Update Changes.
21943      Branch: perl
21944            ! Changes patchlevel.h
21945 ____________________________________________________________________________
21946 [  9668] By: jhi                                   on 2001/04/10  01:00:38
21947         Log: Regen toc.
21948      Branch: perl
21949            ! pod/perltoc.pod
21950 ____________________________________________________________________________
21951 [  9667] By: jhi                                   on 2001/04/10  00:52:16
21952         Log: Update perlhist.
21953      Branch: perl
21954            ! pod/perlhist.pod
21955 ____________________________________________________________________________
21956 [  9666] By: jhi                                   on 2001/04/09  23:38:59
21957         Log: Slight wording tweaks from Damian to #9658.
21958      Branch: perl
21959            ! pod/perlobj.pod
21960 ____________________________________________________________________________
21961 [  9665] By: jhi                                   on 2001/04/09  19:56:06
21962         Log: Subject: [PATCH perlutil.pod] Nit
21963              From: Simon Cozens <simon@netthink.co.uk>
21964              Date: Mon, 9 Apr 2001 20:29:44 +0100
21965              Message-ID: <20010409202944.A14796@the.earth.li>
21966      Branch: perl
21967            ! pod/perlutil.pod
21968 ____________________________________________________________________________
21969 [  9664] By: jhi                                   on 2001/04/09  19:54:42
21970         Log: Subject: Re: perl571delta.pod@9631
21971              From: Mike Guy <mjtg@cam.ac.uk>
21972              Date: Mon, 09 Apr 2001 18:09:14 +0100
21973              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
21974      Branch: perl
21975            ! pod/perl571delta.pod
21976 ____________________________________________________________________________
21977 [  9663] By: jhi                                   on 2001/04/09  13:43:35
21978         Log: Update Changes.
21979      Branch: perl
21980            ! Changes patchlevel.h
21981 ____________________________________________________________________________
21982 [  9662] By: jhi                                   on 2001/04/09  13:24:46
21983         Log: tweak tweak.
21984      Branch: perl
21985            ! AUTHORS pod/perl571delta.pod
21986 ____________________________________________________________________________
21987 [  9661] By: jhi                                   on 2001/04/09  13:15:13
21988         Log: Thinko in manual patch applying.
21989      Branch: perl
21990            ! sv.c
21991 ____________________________________________________________________________
21992 [  9660] By: jhi                                   on 2001/04/09  13:07:53
21993         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
21994              From: Robin Barker <rmb1@cise.npl.co.uk> 
21995              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
21996              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
21997              
21998              (This corrects the case where the "isn't numeric" string contains \0s
21999              and is longer than the temporary buffer, and contains \0 at the point
22000              the string would be truncated by "...".) 
22001      Branch: perl
22002            ! sv.c
22003 ____________________________________________________________________________
22004 [  9659] By: jhi                                   on 2001/04/09  12:57:41
22005         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
22006      Branch: perl
22007            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
22008            ! t/lib/cgi-function.t t/lib/cgi-html.t
22009 ____________________________________________________________________________
22010 [  9658] By: jhi                                   on 2001/04/09  12:48:47
22011         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
22012              From: Ilmari Karonen <iltzu@sci.fi>
22013              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
22014              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
22015              
22016              Rearrange and rewrite the Method Invocation section
22017              to explain the concepts in nicer order.
22018      Branch: perl
22019            ! pod/perlobj.pod
22020 ____________________________________________________________________________
22021 [  9657] By: jhi                                   on 2001/04/09  12:35:58
22022         Log: Upgrade to podlators 1.09, from Russ Allbery.
22023      Branch: perl
22024            ! lib/Pod/Man.pm lib/Pod/Text.pm
22025 ____________________________________________________________________________
22026 [  9656] By: jhi                                   on 2001/04/09  12:31:53
22027         Log: perl571delta.
22028      Branch: perl
22029            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
22030 ____________________________________________________________________________
22031 [  9655] By: jhi                                   on 2001/04/09  12:20:09
22032         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
22033              From: Prymmer/Kahn <pvhp@best.com>
22034              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
22035              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
22036      Branch: perl
22037            ! lib/utf8.pm pod/perlunicode.pod
22038 ____________________________________________________________________________
22039 [  9654] By: gsar                                  on 2001/04/09  03:38:33
22040         Log: here lies 5.6.1
22041      Branch: maint-5.6/perl
22042            ! Changes
22043 ____________________________________________________________________________
22044 [  9653] By: jhi                                   on 2001/04/09  03:25:24
22045         Log: Update perlhist.
22046      Branch: perl
22047            ! pod/perlhist.pod
22048 ____________________________________________________________________________
22049 [  9652] By: jhi                                   on 2001/04/09  03:18:49
22050         Log: perl571delta tweaking continues.
22051      Branch: perl
22052            ! pod/perl571delta.pod
22053 ____________________________________________________________________________
22054 [  9651] By: gsar                                  on 2001/04/09  03:11:19
22055         Log: update Changes, patchlevel.h &c.
22056      Branch: maint-5.6/perl
22057            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
22058            ! pod/perltoc.pod
22059 ____________________________________________________________________________
22060 [  9650] By: jhi                                   on 2001/04/09  02:40:24
22061         Log: Integrate the perlfork half of #9513 from maintperl into mainline
22062              (the perlunicode half is obsolete)
22063      Branch: perl
22064            ! pod/perlfork.pod
22065 ____________________________________________________________________________
22066 [  9649] By: gsar                                  on 2001/04/09  02:35:43
22067         Log: tweak perldelta as suggested by Jarkko
22068      Branch: maint-5.6/perl
22069            ! pod/perldelta.pod
22070 ____________________________________________________________________________
22071 [  9648] By: jhi                                   on 2001/04/09  02:13:04
22072         Log: Integrate change #9646 from maintperl into mainline.
22073              
22074              add note about ithreads and Thread.pm
22075      Branch: perl
22076           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
22077 ____________________________________________________________________________
22078 [  9647] By: jhi                                   on 2001/04/09  02:10:18
22079         Log: Bad assumption that shortsize == 2.
22080      Branch: perl
22081            ! t/lib/xs-typemap.t
22082 ____________________________________________________________________________
22083 [  9646] By: gsar                                  on 2001/04/09  00:48:04
22084         Log: add note about ithreads and Thread.pm (too many people are
22085              confused by the fact that Thread.pm is built and installed
22086              under non-5005threads but doesn't work)
22087      Branch: maint-5.6/perl
22088            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
22089 ____________________________________________________________________________
22090 [  9645] By: gsar                                  on 2001/04/09  00:19:03
22091         Log: update perldelta.pod for changes in 5.6.1
22092      Branch: maint-5.6/perl
22093            ! Changes pod/perldelta.pod
22094 ____________________________________________________________________________
22095 [  9644] By: jhi                                   on 2001/04/08  20:37:00
22096         Log: Integrate change #9639 from maintperl into mainline:
22097              on windows, many of the README.* pods were being copied to
22098              the wrong location
22099      Branch: perl
22100           !> win32/Makefile win32/makefile.mk
22101 ____________________________________________________________________________
22102 [  9643] By: jhi                                   on 2001/04/08  20:07:11
22103         Log: Integrate change #9624 from maintperl into mainline:
22104              the pod tests were not okay.  (t/pod/find.t changes ignored)
22105      Branch: perl
22106           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
22107           !> t/pod/include.t t/pod/included.t t/pod/lref.t
22108           !> t/pod/multiline_items.t t/pod/nested_items.t
22109           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
22110           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
22111 ____________________________________________________________________________
22112 [  9642] By: jhi                                   on 2001/04/08  19:57:17
22113         Log: Integrate change #9638 from maintperl into mainline:
22114              update to latest JPL from the anoncvs repository
22115      Branch: perl
22116           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
22117           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
22118           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
22119 ____________________________________________________________________________
22120 [  9641] By: jhi                                   on 2001/04/08  19:53:30
22121         Log: perl571delta updates.
22122      Branch: perl
22123            ! lib/Filter/Simple.pm pod/perl571delta.pod
22124 ____________________________________________________________________________
22125 [  9640] By: gsar                                  on 2001/04/08  19:20:46
22126         Log: integrate change#9634 from mainline
22127              
22128              Fix the perlmodlib generation (didn't understand separate .pod
22129              files; didn't understand -- as the name-thing separator).
22130              Update the CPAN mirrors list.
22131      Branch: maint-5.6/perl
22132            ! pod/perlmodlib.pod
22133           !> pod/perlmodlib.PL
22134 ____________________________________________________________________________
22135 [  9639] By: gsar                                  on 2001/04/08  18:57:31
22136         Log: on windows, many of the README.* pods were being copied to the wrong
22137              location
22138      Branch: maint-5.6/perl
22139            ! win32/Makefile win32/makefile.mk
22140 ____________________________________________________________________________
22141 [  9638] By: gsar                                  on 2001/04/08  18:38:25
22142         Log: update to latest JPL from the anoncvs repository
22143      Branch: maint-5.6/perl
22144            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
22145            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
22146            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
22147 ____________________________________________________________________________
22148 [  9637] By: jhi                                   on 2001/04/08  17:53:53
22149         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
22150      Branch: perl
22151            ! pod/perl571delta.pod
22152 ____________________________________________________________________________
22153 [  9636] By: jhi                                   on 2001/04/08  17:18:32
22154         Log: Regen toc.
22155      Branch: perl
22156            ! pod/perltoc.pod
22157 ____________________________________________________________________________
22158 [  9635] By: jhi                                   on 2001/04/08  17:16:33
22159         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
22160              From: "Craig A. Berry" <craigberry@mac.com>
22161              Date: Sun, 08 Apr 2001 12:30:16 -0500
22162              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
22163      Branch: perl
22164            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
22165 ____________________________________________________________________________
22166 [  9634] By: jhi                                   on 2001/04/08  17:09:19
22167         Log: Fix the perlmodlib generation (didn't understand separate .pod
22168              files; didn't understand -- as the name-thing separator).
22169              
22170              Update the CPAN mirrors list.
22171      Branch: perl
22172            ! pod/perlmodlib.PL pod/perlmodlib.pod
22173 ____________________________________________________________________________
22174 [  9633] By: jhi                                   on 2001/04/08  16:49:17
22175         Log: Sort MANIFEST.
22176      Branch: perl
22177            ! MANIFEST
22178 ____________________________________________________________________________
22179 [  9632] By: gsar                                  on 2001/04/08  16:36:06
22180         Log: add $Tie::RefHash::VERSION
22181      Branch: maint-5.6/perl
22182            ! lib/Tie/RefHash.pm
22183 ____________________________________________________________________________
22184 [  9631] By: jhi                                   on 2001/04/08  16:10:15
22185         Log: perl571delta updates based on p5p feedback; still needs
22186              lots of examples.
22187      Branch: perl
22188            ! pod/perl571delta.pod
22189 ____________________________________________________________________________
22190 [  9630] By: jhi                                   on 2001/04/08  15:59:13
22191         Log: Update the list of supported platforms to talk about 5.7.1
22192              (and 5.6.1)
22193      Branch: perl
22194            ! pod/perlport.pod
22195 ____________________________________________________________________________
22196 [  9629] By: jhi                                   on 2001/04/08  15:55:41
22197         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
22198              from maintperl into mainline: perlport updates.
22199      Branch: perl
22200            ! pod/perlport.pod
22201 ____________________________________________________________________________
22202 [  9628] By: jhi                                   on 2001/04/08  15:53:17
22203         Log: perlsolaris.pod copied to wrong directory.
22204      Branch: perl
22205            ! win32/makefile.mk
22206 ____________________________________________________________________________
22207 [  9627] By: jhi                                   on 2001/04/08  14:48:18
22208         Log: Subject: Typos in perl571delta.pod
22209              From: "Stephen P. Potter" <spp@spotter.yi.org>
22210              Date: Sat, 07 Apr 2001 20:37:05 -0400
22211              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
22212      Branch: perl
22213            ! pod/perl571delta.pod
22214 ____________________________________________________________________________
22215 [  9626] By: jhi                                   on 2001/04/08  14:39:04
22216         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
22217      Branch: perl
22218            ! gv.c
22219 ____________________________________________________________________________
22220 [  9625] By: nick                                  on 2001/04/08  10:14:23
22221         Log: Integrate mainline
22222      Branch: perlio
22223           +> pod/perl570delta.pod pod/perl571delta.pod
22224           !> (integrate 27 files)
22225 ____________________________________________________________________________
22226 [  9624] By: gsar                                  on 2001/04/08  06:08:17
22227         Log: test in t/pod/* were busted
22228              
22229              these tests are still not enabled in t/{harness,TEST}
22230      Branch: maint-5.6/perl
22231            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
22232            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
22233            ! t/pod/multiline_items.t t/pod/nested_items.t
22234            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
22235            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
22236 ____________________________________________________________________________
22237 [  9623] By: gsar                                  on 2001/04/08  03:37:01
22238         Log: integrate change#9470 from mainline
22239              
22240              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
22241      Branch: maint-5.6/perl
22242           !> ext/Socket/Socket.xs
22243 ____________________________________________________________________________
22244 [  9622] By: jhi                                   on 2001/04/07  22:40:47
22245         Log: Update Changes.
22246      Branch: perl
22247            ! Changes patchlevel.h
22248 ____________________________________________________________________________
22249 [  9621] By: jhi                                   on 2001/04/07  22:34:16
22250         Log: Update AUTHORS.
22251      Branch: perl
22252            ! AUTHORS
22253 ____________________________________________________________________________
22254 [  9620] By: jhi                                   on 2001/04/07  22:12:47
22255         Log: Forgot to bump the number of tests in #9164.
22256      Branch: perl
22257            ! t/op/array.t
22258 ____________________________________________________________________________
22259 [  9619] By: jhi                                   on 2001/04/07  22:09:50
22260         Log: Bump patchlevel to 5.7.1.
22261      Branch: perl
22262            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22263            ! config_h.SH patchlevel.h
22264 ____________________________________________________________________________
22265 [  9618] By: jhi                                   on 2001/04/07  22:02:41
22266         Log: Populate perl571delta.
22267      Branch: perl
22268            ! pod/perl571delta.pod
22269 ____________________________________________________________________________
22270 [  9617] By: jhi                                   on 2001/04/07  22:01:23
22271         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
22272              to forget it later; do not change patchlevel.h yet or regenerate
22273              Configure yet.
22274      Branch: perl
22275            ! epoc/config.sh win32/Makefile win32/config_H.bc
22276            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
22277 ____________________________________________________________________________
22278 [  9616] By: jhi                                   on 2001/04/07  17:46:33
22279         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
22280      Branch: perl
22281            ! pod/perl571delta.pod
22282 ____________________________________________________________________________
22283 [  9615] By: jhi                                   on 2001/04/07  17:33:21
22284         Log: Change the toc configuration.
22285      Branch: perl
22286            ! pod/buildtoc.PL pod/perl.pod
22287 ____________________________________________________________________________
22288 [  9614] By: jhi                                   on 2001/04/07  17:29:47
22289         Log: Subject: PATCH: $[
22290              From: Robin Houston <robin@kitsite.com>
22291              Date: Fri, 6 Apr 2001 18:10:14 +0100
22292              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
22293      Branch: perl
22294            ! op.c t/op/array.t
22295 ____________________________________________________________________________
22296 [  9613] By: jhi                                   on 2001/04/07  17:28:26
22297         Log: Subject: [PATCH perl@9424] isn't numeric warning
22298              From: Robin Barker <rmb1@cise.npl.co.uk>
22299              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
22300              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
22301      Branch: perl
22302            ! sv.c t/pragma/warn/sv
22303 ____________________________________________________________________________
22304 [  9612] By: jhi                                   on 2001/04/07  17:26:45
22305         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
22306              From: Mike Guy <mjtg@cam.ac.uk>
22307              Date: Fri, 06 Apr 2001 12:47:06 +0100
22308              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
22309      Branch: perl
22310            ! dump.c t/lib/peek.t
22311 ____________________________________________________________________________
22312 [  9611] By: jhi                                   on 2001/04/07  17:21:35
22313         Log: Create perl571delta and seed it off with the perldelta changes
22314              since 5.7.0; remove those changes from perldelta and rename it
22315              as perl570delta; recreate perldelta but leave it almost empty.
22316      Branch: perl
22317            + pod/perl570delta.pod pod/perl571delta.pod
22318            ! MANIFEST pod/perldelta.pod
22319 ____________________________________________________________________________
22320 [  9610] By: jhi                                   on 2001/04/07  16:56:32
22321         Log: Denit.
22322      Branch: perl
22323            ! pod/perldelta.pod
22324 ____________________________________________________________________________
22325 [  9609] By: jhi                                   on 2001/04/07  16:38:32
22326         Log: Retract #9523: needs more thought.
22327      Branch: perl
22328            ! Makefile.SH
22329 ____________________________________________________________________________
22330 [  9608] By: jhi                                   on 2001/04/07  14:59:20
22331         Log: atmark() code cleanaup.
22332      Branch: perl
22333            ! ext/IO/IO.xs
22334 ____________________________________________________________________________
22335 [  9607] By: jhi                                   on 2001/04/07  14:48:14
22336         Log: Integrate change #9605 from maintperl into mainline.
22337              
22338              can't optimize away scope entry if tr/// is present
22339      Branch: perl
22340           !> op.c t/op/tr.t
22341 ____________________________________________________________________________
22342 [  9606] By: jhi                                   on 2001/04/07  14:43:59
22343         Log: Integrate perlio.
22344      Branch: perl
22345           +> win32/FindExt.pm
22346           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
22347           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
22348 ____________________________________________________________________________
22349 [  9605] By: gsar                                  on 2001/04/07  11:52:40
22350         Log: can't optimize away scope entry if tr/// is present
22351      Branch: maint-5.6/perl
22352            ! op.c t/op/tr.t
22353 ____________________________________________________________________________
22354 [  9604] By: nick                                  on 2001/04/07  11:39:45
22355         Log: Split out extension finding code from buildext.pl into FindExt.pm
22356              Use it to get Config.pm's idea of available extensions in line
22357              with what is built.
22358      Branch: perlio
22359            + win32/FindExt.pm
22360            ! MANIFEST win32/buildext.pl win32/config_sh.PL
22361            ! win32/makefile.mk
22362 ____________________________________________________________________________
22363 [  9603] By: nick                                  on 2001/04/07  09:11:38
22364         Log: Cleanup correction for failed :Via() layer, also set an error code.
22365      Branch: perlio
22366            ! ext/PerlIO/Via/Via.xs
22367 ____________________________________________________________________________
22368 [  9602] By: nick                                  on 2001/04/07  08:38:04
22369         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
22370              style. So don't use binmode() on the handles so that Win32 etc. see
22371              same sequence and produce same digests.
22372      Branch: perlio
22373            ! t/lib/md5-file.t
22374 ____________________________________________________________________________
22375 [  9601] By: nick                                  on 2001/04/07  08:36:26
22376         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
22377              Else it complains and so crlf layer (say) does not get pushed.
22378      Branch: perlio
22379            ! perlio.c
22380 ____________________________________________________________________________
22381 [  9600] By: jhi                                   on 2001/04/06  23:00:09
22382         Log: Integrate change #9599 from perlio into mainline.
22383      Branch: perl
22384           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
22385           !> win32/config_H.vc
22386 ____________________________________________________________________________
22387 [  9599] By: nick                                  on 2001/04/06  21:42:43
22388         Log: Quote $VERSION in Encode.pm.
22389              regen_config_h as requested.
22390      Branch: perlio
22391            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
22392            ! win32/config_H.vc
22393 ____________________________________________________________________________
22394 [  9598] By: nick                                  on 2001/04/06  20:34:59
22395         Log: Integrate mainline
22396      Branch: perlio
22397           +> README.macos
22398           !> (integrate 39 files)
22399 ____________________________________________________________________________
22400 [  9597] By: gsar                                  on 2001/04/06  18:06:35
22401         Log: integrate change#9464 from mainline (addendum to change#8313)
22402              
22403              Subject: [PATCH @9452] Better peep()ing for foreach() loops
22404      Branch: maint-5.6/perl
22405           !> op.c
22406 ____________________________________________________________________________
22407 [  9596] By: jhi                                   on 2001/04/06  17:26:03
22408         Log: The d_casti32=undef is good for you even when not use64bitall.
22409      Branch: perl
22410            ! hints/hpux.sh
22411 ____________________________________________________________________________
22412 [  9595] By: gsar                                  on 2001/04/06  14:57:17
22413         Log: add a low-impact fix to accomodate darwin-ism
22414      Branch: maint-5.6/perl
22415            ! ext/Errno/Errno_pm.PL
22416 ____________________________________________________________________________
22417 [  9594] By: jhi                                   on 2001/04/06  14:55:14
22418         Log: Integrate changes #9528,9593 from mainline into maintperl;
22419              tweaking the editor/IDE/shell list.
22420      Branch: maint-5.6/perl
22421           !> pod/perlfaq3.pod
22422 ____________________________________________________________________________
22423 [  9593] By: jhi                                   on 2001/04/06  14:51:39
22424         Log: Make the editor/IDE/shell list a little bit airier.
22425      Branch: perl
22426            ! pod/perlfaq3.pod
22427 ____________________________________________________________________________
22428 [  9592] By: gsar                                  on 2001/04/06  14:45:18
22429         Log: integrate change#9477 from mainline (base.pm doc tweak)
22430              
22431              missing doc entry for fmod()
22432      Branch: maint-5.6/perl
22433            ! lib/Math/BigFloat.pm
22434           !> lib/base.pm
22435 ____________________________________________________________________________
22436 [  9591] By: jhi                                   on 2001/04/06  13:55:48
22437         Log: Regen toc.
22438      Branch: perl
22439            ! pod/perltoc.pod
22440 ____________________________________________________________________________
22441 [  9590] By: jhi                                   on 2001/04/06  13:54:52
22442         Log: Math::BigFloat patches from John Peacock.  The equivalent
22443              of #9586 from maintperl but reworked by John to work with
22444              the bleadperl.
22445      Branch: perl
22446            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
22447 ____________________________________________________________________________
22448 [  9589] By: jhi                                   on 2001/04/06  13:42:23
22449         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
22450      Branch: perl
22451            ! ext/Digest/MD5/Makefile.PL
22452 ____________________________________________________________________________
22453 [  9588] By: jhi                                   on 2001/04/06  13:31:45
22454         Log: Integrate changes #9584,9587 from maintperl into mainline.
22455              
22456              keep eval"" CVs alive until the end of the statement in which
22457              they're called
22458              
22459              add README.macos (from Chris Nandor)
22460              
22461              tyop in change#9555
22462      Branch: perl
22463           +> README.macos
22464           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
22465           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
22466           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
22467           !> win32/makefile.mk
22468 ____________________________________________________________________________
22469 [  9587] By: gsar                                  on 2001/04/06  07:31:30
22470         Log: add README.macos (from Chris Nandor)
22471              
22472              tyop in change#9555
22473      Branch: maint-5.6/perl
22474            + README.macos
22475            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
22476            ! win32/Makefile win32/makefile.mk
22477 ____________________________________________________________________________
22478 [  9586] By: gsar                                  on 2001/04/06  07:08:54
22479         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
22480      Branch: maint-5.6/perl
22481            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
22482 ____________________________________________________________________________
22483 [  9585] By: gsar                                  on 2001/04/06  06:58:44
22484         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
22485              from mainline
22486              
22487              Subject: [PATCH] Base64 update to perlfaq9.pod
22488              
22489              Subject: [PATCH AUTHORS] Housekeeping
22490              
22491              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
22492              Mac OS X (Darwin) has extra pwent fields.
22493              
22494              Subject: [PATCH B::*] print control-character vars readably
22495              Needs EBCDICification.
22496              
22497              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
22498              
22499              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
22500              
22501              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
22502              
22503              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
22504              
22505              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
22506              
22507              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
22508              
22509              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
22510              
22511              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
22512              
22513              FreeBSD hints tweak from Anton Berezin.
22514              
22515              Subject: [PATCH foolperl & bleadperl] README.vms update
22516              
22517              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
22518      Branch: maint-5.6/perl
22519           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
22520           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
22521           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
22522 ____________________________________________________________________________
22523 [  9584] By: gsar                                  on 2001/04/06  04:09:00
22524         Log: keep eval"" CVs alive until the end of the statement in which
22525              they're called; this avoids a coredump ensuing from search for
22526              lexicals in code such as:
22527              
22528              sub bug {
22529              my $s = @_;
22530              eval q[sub { eval 'sub { &$s }' }];
22531              }
22532              bug("x")->()->();
22533              
22534              this code still doesn't work as intended (as it has remained
22535              since time immemorial), but it doesn't provoke a coredump anymore
22536      Branch: maint-5.6/perl
22537            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22538            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
22539 ____________________________________________________________________________
22540 [  9583] By: jhi                                   on 2001/04/05  23:52:51
22541         Log: Update Changes.
22542      Branch: perl
22543            ! Changes patchlevel.h
22544 ____________________________________________________________________________
22545 [  9582] By: jhi                                   on 2001/04/05  23:11:23
22546         Log: Slight doc tweak.
22547      Branch: perl
22548            ! pod/perlunicode.pod
22549 ____________________________________________________________________________
22550 [  9581] By: jhi                                   on 2001/04/05  23:04:11
22551         Log: Integrate perlio.
22552      Branch: perl
22553           !> pod/perlunicode.pod
22554 ____________________________________________________________________________
22555 [  9580] By: jhi                                   on 2001/04/05  23:03:29
22556         Log: Test for #9579.
22557      Branch: perl
22558            ! t/op/do.t
22559 ____________________________________________________________________________
22560 [  9579] By: jhi                                   on 2001/04/05  22:54:17
22561         Log: Subject: [PATCH] Propagate calling context for do '...'
22562              From: Gisle Aas <gisle@ActiveState.com>
22563              Date: 04 Apr 2001 20:17:29 -0700
22564              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
22565      Branch: perl
22566            ! pod/perlfunc.pod pp_ctl.c
22567 ____________________________________________________________________________
22568 [  9578] By: jhi                                   on 2001/04/05  22:52:51
22569         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
22570              From: Peter Prymmer <pvhp@forte.com>
22571              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
22572              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
22573      Branch: perl
22574            ! README.vms
22575 ____________________________________________________________________________
22576 [  9577] By: jhi                                   on 2001/04/05  22:48:22
22577         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
22578              From: "Craig A. Berry" <craigberry@mac.com>
22579              Date: Thu, 5 Apr 2001 13:43:28 -0500
22580              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
22581      Branch: perl
22582            ! README.vms
22583 ____________________________________________________________________________
22584 [  9576] By: jhi                                   on 2001/04/05  22:31:38
22585         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
22586              From: Michael G Schwern <schwern@pobox.com>
22587              Date: Thu, 5 Apr 2001 21:53:21 +0100
22588              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
22589      Branch: perl
22590            ! lib/base.pm t/lib/fields.t
22591 ____________________________________________________________________________
22592 [  9575] By: jhi                                   on 2001/04/05  22:26:10
22593         Log: FreeBSD hints tweak from Anton Berezin.
22594      Branch: perl
22595            ! hints/freebsd.sh
22596 ____________________________________________________________________________
22597 [  9574] By: jhi                                   on 2001/04/05  22:24:03
22598         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
22599              From: David Dyck <dcd@tc.fluke.com>
22600              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
22601              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
22602      Branch: perl
22603            ! t/op/oct.t
22604 ____________________________________________________________________________
22605 [  9573] By: jhi                                   on 2001/04/05  22:23:06
22606         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
22607              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
22608              From: David Dyck <dcd@tc.fluke.com>
22609              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
22610      Branch: perl
22611            ! pp.c
22612 ____________________________________________________________________________
22613 [  9572] By: jhi                                   on 2001/04/05  22:14:47
22614         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
22615              From: Robin Houston <robin@kitsite.com>
22616              Date: Thu, 5 Apr 2001 20:56:48 +0100
22617              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
22618      Branch: perl
22619            ! ext/B/B/Deparse.pm
22620 ____________________________________________________________________________
22621 [  9571] By: jhi                                   on 2001/04/05  22:12:53
22622         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
22623              From: Robin Houston <robin@kitsite.com>
22624              Date: Thu, 5 Apr 2001 19:55:51 +0100
22625              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
22626      Branch: perl
22627            ! ext/B/B/Deparse.pm
22628 ____________________________________________________________________________
22629 [  9570] By: jhi                                   on 2001/04/05  22:11:06
22630         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
22631              From: Robin Houston <robin@kitsite.com>
22632              Date: Thu, 5 Apr 2001 20:16:29 +0100
22633              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
22634      Branch: perl
22635            ! ext/B/B/Deparse.pm
22636 ____________________________________________________________________________
22637 [  9569] By: nick                                  on 2001/04/05  21:32:26
22638         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
22639      Branch: perlio
22640            ! pod/perlunicode.pod
22641 ____________________________________________________________________________
22642 [  9568] By: nick                                  on 2001/04/05  19:38:09
22643         Log: Integrate mainline
22644      Branch: perlio
22645           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
22646           !> (integrate 35 files)
22647 ____________________________________________________________________________
22648 [  9567] By: jhi                                   on 2001/04/05  18:31:45
22649         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
22650              From: Robin Houston <robin@kitsite.com>
22651              Date: Thu, 5 Apr 2001 18:03:23 +0100
22652              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
22653      Branch: perl
22654            ! ext/B/B/Deparse.pm
22655 ____________________________________________________________________________
22656 [  9566] By: jhi                                   on 2001/04/05  18:29:35
22657         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
22658              From: Robin Houston <robin@kitsite.com>
22659              Date: Thu, 5 Apr 2001 16:45:18 +0100
22660              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
22661      Branch: perl
22662            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
22663 ____________________________________________________________________________
22664 [  9565] By: jhi                                   on 2001/04/05  18:24:23
22665         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
22666              From: Robin Houston <robin@kitsite.com>
22667              Date: Thu, 5 Apr 2001 14:50:09 +0100
22668              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
22669      Branch: perl
22670            ! ext/B/B/Deparse.pm
22671 ____________________________________________________________________________
22672 [  9564] By: jhi                                   on 2001/04/05  18:23:03
22673         Log: Subject: [PATCH B::*] print control-character vars readably
22674              From: Robin Houston <robin@kitsite.com>
22675              Date: Thu, 5 Apr 2001 14:27:38 +0100
22676              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
22677              
22678              Needs EBCDICification.
22679      Branch: perl
22680            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
22681            ! ext/B/B/Terse.pm
22682 ____________________________________________________________________________
22683 [  9563] By: jhi                                   on 2001/04/05  18:20:32
22684         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
22685              Date: Thu, 5 Apr 2001 13:21:42 -0400
22686              From: Paul Schinder <schinder@pobox.com>
22687              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
22688              
22689              Mac OS X (Darwin) has extra pwent fields.
22690      Branch: perl
22691            ! t/op/pwent.t
22692 ____________________________________________________________________________
22693 [  9562] By: jhi                                   on 2001/04/05  17:57:51
22694         Log: Regen toc.
22695      Branch: perl
22696            ! pod/perltoc.pod
22697 ____________________________________________________________________________
22698 [  9561] By: jhi                                   on 2001/04/05  17:47:33
22699         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
22700      Branch: metaconfig
22701            ! U/Glossary.patch
22702      Branch: metaconfig/U/perl
22703            + d_u32align.U
22704            ! d_cmsghdr_s.U d_msghdr_s.U
22705 ____________________________________________________________________________
22706 [  9560] By: jhi                                   on 2001/04/05  17:47:01
22707         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
22708              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
22709              Introduce probes for struct msghdr, struct cmsghdr,
22710              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
22711              ualarm, usleep, for possible later extension work.
22712      Branch: perl
22713            + t/lib/md5-align.t
22714            ! Configure MANIFEST Porting/Glossary Porting/config.sh
22715            ! Porting/config_H config_h.SH configure.com epoc/config.sh
22716            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
22717            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22718            ! vos/config.ga.h win32/config.bc win32/config.gc
22719            ! win32/config.vc
22720 ____________________________________________________________________________
22721 [  9559] By: jhi                                   on 2001/04/05  13:03:04
22722         Log: Be traditional in your cpp (for the Errno extension).
22723      Branch: perl
22724            ! hints/darwin.sh
22725 ____________________________________________________________________________
22726 [  9558] By: jhi                                   on 2001/04/05  13:00:05
22727         Log: Add $Config{cppflags} to the gcc incantation.
22728      Branch: perl
22729            ! ext/Errno/Errno_pm.PL
22730 ____________________________________________________________________________
22731 [  9557] By: jhi                                   on 2001/04/05  04:22:39
22732         Log: Introduce Sean Burke's Class::ISA 0.32.
22733      Branch: perl
22734            + lib/Class/ISA.pm t/lib/class-isa.t
22735            ! MANIFEST
22736 ____________________________________________________________________________
22737 [  9556] By: jhi                                   on 2001/04/05  04:09:50
22738         Log: Subject: [PATCH AUTHORS] Housekeeping
22739              From: Paul Johnson <paul@pjcj.net> 
22740              Date: Wed, 4 Apr 2001 22:45:47 +0200
22741              Message-ID: <20010404224547.D9548@pjcj.net>
22742      Branch: perl
22743            ! AUTHORS
22744 ____________________________________________________________________________
22745 [  9555] By: jhi                                   on 2001/04/05  04:06:33
22746         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
22747              From: Gisle Aas <gisle@ActiveState.com>
22748              Date: 04 Apr 2001 14:23:04 -0700
22749              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
22750      Branch: perl
22751            ! pod/perlfaq9.pod
22752 ____________________________________________________________________________
22753 [  9554] By: jhi                                   on 2001/04/05  04:05:49
22754         Log: Downgrade also the "Wide character" diagnostic.
22755      Branch: perl
22756            ! pod/perldiag.pod
22757 ____________________________________________________________________________
22758 [  9553] By: jhi                                   on 2001/04/05  04:00:33
22759         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
22760              maintperl into mainline.
22761              
22762              "double" should be "NV"; standard typemap is missing entry
22763              for NV
22764              
22765              s/djSP/dSP/
22766              
22767              Downgrade "Wide character in print" to a warning.
22768              
22769              B::Deparse fix for ${^FOO} and documentation for PVX() method
22770              (from Robin Houston)
22771              
22772              tr/// doesn't null-terminate the result in some situations
22773              (from Gisle Aas)
22774      Branch: perl
22775           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
22776           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
22777           !> t/io/utf8.t t/op/tr.t
22778 ____________________________________________________________________________
22779 [  9552] By: jhi                                   on 2001/04/05  03:52:50
22780         Log: Retract changes #9542 and #9538 (from maintperl, integrated
22781              at #9540), shouldn't be needed because of the perlio changes.
22782      Branch: perl
22783            ! util.c
22784 ____________________________________________________________________________
22785 [  9551] By: gsar                                  on 2001/04/05  00:18:34
22786         Log: tr/// doesn't null-terminate the result in some situations
22787              (from Gisle Aas)
22788      Branch: maint-5.6/perl
22789            ! doop.c t/op/tr.t
22790 ____________________________________________________________________________
22791 [  9550] By: gsar                                  on 2001/04/04  20:04:17
22792         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
22793              (from Robin Houston)
22794      Branch: maint-5.6/perl
22795            ! ext/B/B.pm ext/B/B/Deparse.pm
22796 ____________________________________________________________________________
22797 [  9549] By: nick                                  on 2001/04/04  18:56:15
22798         Log: Downgrade "Wide character in print" to a warning.
22799      Branch: perlio
22800            ! doio.c t/io/utf8.t
22801 ____________________________________________________________________________
22802 [  9548] By: gsar                                  on 2001/04/04  18:51:49
22803         Log: integrate changes#9460,9462,9482,9521,9522
22804              
22805              Subject: PATCH: B::Debug should show LOOP-specific fields
22806              
22807              Subject: B::Deparse precedence bug. (Patch included.)
22808              
22809              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
22810              
22811              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
22812              
22813              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
22814      Branch: maint-5.6/perl
22815           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
22816           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
22817 ____________________________________________________________________________
22818 [  9547] By: gsar                                  on 2001/04/04  18:49:16
22819         Log: s/djSP/dSP/
22820      Branch: maint-5.6/perl
22821            ! ext/Thread/Thread.xs
22822 ____________________________________________________________________________
22823 [  9546] By: nick                                  on 2001/04/04  18:44:00
22824         Log: Integrate mainline.
22825      Branch: perlio
22826           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
22827           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
22828 ____________________________________________________________________________
22829 [  9545] By: gsar                                  on 2001/04/04  18:38:52
22830         Log: integrate change#8837 from mainline
22831              
22832              Subject: [patch] -Wall cleanup round 2
22833      Branch: maint-5.6/perl
22834           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
22835           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
22836           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
22837           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
22838           !> ext/SDBM_File/SDBM_File.xs
22839 ____________________________________________________________________________
22840 [  9544] By: gsar                                  on 2001/04/04  17:49:57
22841         Log: "double" should be "NV"; standard typemap is missing entry
22842              for NV
22843      Branch: maint-5.6/perl
22844            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
22845 ____________________________________________________________________________
22846 [  9543] By: jhi                                   on 2001/04/04  14:13:18
22847         Log: Thou shalt not (just) match for English error messages.
22848      Branch: perl
22849            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
22850            ! os2/OS2/Process/Process.pm
22851 ____________________________________________________________________________
22852 [  9542] By: jhi                                   on 2001/04/04  13:20:39
22853         Log: Make the stdio tricks of fflush_all() to exist only if
22854              stdio is being used.
22855      Branch: perl
22856            ! util.c
22857 ____________________________________________________________________________
22858 [  9541] By: jhi                                   on 2001/04/04  04:20:24
22859         Log: Subject: Re: [PATCH] Lighten up glob
22860              From: Benjamin Sugars <bsugars@canoe.ca>
22861              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
22862              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
22863      Branch: perl
22864            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
22865            ! util.c
22866 ____________________________________________________________________________
22867 [  9540] By: jhi                                   on 2001/04/04  04:03:57
22868         Log: Integrate changes #9538,9539 from maintperl into mainline.
22869              
22870              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
22871              for use with _fwalk() (fix for change#7705)
22872              
22873              another tweak needed for SunOS 4.1.x build (from Mike Guy)
22874              (cp -f is not portable)
22875      Branch: perl
22876           !> Makefile.SH util.c
22877 ____________________________________________________________________________
22878 [  9539] By: gsar                                  on 2001/04/04  03:01:14
22879         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
22880      Branch: maint-5.6/perl
22881            ! Makefile.SH
22882 ____________________________________________________________________________
22883 [  9538] By: gsar                                  on 2001/04/04  01:00:38
22884         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
22885              for use with _fwalk() (fix for change#7705)
22886      Branch: maint-5.6/perl
22887            ! util.c
22888 ____________________________________________________________________________
22889 [  9537] By: nick                                  on 2001/04/03  19:24:55
22890         Log: Integrate mainline
22891      Branch: perlio
22892           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
22893           +> lib/unicode/PropList.html
22894            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
22895           !> (integrate 69 files)
22896 ____________________________________________________________________________
22897 [  9536] By: jhi                                   on 2001/04/03  18:02:31
22898         Log: Integrate change #9533 from maintperl into mainline.
22899              
22900              better fix for change#9517 to accomodate UNC paths like
22901              \\server\share\foo, and paths with trailing backslash
22902              like c:\this\
22903      Branch: perl
22904           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
22905 ____________________________________________________________________________
22906 [  9535] By: jhi                                   on 2001/04/03  17:58:07
22907         Log: Change the push/unshift warning to be of class syntax, not misc.
22908      Branch: perl
22909            ! op.c pod/perldiag.pod t/pragma/warn/op
22910 ____________________________________________________________________________
22911 [  9534] By: jhi                                   on 2001/04/03  15:03:46
22912         Log: Change the push/unshift warning (#9532) to talk about "no values"
22913              instead of "no arguments".
22914      Branch: perl
22915            ! op.c pod/perldiag.pod t/pragma/warn/op
22916 ____________________________________________________________________________
22917 [  9533] By: gsar                                  on 2001/04/03  14:30:07
22918         Log: better fix for change#9517 to accomodate UNC paths like
22919              \\server\share\foo, and paths with trailing backslash
22920              like c:\this\
22921      Branch: maint-5.6/perl
22922            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
22923 ____________________________________________________________________________
22924 [  9532] By: jhi                                   on 2001/04/03  13:11:46
22925         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
22926              From: Robin Houston <robin@kitsite.com>
22927              Date: Mon, 2 Apr 2001 15:03:29 +0100
22928              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
22929      Branch: perl
22930            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
22931 ____________________________________________________________________________
22932 [  9531] By: jhi                                   on 2001/04/03  13:06:34
22933         Log: Integrate change #9530 from maintperl into mainline.
22934              
22935              accomodate VMS "mailbox overflow" quirk in testsuite (from
22936              Craig Berry)
22937      Branch: perl
22938           !> t/lib/socket.t
22939 ____________________________________________________________________________
22940 [  9530] By: gsar                                  on 2001/04/03  04:56:41
22941         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
22942              Craig Berry)
22943      Branch: maint-5.6/perl
22944            ! t/lib/socket.t
22945 ____________________________________________________________________________
22946 [  9529] By: jhi                                   on 2001/04/03  02:34:34
22947         Log: Update Changes.
22948      Branch: perl
22949            ! Changes patchlevel.h
22950 ____________________________________________________________________________
22951 [  9528] By: jhi                                   on 2001/04/03  01:27:57
22952         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
22953              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
22954              To: perl5-porters@perl.org
22955              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
22956      Branch: perl
22957            ! pod/perlfaq3.pod
22958 ____________________________________________________________________________
22959 [  9527] By: jhi                                   on 2001/04/03  01:22:09
22960         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
22961              From: Peter Prymmer <pvhp@forte.com>
22962              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
22963              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
22964      Branch: perl
22965            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
22966 ____________________________________________________________________________
22967 [  9526] By: jhi                                   on 2001/04/03  01:18:25
22968         Log: The metaconfig unit changes for #9525.
22969      Branch: metaconfig
22970            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
22971      Branch: metaconfig/U/perl
22972            ! use64bits.U
22973 ____________________________________________________________________________
22974 [  9525] By: jhi                                   on 2001/04/03  01:17:30
22975         Log: Configure sanity checks:
22976              * if use64bitall is attempted but pointers are only 32-bit,
22977              'downgrade' to use64bitint
22978              * if use64bitint is attempted but there's no quad type,
22979              forget about use64bitint (well, the default for it is 'n',
22980              the user can still override this)
22981              * if pointers are 64 bits, do not try to use Perl's malloc
22982      Branch: perl
22983            ! Configure
22984 ____________________________________________________________________________
22985 [  9524] By: gsar                                  on 2001/04/03  01:09:12
22986         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
22987      Branch: maint-5.6/perl
22988            ! pp_sys.c
22989 ____________________________________________________________________________
22990 [  9523] By: jhi                                   on 2001/04/03  00:02:31
22991         Log: (Retracted by #9609)
22992              
22993              Make it harder for parallel makes to enter 'test' before
22994              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
22995              should be unhappy enough, but sometimes parallel makes seem
22996              to sneak past both in Tru64 and AIX.)
22997      Branch: perl
22998            ! Makefile.SH
22999 ____________________________________________________________________________
23000 [  9522] By: jhi                                   on 2001/04/02  22:35:31
23001         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
23002              Date: Mon, 2 Apr 2001 22:54:10 +0100
23003              From: Robin Houston <robin@kitsite.com>
23004              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
23005      Branch: perl
23006            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
23007 ____________________________________________________________________________
23008 [  9521] By: jhi                                   on 2001/04/02  22:32:23
23009         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
23010              From: Robin Houston <robin@kitsite.com>
23011              Date: Mon, 2 Apr 2001 20:24:03 +0100
23012              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
23013      Branch: perl
23014            ! ext/B/B/Concise.pm
23015 ____________________________________________________________________________
23016 [  9520] By: jhi                                   on 2001/04/02  22:30:43
23017         Log: Subject: [PATCH] REALLY pedantic hv.h nit
23018              From: Simon Cozens <simon@netthink.co.uk>
23019              Date: Mon, 2 Apr 2001 15:43:06 +0100
23020              Message-ID: <20010402154306.A21711@netthink.co.uk>
23021      Branch: perl
23022            ! hv.h
23023 ____________________________________________________________________________
23024 [  9519] By: jhi                                   on 2001/04/02  22:28:04
23025         Log: Based on
23026              
23027              Subject: [foolperl] EPOC fix
23028              From: Olaf Flebbe <O.Flebbe@science-computing.de>
23029              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
23030              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
23031      Branch: perl
23032            ! pp_sys.c
23033 ____________________________________________________________________________
23034 [  9518] By: jhi                                   on 2001/04/02  22:22:34
23035         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
23036              
23037              README.win32 tweaks; add a note about alternative location for
23038              getting a gcc-2.95.2 that will build perl properly on windows
23039              
23040              add some notes about gutsy threading matters
23041              
23042              many of the utilities interpolate literal paths within doublequotes
23043              (fails on dosish platforms where path contains backslashes)
23044      Branch: perl
23045           !> README.win32 pod/perlguts.pod utils/perldoc.PL
23046           !> x2p/find2perl.PL x2p/s2p.PL
23047 ____________________________________________________________________________
23048 [  9517] By: gsar                                  on 2001/04/02  19:52:21
23049         Log: many of the utilities interpolate literal paths within doublequotes
23050              (fails on dosish platforms where path contains backslashes)
23051      Branch: maint-5.6/perl
23052            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
23053 ____________________________________________________________________________
23054 [  9516] By: gsar                                  on 2001/04/02  05:49:37
23055         Log: a foolish release
23056      Branch: maint-5.6/perl
23057            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
23058            ! pod/perltoc.pod
23059 ____________________________________________________________________________
23060 [  9515] By: gsar                                  on 2001/04/02  05:04:29
23061         Log: add missing changelog summaries
23062      Branch: maint-5.6/perl
23063            ! Changes
23064 ____________________________________________________________________________
23065 [  9514] By: gsar                                  on 2001/04/02  04:07:13
23066         Log: add some notes about gutsy threading matters
23067      Branch: maint-5.6/perl
23068            ! pod/perlguts.pod
23069 ____________________________________________________________________________
23070 [  9513] By: gsar                                  on 2001/04/02  03:25:21
23071         Log: add more prominent caveat notices about experimental features
23072      Branch: maint-5.6/perl
23073            ! pod/perlfork.pod pod/perlunicode.pod
23074 ____________________________________________________________________________
23075 [  9512] By: gsar                                  on 2001/04/02  02:54:33
23076         Log: integrate changes#9479,9509 from mainline
23077              
23078              [PATCH] File::Glob stuff for Mac OS
23079              
23080              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
23081      Branch: maint-5.6/perl
23082           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
23083           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
23084           !> t/lib/glob-taint.t
23085 ____________________________________________________________________________
23086 [  9511] By: gsar                                  on 2001/04/02  02:38:24
23087         Log: README.win32 tweaks; add a note about alternative location for
23088              getting a gcc-2.95.2 that will build perl properly on windows
23089      Branch: maint-5.6/perl
23090            ! README.win32
23091 ____________________________________________________________________________
23092 [  9510] By: jhi                                   on 2001/04/01  20:45:10
23093         Log: An ambiguosity warning.
23094      Branch: perl
23095            ! t/lib/trig.t
23096 ____________________________________________________________________________
23097 [  9509] By: jhi                                   on 2001/04/01  19:53:47
23098         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
23099              From: Jonathan Stowe <gellyfish@gellyfish.com>
23100              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
23101              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
23102      Branch: perl
23103            ! ext/File/Glob/bsd_glob.c
23104 ____________________________________________________________________________
23105 [  9508] By: jhi                                   on 2001/04/01  19:35:03
23106         Log: Update Changes.
23107      Branch: perl
23108            ! Changes patchlevel.h
23109 ____________________________________________________________________________
23110 [  9507] By: jhi                                   on 2001/04/01  19:24:01
23111         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
23112              from mainline to maintperl: pod tweaks.
23113      Branch: maint-5.6/perl
23114           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
23115           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
23116           !> pod/perlvar.pod
23117 ____________________________________________________________________________
23118 [  9506] By: jhi                                   on 2001/04/01  19:11:53
23119         Log: Commit Sarathy to April release of 5.6.1 :-)
23120      Branch: perl
23121            ! pod/perlfaq1.pod
23122 ____________________________________________________________________________
23123 [  9505] By: jhi                                   on 2001/04/01  19:03:15
23124         Log: Subject: PATCH 5.6.0 (perldebug.pod)
23125              From: Mark-Jason Dominus <mjd@plover.com>
23126              Date: Sun, 01 Apr 2001 14:25:11 -0400
23127              Message-ID: <20010401182511.9247.qmail@plover.com>
23128      Branch: perl
23129            ! pod/perldebug.pod
23130 ____________________________________________________________________________
23131 [  9504] By: jhi                                   on 2001/04/01  18:43:09
23132         Log: Add great_circle_direction().
23133      Branch: perl
23134            ! lib/Math/Trig.pm t/lib/trig.t
23135 ____________________________________________________________________________
23136 [  9503] By: jhi                                   on 2001/04/01  17:29:12
23137         Log: Unicode ReadMe update for Unicode 3.1.
23138      Branch: perl
23139            ! lib/unicode/ReadMe.txt
23140 ____________________________________________________________________________
23141 [  9502] By: jhi                                   on 2001/04/01  17:18:40
23142         Log: Integrate change #9501 from maintperl into mainline.
23143              
23144              fix the perlembed notes on multiple interpreters
23145              
23146              fix ExtUtils::Embed to work passably on Windows
23147      Branch: perl
23148           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
23149 ____________________________________________________________________________
23150 [  9501] By: gsar                                  on 2001/04/01  07:21:57
23151         Log: fix the perlembed notes on multiple interpreters
23152              
23153              fix ExtUtils::Embed to work passably on Windows
23154      Branch: maint-5.6/perl
23155            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
23156 ____________________________________________________________________________
23157 [  9500] By: jhi                                   on 2001/04/01  05:58:23
23158         Log: Test for #9499.
23159      Branch: perl
23160            ! t/op/tr.t
23161 ____________________________________________________________________________
23162 [  9499] By: jhi                                   on 2001/04/01  05:55:46
23163         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
23164      Branch: perl
23165            ! embed.h embed.pl op.c proto.h
23166 ____________________________________________________________________________
23167 [  9498] By: jhi                                   on 2001/04/01  05:44:34
23168         Log: Protect the workaround hunk more.
23169      Branch: perl
23170            ! toke.c
23171 ____________________________________________________________________________
23172 [  9497] By: jhi                                   on 2001/04/01  00:24:25
23173         Log: Integrate changes #9493,9494,9495,9496 from maintperl
23174              into mainline.
23175              
23176              fix a broken workaround for Borland compiler in change#4739
23177              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
23178              
23179              nits spotted by Borland compiler
23180              
23181              avoid redefinition warnings under Borland 5.02
23182              
23183              various nits identified by the Borland 5.5 compiler; remove suppression
23184              of a few warnings
23185      Branch: perl
23186           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
23187           !> win32/win32.h
23188 ____________________________________________________________________________
23189 [  9496] By: gsar                                  on 2001/03/31  23:22:28
23190         Log: various nits identified by the Borland 5.5 compiler; remove suppression
23191              of a few warnings
23192      Branch: maint-5.6/perl
23193            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
23194 ____________________________________________________________________________
23195 [  9495] By: gsar                                  on 2001/03/31  21:03:08
23196         Log: avoid redefinition warnings under Borland 5.02
23197      Branch: maint-5.6/perl
23198            ! win32/makefile.mk
23199 ____________________________________________________________________________
23200 [  9494] By: gsar                                  on 2001/03/31  20:18:59
23201         Log: nits spotted by Borland compiler
23202      Branch: maint-5.6/perl
23203            ! utf8.h win32/win32.h
23204 ____________________________________________________________________________
23205 [  9493] By: gsar                                  on 2001/03/31  20:18:05
23206         Log: fix a broken workaround for Borland compiler in change#4739
23207              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
23208      Branch: maint-5.6/perl
23209            ! toke.c
23210 ____________________________________________________________________________
23211 [  9492] By: jhi                                   on 2001/03/31  18:36:24
23212         Log: Integrate change #9491 from maintperl into mainline.
23213              
23214              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
23215              directory is relative (need to fetch the full path name *before*
23216              the chdir!)
23217      Branch: perl
23218           !> lib/Cwd.pm
23219 ____________________________________________________________________________
23220 [  9491] By: gsar                                  on 2001/03/31  17:01:56
23221         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
23222              directory is relative (need to fetch the full path name *before*
23223              the chdir!)
23224              
23225              this is a followup patch for change#6749
23226      Branch: maint-5.6/perl
23227            ! lib/Cwd.pm
23228 ____________________________________________________________________________
23229 [  9490] By: jhi                                   on 2001/03/31  15:50:18
23230         Log: Subject: Re: [PATCH] av.h cosmetics
23231              From: Simon Cozens <simon@netthink.co.uk>
23232              Date: Sat, 31 Mar 2001 13:09:59 +0100
23233              Message-ID: <20010331130959.A22000@netthink.co.uk>
23234              
23235              Document AvALLOC.
23236      Branch: perl
23237            ! pod/perlguts.pod
23238 ____________________________________________________________________________
23239 [  9489] By: jhi                                   on 2001/03/31  15:48:44
23240         Log: Subject: [PATCH] Re: Math::Big* v1.21
23241              From: Tels <perl_dummy@bloodgate.com>
23242              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
23243              Message-Id: <200103311125.GAA377738@www08.hway.net>
23244      Branch: perl
23245            ! pod/perlop.pod
23246 ____________________________________________________________________________
23247 [  9488] By: jhi                                   on 2001/03/31  03:39:51
23248         Log: Debug output tweak.
23249      Branch: perl
23250            ! t/lib/cwd.t
23251 ____________________________________________________________________________
23252 [  9487] By: jhi                                   on 2001/03/31  03:33:02
23253         Log: OverVMSification.
23254      Branch: perl
23255            ! t/lib/cwd.t
23256 ____________________________________________________________________________
23257 [  9486] By: jhi                                   on 2001/03/31  03:01:40
23258         Log: Missed MANIFESTations in #9483.
23259      Branch: perl
23260            ! MANIFEST
23261 ____________________________________________________________________________
23262 [  9485] By: jhi                                   on 2001/03/31  02:58:17
23263         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
23264              From: Peter Prymmer <pvhp@forte.com>
23265              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
23266              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
23267      Branch: perl
23268            ! regexec.c t/lib/cwd.t
23269 ____________________________________________________________________________
23270 [  9484] By: jhi                                   on 2001/03/31  01:04:41
23271         Log: Obsolete file (see #3938)
23272      Branch: perl
23273            - lib/unicode/README.Ethiopic
23274            ! MANIFEST
23275 ____________________________________________________________________________
23276 [  9483] By: jhi                                   on 2001/03/31  00:52:42
23277         Log: Update to Unicode 3.1.
23278              (Rename Names.txt to NamesList.txt.)
23279      Branch: perl
23280            + lib/unicode/NamesList.txt lib/unicode/PropList.html
23281            - lib/unicode/Names.txt
23282            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
23283            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
23284            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
23285            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
23286            ! lib/unicode/UCD.html lib/unicode/Unicode.html
23287            ! lib/unicode/rename lib/unicode/version
23288 ____________________________________________________________________________
23289 [  9482] By: jhi                                   on 2001/03/30  23:33:44
23290         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
23291              From: Robin Houston <robin@kitsite.com>
23292              Date: Fri, 30 Mar 2001 20:07:22 +0100
23293              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
23294      Branch: perl
23295            ! ext/B/B/Deparse.pm
23296 ____________________________________________________________________________
23297 [  9481] By: jhi                                   on 2001/03/30  23:20:25
23298         Log: Subject: Re: [PATCH] CwdXS, Take 2
23299              From: Benjamin Sugars <bsugars@canoe.ca>
23300              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
23301              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
23302      Branch: perl
23303            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
23304            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
23305 ____________________________________________________________________________
23306 [  9480] By: jhi                                   on 2001/03/30  22:52:38
23307         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
23308              From: David Dyck <dcd@tc.fluke.com>
23309              Date: Fri, 30 Mar 2001 14:44:13 -0800
23310              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
23311              
23312              The t/rantests flags file creation was accidentally
23313              removed by #9217.
23314      Branch: perl
23315            ! Makefile.SH
23316 ____________________________________________________________________________
23317 [  9479] By: jhi                                   on 2001/03/30  22:45:45
23318         Log: Subject: [PATCH] File::Glob stuff for Mac OS
23319              From: Chris Nandor <pudge@pobox.com>
23320              Date: Fri, 30 Mar 2001 16:51:00 -0500
23321              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
23322      Branch: perl
23323            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
23324            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
23325            ! t/lib/glob-taint.t
23326 ____________________________________________________________________________
23327 [  9478] By: jhi                                   on 2001/03/30  22:43:12
23328         Log: Subject: fix for win32/buildext.pl
23329              From: "Vadim Konovalov" <watman@inbox.ru>
23330              Date: Sat, 31 Mar 2001 00:50:36 +0400
23331              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
23332      Branch: perl
23333            ! win32/buildext.pl
23334 ____________________________________________________________________________
23335 [  9477] By: jhi                                   on 2001/03/30  22:41:16
23336         Log: Subject: small base.pm doc patch
23337              From: Leon Brocard <acme@astray.com>
23338              Date: Fri, 30 Mar 2001 21:49:57 +0100
23339              Message-ID: <20010330214957.B8733@ns0.astray.com>
23340      Branch: perl
23341            ! lib/base.pm
23342 ____________________________________________________________________________
23343 [  9476] By: jhi                                   on 2001/03/30  18:16:57
23344         Log: Subject: [PATCH] av.h cosmetics
23345              From: Simon Cozens <simon@netthink.co.uk>
23346              Date: Fri, 30 Mar 2001 18:12:28 +0100
23347              Message-ID: <20010330181228.A9319@netthink.co.uk>
23348      Branch: perl
23349            ! av.h
23350 ____________________________________________________________________________
23351 [  9475] By: jhi                                   on 2001/03/30  18:15:50
23352         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
23353              From: "Philip Newton" <pnewton@gmx.de>
23354              Date: Fri, 30 Mar 2001 19:06:57 +0200
23355              Message-ID: <3AC4D951.14815.1AC7068@localhost>
23356      Branch: perl
23357            ! pod/perlhack.pod
23358 ____________________________________________________________________________
23359 [  9474] By: jhi                                   on 2001/03/30  18:14:02
23360         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
23361              From: Benjamin Sugars <bsugars@canoe.ca>
23362              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
23363              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
23364      Branch: perl
23365            ! t/lib/glob-basic.t
23366 ____________________________________________________________________________
23367 [  9473] By: jhi                                   on 2001/03/30  16:09:24
23368         Log: Update Changes.
23369      Branch: perl
23370            ! Changes patchlevel.h
23371 ____________________________________________________________________________
23372 [  9472] By: jhi                                   on 2001/03/30  15:16:08
23373         Log: Integrate perlio.
23374      Branch: perl
23375           !> t/lib/cwd.t t/lib/glob-basic.t
23376 ____________________________________________________________________________
23377 [  9471] By: nick                                  on 2001/03/30  14:47:10
23378         Log: Should be (^O eq 'MSWin32') not 'Win32'
23379              Fail #12 seems real - chdir is in wrong dir.
23380      Branch: perlio
23381            ! t/lib/cwd.t
23382 ____________________________________________________________________________
23383 [  9470] By: jhi                                   on 2001/03/30  14:41:11
23384         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
23385              From: Radu Greab <radu@netsoft.ro>
23386              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
23387              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
23388              
23389              Replace #9352.
23390      Branch: perl
23391            ! ext/Socket/Socket.xs pp_sys.c
23392 ____________________________________________________________________________
23393 [  9469] By: jhi                                   on 2001/03/30  14:37:51
23394         Log: Subject: PATCH pod/perldiag.pod
23395              From: Robin Houston <robin@kitsite.com>
23396              Date: Fri, 30 Mar 2001 14:10:36 +0100
23397              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
23398      Branch: perl
23399            ! pod/perldiag.pod t/lib/glob-basic.t
23400 ____________________________________________________________________________
23401 [  9468] By: jhi                                   on 2001/03/30  14:36:36
23402         Log: Subject: Better diagnostic in io/fs.t
23403              From: andreas.koenig@anima.de (Andreas J. Koenig)
23404              Date: 30 Mar 2001 10:11:43 +0200
23405              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
23406      Branch: perl
23407            ! t/io/fs.t
23408 ____________________________________________________________________________
23409 [  9467] By: nick                                  on 2001/03/30  14:25:43
23410         Log: Skip order test of glob if case-ignoring system cannot 
23411              create a.test and A.test
23412      Branch: perlio
23413            ! t/lib/glob-basic.t
23414 ____________________________________________________________________________
23415 [  9466] By: nick                                  on 2001/03/30  13:03:12
23416         Log: Integrate mainline.
23417      Branch: perlio
23418            - ext/re/hints/aix.pl
23419           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
23420           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
23421           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
23422           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
23423 ____________________________________________________________________________
23424 [  9465] By: jhi                                   on 2001/03/30  03:53:37
23425         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
23426              the tests sometimes hang, sometimes not.)
23427      Branch: perl
23428            ! t/lib/io_multihomed.t t/lib/io_sock.t
23429 ____________________________________________________________________________
23430 [  9464] By: jhi                                   on 2001/03/30  02:56:04
23431         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
23432              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23433              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
23434              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
23435      Branch: perl
23436            ! op.c
23437 ____________________________________________________________________________
23438 [  9463] By: jhi                                   on 2001/03/30  02:34:48
23439         Log: Test for #9462.
23440      Branch: perl
23441            ! t/lib/b.t
23442 ____________________________________________________________________________
23443 [  9462] By: jhi                                   on 2001/03/30  02:29:37
23444         Log: Subject: B::Deparse precedence bug. (Patch included.)
23445              From: Jeremy Madea <jmadea@inktomi.com>
23446              Date: Thu, 29 Mar 2001 12:05:02 -0800
23447              Message-ID: <20010329120502.A24881@dr.inktomi.com>
23448      Branch: perl
23449            ! ext/B/B/Deparse.pm
23450 ____________________________________________________________________________
23451 [  9461] By: jhi                                   on 2001/03/30  02:18:41
23452         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
23453              From: Peter Prymmer <pvhp@forte.com>
23454              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
23455              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
23456      Branch: perl
23457            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
23458            ! t/lib/md5-file.t
23459 ____________________________________________________________________________
23460 [  9460] By: jhi                                   on 2001/03/30  02:17:07
23461         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
23462              From: Robin Houston <robin@kitsite.com>
23463              Date: Thu, 29 Mar 2001 20:47:56 +0100
23464              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
23465      Branch: perl
23466            ! ext/B/B/Debug.pm
23467 ____________________________________________________________________________
23468 [  9459] By: jhi                                   on 2001/03/30  02:16:05
23469         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
23470              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
23471              Date: Wed, 28 Mar 2001 18:02:20 -0600
23472              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
23473      Branch: perl
23474            ! lib/ExtUtils/MM_VMS.pm
23475 ____________________________________________________________________________
23476 [  9458] By: jhi                                   on 2001/03/30  02:07:58
23477         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
23478              From: "Joshua E. Rodd" <jrodd@pbs.org>
23479              Date: Wed, 28 Mar 2001 17:29:12 -0500
23480              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
23481      Branch: perl
23482            ! pod/perlop.pod
23483 ____________________________________________________________________________
23484 [  9457] By: jhi                                   on 2001/03/30  02:04:33
23485         Log: Subject: ext/re/aix.pl can go
23486              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23487              Date: Thu, 29 Mar 2001 12:03:28 +0200
23488              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
23489      Branch: perl
23490            - ext/re/hints/aix.pl
23491            ! MANIFEST
23492 ____________________________________________________________________________
23493 [  9456] By: jhi                                   on 2001/03/30  02:03:32
23494         Log: Integrate perlio.
23495      Branch: perl
23496           !> ext/Encode/Encode.xs installperl
23497 ____________________________________________________________________________
23498 [  9455] By: nick                                  on 2001/03/29  21:11:46
23499         Log: DLL name has changed so installperl needs to know
23500              (Why isn't it working it out or passed it?)
23501      Branch: perlio
23502            ! installperl
23503 ____________________________________________________________________________
23504 [  9454] By: nick                                  on 2001/03/29  20:56:12
23505         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
23506              and we don't get undef warnings.
23507      Branch: perlio
23508            ! ext/Encode/Encode.xs
23509 ____________________________________________________________________________
23510 [  9453] By: nick                                  on 2001/03/29  17:58:48
23511         Log: Integrate mainline
23512      Branch: perlio
23513           !> Changes patchlevel.h
23514 ____________________________________________________________________________
23515 [  9452] By: jhi                                   on 2001/03/29  16:44:55
23516         Log: Update Changes.
23517      Branch: perl
23518            ! Changes patchlevel.h
23519 ____________________________________________________________________________
23520 [  9451] By: nick                                  on 2001/03/29  16:31:38
23521         Log: Integrate mainline
23522      Branch: perlio
23523           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
23524           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
23525           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
23526           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
23527           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
23528 ____________________________________________________________________________
23529 [  9450] By: jhi                                   on 2001/03/29  16:29:17
23530         Log: Integrate perlio.
23531      Branch: perl
23532           !> win32/buildext.pl
23533 ____________________________________________________________________________
23534 [  9449] By: jhi                                   on 2001/03/29  15:50:01
23535         Log: Update Changes.
23536      Branch: perl
23537            ! Changes patchlevel.h
23538 ____________________________________________________________________________
23539 [  9448] By: nick                                  on 2001/03/29  15:47:15
23540         Log: Make sure buildext.pl finds Errno.pm
23541      Branch: perlio
23542            ! win32/buildext.pl
23543 ____________________________________________________________________________
23544 [  9447] By: jhi                                   on 2001/03/29  15:39:34
23545         Log: Integrate perlio.
23546      Branch: perl
23547           !> win32/makefile.mk
23548 ____________________________________________________________________________
23549 [  9446] By: nick                                  on 2001/03/29  15:30:03
23550         Log: Integrate win32/makefile.mk with mainline.
23551      Branch: perlio
23552           !> win32/makefile.mk
23553 ____________________________________________________________________________
23554 [  9445] By: nick                                  on 2001/03/29  15:27:32
23555         Log: Fix breakage ... 
23556      Branch: perlio
23557            ! win32/makefile.mk
23558 ____________________________________________________________________________
23559 [  9444] By: jhi                                   on 2001/03/29  15:03:08
23560         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
23561              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23562              Date: Thu, 29 Mar 2001 10:32:59 +0400
23563              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
23564      Branch: perl
23565            ! win32/makefile.mk
23566 ____________________________________________________________________________
23567 [  9443] By: jhi                                   on 2001/03/29  15:02:12
23568         Log: Integrate perlio.
23569      Branch: perl
23570           +> win32/buildext.pl
23571           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
23572           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
23573 ____________________________________________________________________________
23574 [  9442] By: nick                                  on 2001/03/29  14:59:11
23575         Log: Work in progress - determine win32 extensions to build via script.
23576      Branch: perlio
23577            + win32/buildext.pl
23578            ! MANIFEST win32/makefile.mk
23579 ____________________________________________________________________________
23580 [  9441] By: jhi                                   on 2001/03/29  14:51:47
23581         Log: Reintroduce the use of external pwd.
23582      Branch: perl
23583            ! t/lib/cwd.t
23584 ____________________________________________________________________________
23585 [  9440] By: jhi                                   on 2001/03/29  14:42:58
23586         Log: use warnings instead of -w.
23587      Branch: perl
23588            ! utils/h2xs.PL
23589 ____________________________________________________________________________
23590 [  9439] By: jhi                                   on 2001/03/29  14:41:52
23591         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
23592              From: Jonathan Stowe <gellyfish@gellyfish.com>
23593              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
23594              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
23595      Branch: perl
23596            ! utils/h2xs.PL
23597 ____________________________________________________________________________
23598 [  9438] By: jhi                                   on 2001/03/29  14:39:38
23599         Log: Subject: [PATCH perl@9424] minor pod nits
23600              From: Robin Barker <rmb1@cise.npl.co.uk>
23601              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
23602              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
23603      Branch: perl
23604            ! pod/perlhack.pod pod/perliol.pod
23605 ____________________________________________________________________________
23606 [  9437] By: jhi                                   on 2001/03/29  14:29:16
23607         Log: Subject: [PATCH perl@9424] typemap cast warning
23608              From: Robin Barker <rmb1@cise.npl.co.uk>
23609              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
23610              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
23611      Branch: perl
23612            ! lib/ExtUtils/typemap
23613 ____________________________________________________________________________
23614 [  9436] By: jhi                                   on 2001/03/29  14:26:03
23615         Log: Subject: [PATCH perl@9424] printf warning
23616              From: Robin Barker <rmb1@cise.npl.co.uk>
23617              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
23618              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
23619      Branch: perl
23620            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
23621            ! ext/Storable/Storable.xs toke.c
23622 ____________________________________________________________________________
23623 [  9435] By: nick                                  on 2001/03/29  14:23:31
23624         Log: Win32 has name conflict with ERROR
23625      Branch: perlio
23626            ! ext/PerlIO/Via/Via.xs
23627 ____________________________________________________________________________
23628 [  9434] By: jhi                                   on 2001/03/29  14:17:48
23629         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
23630              From: Peter Prymmer <pvhp@forte.com>
23631              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
23632              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
23633      Branch: perl
23634            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
23635 ____________________________________________________________________________
23636 [  9433] By: jhi                                   on 2001/03/29  13:52:44
23637         Log: test-prep target was missing.
23638      Branch: perl
23639            ! Makefile.SH
23640 ____________________________________________________________________________
23641 [  9432] By: nick                                  on 2001/03/29  12:40:03
23642         Log: Make as-shipped compiler default to MSVC6 
23643      Branch: perlio
23644            ! win32/makefile.mk
23645 ____________________________________________________________________________
23646 [  9431] By: nick                                  on 2001/03/29  12:12:16
23647         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
23648              akin to PerlIO::Scalar.
23649      Branch: perlio
23650            ! perlio.c perlio.h
23651 ____________________________________________________________________________
23652 [  9430] By: nick                                  on 2001/03/29  10:56:35
23653         Log: Integrate mainline.
23654      Branch: perlio
23655           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
23656           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
23657           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
23658           !> win32/makefile.mk win32/win32sck.c
23659 ____________________________________________________________________________
23660 [  9429] By: nick                                  on 2001/03/29  09:03:43
23661         Log: Noticed that two tests were skipped as perlio:: package
23662              isn't there any more. Changed the skip condition.
23663              Avoid core-dump if sv_utf8_upgrade() called on something
23664              that does not become SvPOK after SvPV() (e.g. a ref).
23665      Branch: perlio
23666            ! sv.c t/io/utf8.t t/lib/io_scalar.t
23667 ____________________________________________________________________________
23668 [  9428] By: jhi                                   on 2001/03/29  01:31:47
23669         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
23670              From: Benjamin Sugars <bsugars@canoe.ca> 
23671              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
23672              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
23673      Branch: perl
23674            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
23675            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
23676            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
23677 ____________________________________________________________________________
23678 [  9427] By: jhi                                   on 2001/03/29  00:49:30
23679         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
23680              From: "Vadim Konovalov" <watman@inbox.ru>
23681              Date: Thu, 29 Mar 2001 01:50:12 +0400
23682              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
23683      Branch: perl
23684            ! win32/makefile.mk win32/win32sck.c
23685 ____________________________________________________________________________
23686 [  9426] By: gsar                                  on 2001/03/29  00:28:04
23687         Log: dmake can only handle == and != in comparisons; support building
23688              with Borland's VCL libraries (from Vadim Konovalov)
23689      Branch: maint-5.6/perl
23690            ! win32/makefile.mk
23691 ____________________________________________________________________________
23692 [  9425] By: nick                                  on 2001/03/28  19:29:56
23693         Log: Integrate (@snapshot)
23694      Branch: perlio
23695           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
23696 ____________________________________________________________________________
23697 [  9424] By: jhi                                   on 2001/03/28  19:03:16
23698         Log: Update Changes.
23699      Branch: perl
23700            ! Changes patchlevel.h
23701 ____________________________________________________________________________
23702 [  9423] By: jhi                                   on 2001/03/28  18:52:09
23703         Log: Rmdir lib/XS on cleanup.
23704      Branch: perl
23705            ! Makefile.SH
23706 ____________________________________________________________________________
23707 [  9422] By: jhi                                   on 2001/03/28  18:49:34
23708         Log: Integrate perlio.
23709      Branch: perl
23710           !> t/op/utf8decode.t
23711 ____________________________________________________________________________
23712 [  9421] By: nick                                  on 2001/03/28  18:46:44
23713         Log: Loose duplicate chunk.
23714      Branch: perlio
23715            ! t/op/utf8decode.t
23716 ____________________________________________________________________________
23717 [  9420] By: nick                                  on 2001/03/28  18:44:11
23718         Log: Integrate mainline.
23719      Branch: perlio
23720           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
23721           !> vms/vmsish.h
23722 ____________________________________________________________________________
23723 [  9419] By: jhi                                   on 2001/03/28  18:42:05
23724         Log: Can't trust external pwds
23725              (either shell builtins or external programs)
23726      Branch: perl
23727            ! t/lib/cwd.t
23728 ____________________________________________________________________________
23729 [  9418] By: jhi                                   on 2001/03/28  18:34:05
23730         Log: Integrate perlio.
23731      Branch: perl
23732            - lib/perlio.pm
23733           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
23734           !> t/op/utf8decode.t
23735 ____________________________________________________________________________
23736 [  9417] By: nick                                  on 2001/03/28  18:24:02
23737         Log: PerlIO.pm / perlio.pm conflict.
23738              Update some pods.
23739              Make t/op/utf8decode.t a text file.
23740      Branch: perlio
23741            - lib/perlio.pm
23742            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
23743            ! t/op/utf8decode.t
23744 ____________________________________________________________________________
23745 [  9416] By: jhi                                   on 2001/03/28  18:06:07
23746         Log: Integrate change #9409 from mainline to maintperl.
23747              
23748              Yet another tweak on AIX dynaloading.
23749      Branch: maint-5.6/perl
23750           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
23751 ____________________________________________________________________________
23752 [  9415] By: gsar                                  on 2001/03/28  17:13:01
23753         Log: integrate changes#9377,9385,9401 from mainline
23754              
23755              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
23756              
23757              If directory entries compare equal case-insensitively,
23758              retry case-sensitively.
23759              
23760              Subject: [PATCH] B::Terse and warnings
23761      Branch: maint-5.6/perl
23762           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
23763           !> t/pragma/warn/perl
23764 ____________________________________________________________________________
23765 [  9414] By: jhi                                   on 2001/03/28  17:11:12
23766         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
23767              From: "Craig A. Berry" <craigberry@mac.com>
23768              Date: Wed, 28 Mar 2001 10:55:20 -0600
23769              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
23770      Branch: perl
23771            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
23772 ____________________________________________________________________________
23773 [  9413] By: jhi                                   on 2001/03/28  17:03:12
23774         Log: Dup hunk.
23775      Branch: perl
23776            ! t/op/utf8decode.t
23777 ____________________________________________________________________________
23778 [  9412] By: jhi                                   on 2001/03/28  17:02:36
23779         Log: Forced integrate from perlio.
23780      Branch: perl
23781           !> t/op/utf8decode.t
23782 ____________________________________________________________________________
23783 [  9411] By: nick                                  on 2001/03/28  16:50:03
23784         Log: Integrate mainline.
23785      Branch: perlio
23786           +> t/lib/cwd.t
23787           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
23788           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
23789           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
23790           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
23791           !> t/pragma/warn/perl
23792 ____________________________________________________________________________
23793 [  9410] By: jhi                                   on 2001/03/28  16:44:23
23794         Log: Subject: Re: [PATCH] 9403 cannot be tested
23795              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23796              Date: Wed, 28 Mar 2001 18:33:56 +0200
23797              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
23798      Branch: perl
23799            ! makedef.pl
23800 ____________________________________________________________________________
23801 [  9409] By: jhi                                   on 2001/03/28  16:12:45
23802         Log: Yet another tweak on AIX dynaloading.
23803      Branch: perl
23804            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
23805 ____________________________________________________________________________
23806 [  9408] By: jhi                                   on 2001/03/28  15:52:55
23807         Log: Subject: [PATCH] 9403 cannot be tested
23808              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
23809              Date: Wed, 28 Mar 2001 17:23:00 +0200
23810              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
23811              
23812              A missing symbol.
23813      Branch: perl
23814            ! makedef.pl
23815 ____________________________________________________________________________
23816 [  9407] By: jhi                                   on 2001/03/28  15:47:43
23817         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
23818      Branch: perl
23819            ! t/op/utf8decode.t
23820           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
23821           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
23822 ____________________________________________________________________________
23823 [  9406] By: jhi                                   on 2001/03/28  15:37:08
23824         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
23825              From: Benjamin Sugars <bsugars@canoe.ca> 
23826              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
23827              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
23828      Branch: perl
23829            + t/lib/cwd.t
23830            ! MANIFEST
23831 ____________________________________________________________________________
23832 [  9405] By: jhi                                   on 2001/03/28  15:13:18
23833         Log: pp_ne() needs a CORRECT boolean.
23834      Branch: perl
23835            ! pp.c
23836 ____________________________________________________________________________
23837 [  9404] By: jhi                                   on 2001/03/28  15:09:23
23838         Log: pp_ne() needs a boolean, not an integer.
23839      Branch: perl
23840            ! pp.c
23841 ____________________________________________________________________________
23842 [  9403] By: jhi                                   on 2001/03/28  14:47:43
23843         Log: (Retracted by #9404.)
23844      Branch: perl
23845            ! pp.c
23846 ____________________________________________________________________________
23847 [  9402] By: jhi                                   on 2001/03/28  14:43:59
23848         Log: Subject: Re: [PATCH] Typemap testing
23849              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
23850              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
23851              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
23852      Branch: perl
23853            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
23854            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
23855 ____________________________________________________________________________
23856 [  9401] By: jhi                                   on 2001/03/28  14:42:14
23857         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
23858              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
23859              Date: Sun, 25 Mar 2001 21:59:15 +0100
23860              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
23861              
23862              A variable will be checked for the "use once" warnings if:
23863              
23864              1. It is in the scope of a use warnings 'once'
23865              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
23866              
23867              Otherwise it won't be checked at all.
23868              
23869              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
23870              
23871              The enclosed patch partially fixes this issue. What I didn't
23872              get to work was the case where the "used once" warning is enabled
23873              in any file other than the main file.
23874      Branch: perl
23875            ! gv.c t/pragma/warn/perl
23876 ____________________________________________________________________________
23877 [  9400] By: nick                                  on 2001/03/28  14:38:24
23878         Log: More EBCDIC tweaks:
23879              - one more swash issue &~(0xA0-1) did not do the right thing,
23880              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
23881              - add "use re 'asciirange'" to make [!-~] etc. work
23882              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
23883              - Choose a key for t/op/each.t test which gets encoded.
23884              - Skip utf8decode if this is UTF-EBCDIC.
23885      Branch: perlio
23886            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
23887            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
23888 ____________________________________________________________________________
23889 [  9399] By: jhi                                   on 2001/03/28  14:21:00
23890         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
23891              Andreas Schwab.
23892      Branch: perl
23893            ! pp.c
23894 ____________________________________________________________________________
23895 [  9398] By: jhi                                   on 2001/03/28  00:55:56
23896         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
23897              From: David Dyck <dcd@tc.fluke.com>
23898              Date: Tue, 27 Mar 2001 15:16:24 -0800
23899              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
23900      Branch: perl
23901            ! ext/IO/lib/IO/Socket.pm
23902 ____________________________________________________________________________
23903 [  9397] By: jhi                                   on 2001/03/27  21:52:49
23904         Log: Integrate perlio.
23905      Branch: perl
23906           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
23907           +> ext/PerlIO/Via/Via.xs
23908           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
23909 ____________________________________________________________________________
23910 [  9396] By: nick                                  on 2001/03/27  21:45:13
23911         Log: Integrate mainline.
23912      Branch: perlio
23913           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
23914           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
23915 ____________________________________________________________________________
23916 [  9395] By: nick                                  on 2001/03/27  21:18:58
23917         Log: Outline docs for PerlIO and PerlIO::Scalar
23918      Branch: perlio
23919            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
23920 ____________________________________________________________________________
23921 [  9394] By: nick                                  on 2001/03/27  20:50:13
23922         Log: PerlIO::Via layer (alpha-ish).
23923      Branch: perlio
23924            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
23925            + ext/PerlIO/Via/Via.xs
23926            ! MANIFEST
23927 ____________________________________________________________________________
23928 [  9393] By: jhi                                   on 2001/03/27  20:49:55
23929         Log: Retract #9329 now that 9390 should take care of the matter.
23930      Branch: perl
23931            ! utils/h2xs.PL
23932 ____________________________________________________________________________
23933 [  9390] By: jhi                                   on 2001/03/27  20:47:50
23934         Log: Subject: Autoloading Errno.pm when %! is encountered
23935              From: Robin Houston <robin@kitsite.com>
23936              Date: Tue, 27 Mar 2001 20:57:11 +0100
23937              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
23938      Branch: perl
23939            ! embed.h embed.pl gv.c proto.h t/op/magic.t
23940 ____________________________________________________________________________
23941 [  9389] By: jhi                                   on 2001/03/27  20:24:31
23942         Log: Integrate perlio.
23943      Branch: perl
23944           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
23945           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
23946           !> utf8.c
23947 ____________________________________________________________________________
23948 [  9388] By: jhi                                   on 2001/03/27  20:21:38
23949         Log: Better have a three-element array if one is going to assign
23950              to the third element of that array. (from Tim Jenness)
23951      Branch: perl
23952            ! ext/XS/Typemap/Typemap.xs
23953 ____________________________________________________________________________
23954 [  9387] By: nick                                  on 2001/03/27  20:15:43
23955         Log: Integrate mainline.
23956      Branch: perlio
23957           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
23958           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
23959           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
23960           +> t/lib/xs-typemap.t
23961           !> (integrate 34 files)
23962 ____________________________________________________________________________
23963 [  9386] By: jhi                                   on 2001/03/27  20:04:18
23964         Log: Subject: Re: perl@9359 breaks HTML::Parser
23965              From: Gisle Aas <gisle@ActiveState.com>
23966              Date: 27 Mar 2001 11:30:24 -0800
23967              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
23968              
23969              Clarify the UTF-8 issues of the API docs.
23970              (Slightly reworded and expanded.)
23971      Branch: perl
23972            ! pod/perlapi.pod sv.c sv.h
23973 ____________________________________________________________________________
23974 [  9385] By: jhi                                   on 2001/03/27  19:44:25
23975         Log: If directory entries compare equal case-insensitively,
23976              retry case-sensitively.
23977      Branch: perl
23978            ! ext/File/Glob/bsd_glob.c
23979 ____________________________________________________________________________
23980 [  9384] By: nick                                  on 2001/03/27  19:38:50
23981         Log: Various EBCDIC fixes:
23982              - major revelation that swash code is encoding aware,
23983              (or thought it was) - now it is ;-)
23984              - With that out of the way fix a slab of tr/// cases.
23985              - Fix Encode 'Unicode' to be true Unicode so tests pass.
23986              - As anticipated Base64.xs needed tweaks.
23987              - Until tr/// works right avoid old_encode64 in MIME tests.
23988      Branch: perlio
23989            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
23990            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
23991 ____________________________________________________________________________
23992 [  9383] By: jhi                                   on 2001/03/27  18:34:41
23993         Log: Add the std test suite BEGIN block.
23994      Branch: perl
23995            ! t/lib/xs-typemap.t
23996 ____________________________________________________________________________
23997 [  9382] By: jhi                                   on 2001/03/27  15:16:07
23998         Log: Add debugging output to the test.
23999      Branch: perl
24000            ! t/lib/glob-basic.t
24001 ____________________________________________________________________________
24002 [  9381] By: jhi                                   on 2001/03/27  15:08:10
24003         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
24004      Branch: perl
24005            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
24006            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
24007            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
24008            + t/lib/xs-typemap.t
24009            ! MANIFEST
24010 ____________________________________________________________________________
24011 [  9380] By: jhi                                   on 2001/03/27  14:48:34
24012         Log: Subject: [PATCH] Typemap testing
24013              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
24014              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
24015              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
24016              
24017              (The first part of the patch.)
24018      Branch: perl
24019            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
24020 ____________________________________________________________________________
24021 [  9379] By: jhi                                   on 2001/03/27  14:44:56
24022         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
24023              From: Benjamin Sugars <bsugars@canoe.ca> 
24024              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
24025              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
24026      Branch: perl
24027            ! t/lib/glob-basic.t
24028 ____________________________________________________________________________
24029 [  9378] By: jhi                                   on 2001/03/27  14:42:30
24030         Log: Subject: [PATCH] perlvar nit
24031              From: Simon Cozens <simon@netthink.co.uk>
24032              Date: Tue, 27 Mar 2001 01:12:01 +0100
24033              Message-ID: <20010327011201.A19179@netthink.co.uk>
24034      Branch: perl
24035            ! pod/perlvar.pod
24036 ____________________________________________________________________________
24037 [  9377] By: jhi                                   on 2001/03/27  14:36:26
24038         Log: Subject: [PATCH] B::Terse and warnings
24039              From: Benjamin Sugars <ben.sugars@home.com>
24040              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
24041              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
24042      Branch: perl
24043            ! ext/B/B.pm ext/B/B/Terse.pm
24044 ____________________________________________________________________________
24045 [  9376] By: jhi                                   on 2001/03/27  14:31:31
24046         Log: Document sockatmark() some.
24047      Branch: perl
24048            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
24049            ! pod/perltoc.pod
24050 ____________________________________________________________________________
24051 [  9375] By: jhi                                   on 2001/03/27  14:00:24
24052         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
24053              noted by Gisle and fixed by NI-S.
24054      Branch: perl
24055            ! sv.c
24056 ____________________________________________________________________________
24057 [  9374] By: jhi                                   on 2001/03/27  05:50:01
24058         Log: Regen toc.
24059      Branch: perl
24060            ! pod/perltoc.pod
24061 ____________________________________________________________________________
24062 [  9373] By: jhi                                   on 2001/03/27  05:43:51
24063         Log: Pixie documenting.
24064      Branch: perl
24065            ! Makefile.SH pod/perlhack.pod
24066 ____________________________________________________________________________
24067 [  9372] By: jhi                                   on 2001/03/27  05:29:34
24068         Log: Metaconfig unit changes for #9371.
24069      Branch: metaconfig
24070            ! U/modified/myhostname.U
24071      Branch: metaconfig/U/perl
24072            + d_sockatmark.U
24073            ! gccvers.U
24074 ____________________________________________________________________________
24075 [  9371] By: jhi                                   on 2001/03/27  05:29:07
24076         Log: Add sockatmark() probing.
24077      Branch: perl
24078            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24079            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
24080            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24081            ! vos/config.ga.h win32/config.bc win32/config.gc
24082            ! win32/config.vc
24083 ____________________________________________________________________________
24084 [  9370] By: jhi                                   on 2001/03/26  22:01:18
24085         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
24086              Really need to benchmark this.
24087      Branch: perl
24088            ! pp.c
24089 ____________________________________________________________________________
24090 [  9369] By: nick                                  on 2001/03/26  21:59:30
24091         Log: Integrate mainline.
24092      Branch: perlio
24093            ! ext/MIME/Base64/QuotedPrint.pm
24094           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
24095           !> patchlevel.h pod/perlhack.pod pp_sys.c
24096 ____________________________________________________________________________
24097 [  9368] By: jhi                                   on 2001/03/26  21:47:03
24098         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
24099              
24100              TODO1: perlbench.
24101              TODO2: le, lt, ge, gt?  Yech.
24102      Branch: perl
24103            ! pp.c
24104 ____________________________________________________________________________
24105 [  9367] By: jhi                                   on 2001/03/26  21:34:57
24106         Log: Too much cut-and-paste in #9363.
24107      Branch: perl
24108            ! pp_sys.c
24109 ____________________________________________________________________________
24110 [  9366] By: jhi                                   on 2001/03/26  21:20:53
24111         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
24112              From: Andreas Schwab <schwab@suse.de>
24113              Date: 26 Mar 2001 17:29:04 +0200
24114              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
24115              
24116              (The patch for 5.6.0 or so, this is a guess for bleadperl)
24117      Branch: perl
24118            ! pp_hot.c
24119 ____________________________________________________________________________
24120 [  9365] By: jhi                                   on 2001/03/26  21:07:54
24121         Log: Integrate perlio.
24122      Branch: perl
24123           !> perlio.c
24124 ____________________________________________________________________________
24125 [  9364] By: nick                                  on 2001/03/26  20:30:48
24126         Log: REFCNT botch in layer name cache hash.
24127      Branch: perlio
24128            ! perlio.c
24129 ____________________________________________________________________________
24130 [  9363] By: jhi                                   on 2001/03/26  18:44:32
24131         Log: Subject: [PATCH] socket() leaks file descriptors
24132              From: Benjamin Sugars <bsugars@canoe.ca>
24133              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
24134              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
24135              
24136              Also sockpair() fixed similarly.
24137      Branch: perl
24138            ! pp_sys.c
24139 ____________________________________________________________________________
24140 [  9362] By: jhi                                   on 2001/03/26  18:37:52
24141         Log: Integrate perlio.
24142      Branch: perl
24143           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
24144 ____________________________________________________________________________
24145 [  9361] By: nick                                  on 2001/03/26  17:32:06
24146         Log: Implement flush of linebuffered streams on read of a tty.
24147      Branch: perlio
24148            ! perlio.c perliol.h
24149 ____________________________________________________________________________
24150 [  9360] By: nick                                  on 2001/03/26  17:12:32
24151         Log: Memory tweaks and notes for OEMVS.
24152      Branch: perlio
24153            ! README.os390 miniperlmain.c t/op/pat.t
24154 ____________________________________________________________________________
24155 [  9359] By: jhi                                   on 2001/03/26  02:12:54
24156         Log: Update Changes.
24157      Branch: perl
24158            ! Changes patchlevel.h
24159 ____________________________________________________________________________
24160 [  9358] By: jhi                                   on 2001/03/26  02:05:32
24161         Log: Document the most common pixie options.
24162      Branch: perl
24163            ! pod/perlhack.pod
24164 ____________________________________________________________________________
24165 [  9357] By: jhi                                   on 2001/03/26  01:25:28
24166         Log: For perl.pixie check *before* compiling that optimize is -g,
24167              as for perl.third.
24168      Branch: perl
24169            ! Makefile.SH
24170 ____________________________________________________________________________
24171 [  9356] By: jhi                                   on 2001/03/26  01:13:41
24172         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
24173      Branch: perl
24174            ! Makefile.SH
24175 ____________________________________________________________________________
24176 [  9355] By: jhi                                   on 2001/03/26  01:11:19
24177         Log: Remove t/perl.third.
24178      Branch: perl
24179            ! Makefile.SH
24180 ____________________________________________________________________________
24181 [  9354] By: jhi                                   on 2001/03/26  00:23:38
24182         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
24183              IO::Sockatmark().
24184      Branch: perl
24185            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
24186 ____________________________________________________________________________
24187 [  9353] By: jhi                                   on 2001/03/25  22:25:04
24188         Log: Integrate perlio.
24189      Branch: perl
24190           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
24191           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
24192           !> pp_hot.c win32/makefile.mk
24193 ____________________________________________________________________________
24194 [  9352] By: jhi                                   on 2001/03/25  22:21:41
24195         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
24196              From: Radu Greab <radu@netsoft.ro>
24197              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
24198              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
24199      Branch: perl
24200            ! pp_sys.c
24201 ____________________________________________________________________________
24202 [  9351] By: nick                                  on 2001/03/25  22:15:02
24203         Log: Fix readline in list mode to tell rest of world that it has
24204              things on the stack. Otherwise if perl code gets invoked
24205              underneath it it scribbles over results-so-far.
24206              (Why TIEHANDLE has not tripped on this is a mystery.)
24207      Branch: perlio
24208            ! pp_hot.c
24209 ____________________________________________________________________________
24210 [  9350] By: nick                                  on 2001/03/25  22:10:13
24211         Log: win32/makefile.mk typos
24212      Branch: perlio
24213            ! win32/makefile.mk
24214 ____________________________________________________________________________
24215 [  9349] By: nick                                  on 2001/03/25  21:31:14
24216         Log: Integrate now-non-binary file.
24217      Branch: perlio
24218           !> t/lib/mimeqp.t
24219 ____________________________________________________________________________
24220 [  9348] By: nick                                  on 2001/03/25  21:27:24
24221         Log: Make it text
24222      Branch: perlio
24223            ! t/lib/mimeqp.t
24224 ____________________________________________________________________________
24225 [  9347] By: nick                                  on 2001/03/25  21:25:37
24226         Log: Integrate mainline.
24227      Branch: perlio
24228           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
24229           !> lib/Term/ReadLine.pm t/lib/md5-file.t
24230 ____________________________________________________________________________
24231 [  9346] By: nick                                  on 2001/03/25  20:58:15
24232         Log: Add destruct time hook to PerlIO (for work-in-process implementing
24233              layers in perl code. In such cases layers need to be popped before
24234              we loose the ability to run perl code.)
24235              Also back-out "PerlIO::object" hook - it isn't going to work like that...
24236      Branch: perlio
24237            ! perl.c perlio.c perlio.h perliol.h
24238 ____________________________________________________________________________
24239 [  9345] By: nick                                  on 2001/03/25  20:49:11
24240         Log: Avoid at leasy one of undefined warnings in Encode.
24241      Branch: perlio
24242            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
24243 ____________________________________________________________________________
24244 [  9344] By: jhi                                   on 2001/03/25  20:37:43
24245         Log: A workaround for using Term::ReadLine in emacs minibuffer
24246              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
24247              additional tweaks from Ilya Zakharevich.
24248      Branch: perl
24249            ! lib/Term/ReadLine.pm
24250 ____________________________________________________________________________
24251 [  9343] By: nick                                  on 2001/03/25  20:21:14
24252         Log: Missing return value.
24253      Branch: perlio
24254            ! ext/PerlIO/Scalar/Scalar.xs
24255 ____________________________________________________________________________
24256 [  9342] By: jhi                                   on 2001/03/25  16:21:00
24257         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
24258              to equal the CPAN versions since no code changes have been made.
24259      Branch: perl
24260            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
24261            ! t/lib/md5-file.t
24262 ____________________________________________________________________________
24263 [  9341] By: jhi                                   on 2001/03/25  16:01:48
24264         Log: Escape 8-bit characters.
24265      Branch: perl
24266            ! t/lib/mimeqp.t
24267 ____________________________________________________________________________
24268 [  9340] By: gsar                                  on 2001/03/25  15:50:53
24269         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
24270              chars)
24271      Branch: perl
24272            + t/lib/mimeqp.t
24273 ____________________________________________________________________________
24274 [  9339] By: gsar                                  on 2001/03/25  15:48:50
24275         Log: delete mimeqp.t for later with text mode set
24276      Branch: perl
24277            - t/lib/mimeqp.t
24278 ____________________________________________________________________________
24279 [  9338] By: nick                                  on 2001/03/25  09:01:57
24280         Log: Integrate mainline.
24281      Branch: perlio
24282           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
24283           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
24284           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
24285           +> t/lib/mimeb64u.t t/lib/mimeqp.t
24286           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
24287           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
24288           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
24289 ____________________________________________________________________________
24290 [  9337] By: jhi                                   on 2001/03/25  04:23:24
24291         Log: Add MIME::Base64 here and there.  Again, a lot of
24292              optimism is in the air.
24293      Branch: perl
24294            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
24295            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
24296 ____________________________________________________________________________
24297 [  9336] By: jhi                                   on 2001/03/25  04:12:43
24298         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
24299              this by ear as I do not do Win32 programming.)
24300      Branch: perl
24301            ! win32/Makefile win32/makefile.mk
24302 ____________________________________________________________________________
24303 [  9335] By: jhi                                   on 2001/03/25  04:03:50
24304         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
24305      Branch: perl
24306            ! t/lib/md5-file.t
24307 ____________________________________________________________________________
24308 [  9334] By: jhi                                   on 2001/03/25  03:58:53
24309         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
24310      Branch: perl
24311            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
24312            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
24313            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
24314            + t/lib/mimeb64u.t t/lib/mimeqp.t
24315            ! MANIFEST
24316 ____________________________________________________________________________
24317 [  9333] By: jhi                                   on 2001/03/24  20:14:37
24318         Log: Integrate perlio.
24319      Branch: perl
24320           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
24321 ____________________________________________________________________________
24322 [  9332] By: nick                                  on 2001/03/24  19:40:34
24323         Log: Fix un-init variable leading to spurious "Out of Memory!"
24324      Branch: perlio
24325            ! doio.c
24326 ____________________________________________________________________________
24327 [  9331] By: nick                                  on 2001/03/24  19:09:59
24328         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
24329              and update layers internals doc.
24330      Branch: perlio
24331            ! pod/perlfunc.pod pod/perliol.pod
24332 ____________________________________________________________________________
24333 [  9330] By: jhi                                   on 2001/03/24  18:42:11
24334         Log: The length might be uninitialized garbage if the *svp is the undef.
24335      Branch: perl
24336            ! doio.c
24337 ____________________________________________________________________________
24338 [  9329] By: jhi                                   on 2001/03/24  18:26:57
24339         Log: (Retracted by #9393)
24340
24341              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
24342              From: Simon Cozens <simon@netthink.co.uk>
24343              Date: Sat, 24 Mar 2001 17:13:17 +0000
24344              Message-ID: <20010324171317.A13406@netthink.co.uk>
24345      Branch: perl
24346            ! utils/h2xs.PL
24347 ____________________________________________________________________________
24348 [  9328] By: nick                                  on 2001/03/24  17:22:02
24349         Log: Integrate mainline.
24350      Branch: perlio
24351           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
24352           !> lib/unicode/version
24353 ____________________________________________________________________________
24354 [  9327] By: nick                                  on 2001/03/24  17:16:02
24355         Log: Integrate mainline.
24356      Branch: perlio
24357           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
24358           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
24359           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
24360           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
24361           +> t/lib/md5-file.t
24362           !> MANIFEST Makefile.SH configure.com djgpp/config.over
24363           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
24364           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
24365           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
24366           !> win32/makefile.mk
24367 ____________________________________________________________________________
24368 [  9326] By: jhi                                   on 2001/03/24  17:00:42
24369         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
24370      Branch: perl
24371            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
24372            ! lib/unicode/version
24373 ____________________________________________________________________________
24374 [  9325] By: jhi                                   on 2001/03/24  16:22:33
24375         Log: Subject: Re: B::Deparse bug (5.6.0)
24376              From: Robin Houston <robin@kitsite.com>
24377              Date: Sat, 24 Mar 2001 14:33:09 +0000
24378              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
24379      Branch: perl
24380            ! op.c pp.c t/lib/b.t t/op/repeat.t
24381 ____________________________________________________________________________
24382 [  9324] By: jhi                                   on 2001/03/24  16:21:56
24383         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
24384              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
24385              these additions may be too optimistic.
24386      Branch: perl
24387            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
24388            ! hints/uwin.sh hints/vmesa.sh
24389 ____________________________________________________________________________
24390 [  9323] By: jhi                                   on 2001/03/24  16:06:01
24391         Log: Integrate perlio.
24392      Branch: perl
24393           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
24394           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
24395            ! Makefile.SH
24396           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
24397           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
24398           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
24399           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24400           !> win32/makefile.mk win32/perlhost.h win32/win32.c
24401           !> win32/win32iop.h
24402 ____________________________________________________________________________
24403 [  9322] By: nick                                  on 2001/03/24  14:39:12
24404         Log: Routine Win32 regen_config_h - no real changes.
24405      Branch: perlio
24406            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24407 ____________________________________________________________________________
24408 [  9321] By: nick                                  on 2001/03/24  14:31:49
24409         Log: PerlIO fixups for Win32:
24410              - provide win33_popenlist() - non-functional as yet.
24411              - avoid need for aTHX in PerlIO_debug calls - even if not 
24412              enabled args are still evaluated so Win32 has trouble during fork().
24413              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
24414              - Fixup makedef.pl for latest set of symbols.
24415      Branch: perlio
24416            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
24417            ! win32/perlhost.h win32/win32.c win32/win32iop.h
24418 ____________________________________________________________________________
24419 [  9320] By: nick                                  on 2001/03/24  14:26:58
24420         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
24421              was gibberish - broke it on WIn32 at least.
24422      Branch: perlio
24423            ! ext/POSIX/POSIX.xs
24424 ____________________________________________________________________________
24425 [  9319] By: nick                                  on 2001/03/24  11:29:41
24426         Log: Generated files.
24427      Branch: perlio
24428            ! embed.h global.sym objXSUB.h perlapi.c proto.h
24429 ____________________________________________________________________________
24430 [  9318] By: nick                                  on 2001/03/24  10:29:37
24431         Log: Implement:
24432              1.  open($fh,"+<",undef);  # add test to t/io/open.t
24433              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
24434      Branch: perlio
24435            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
24436            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
24437            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
24438            ! t/io/open.t t/io/utf8.t
24439 ____________________________________________________________________________
24440 [  9317] By: jhi                                   on 2001/03/23  23:41:25
24441         Log: AIX does seems to have optimization problems with its C compilers.
24442      Branch: perl
24443            ! hints/aix.sh
24444 ____________________________________________________________________________
24445 [  9316] By: jhi                                   on 2001/03/23  23:40:46
24446         Log: Integrate perlio.
24447      Branch: perl
24448           +> lib/PerlIO.pm
24449           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
24450           !> perliol.h
24451 ____________________________________________________________________________
24452 [  9315] By: jhi                                   on 2001/03/23  22:16:30
24453         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
24454      Branch: perl
24455            ! t/lib/md5-file.t
24456 ____________________________________________________________________________
24457 [  9314] By: nick                                  on 2001/03/23  20:49:02
24458         Log: Perlio internals re-organized.
24459              - open process creates AV of layer/arg pairs
24460              (appends layers from open() or open.pm to default list).
24461              - push arg is now an SV.
24462              - layer ->Open get passed the AV
24463              - open is no longer mandatory method.
24464              - topmost layer that has ->Open method does the open
24465              - any layers above are pushed once that returns.
24466              - vtable re-ordered so dummy layers need only provide push/pop methods.
24467      Branch: perlio
24468            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
24469 ____________________________________________________________________________
24470 [  9313] By: nick                                  on 2001/03/23  16:27:41
24471         Log: Check in a stable (working) version before next round of tweaks.
24472              Changes include:
24473              - Move default layers code out of doio.c and into perlio.c
24474              - Single routine for parsing layer specification strings.
24475              - Skeleton support for demand loading of layers
24476              - Core-dump avoidance if PERLIO environment specifies loadable layer
24477              (does not _work_ as need IO to load and need load to do IO ...)
24478      Branch: perlio
24479            + lib/PerlIO.pm
24480            ! MANIFEST doio.c perlio.c
24481 ____________________________________________________________________________
24482 [  9312] By: gsar                                  on 2001/03/23  16:25:25
24483         Log: add execute bit to files with shebang lines in the repository;
24484              avoid clobbering execute bit in Porting/makerel 
24485      Branch: maint-5.6/perl
24486            ! (edit 144 files)
24487 ____________________________________________________________________________
24488 [  9311] By: jhi                                   on 2001/03/23  14:25:35
24489         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
24490      Branch: perl
24491            ! MANIFEST
24492 ____________________________________________________________________________
24493 [  9310] By: jhi                                   on 2001/03/23  13:45:04
24494         Log: Subject: [PATCH] Net::Ping
24495              From: Colin McMillen <mcmi0037@tc.umn.edu>
24496              Date: Thu, 22 Mar 2001 19:30:31 -0600
24497              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
24498      Branch: perl
24499            ! lib/Net/Ping.pm
24500 ____________________________________________________________________________
24501 [  9309] By: jhi                                   on 2001/03/23  13:39:13
24502         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
24503      Branch: perl
24504            ! t/lib/md5-aaa.t t/lib/md5-file.t
24505 ____________________________________________________________________________
24506 [  9308] By: jhi                                   on 2001/03/23  13:20:34
24507         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
24508              - bump the version to 2.14
24509              - drop the base64 tests since they require MIME::Base64
24510              - drop the rfc1321.txt
24511              - drop the hints/dec_osf.pl since it's only needed for
24512              pre-5.005_03 Perls
24513              Todo:
24514              - the U32 alignment testing is now removed; it needs to
24515              be reintroduced as as a Config variable (meaning also
24516              as a Configure test)
24517              - get the new EBCDIC md5sum for MD5.pm
24518              - test in Win32 to see how badly I botched the makefiles
24519      Branch: perl
24520            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
24521            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
24522            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
24523            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
24524            + t/lib/md5-file.t
24525            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
24526            ! win32/Makefile win32/makefile.mk
24527 ____________________________________________________________________________
24528 [  9307] By: jhi                                   on 2001/03/23  12:56:14
24529         Log: Integrate change #9306 from maintperl into mainline,
24530              AIX dynaloader for AIXes without <load.h>.
24531      Branch: perl
24532           !> ext/DynaLoader/hints/aix.pl
24533 ____________________________________________________________________________
24534 [  9306] By: jhi                                   on 2001/03/23  12:51:36
24535         Log: There are AIXes without /usr/include/load.h,
24536              patch from H.Merijn Brand.
24537      Branch: maint-5.6/perl
24538            ! ext/DynaLoader/hints/aix.pl
24539 ____________________________________________________________________________
24540 [  9305] By: nick                                  on 2001/03/23  11:00:42
24541         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
24542      Branch: perlio
24543            ! ext/Encode/Encode.xs perlio.c perlio.h
24544 ____________________________________________________________________________
24545 [  9304] By: nick                                  on 2001/03/23  10:20:46
24546         Log: Render -Duseperlio functional again.
24547              - this is "quick fix" which calls PerlIO_apply_layers after opening,
24548              which is what old scheme did. New scheme needs to change that
24549              to make open(...,\$scalar) etc. work but this will do for now.
24550      Branch: perlio
24551            ! perlio.c
24552 ____________________________________________________________________________
24553 [  9303] By: nick                                  on 2001/03/23  09:53:20
24554         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
24555              -Uuseperlio now works again.
24556              -Duseperlio is still poorly. Don't merge yet...
24557      Branch: perlio
24558            ! doio.c perlio.h
24559 ____________________________________________________________________________
24560 [  9302] By: nick                                  on 2001/03/22  22:26:51
24561         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
24562              type code.
24563              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
24564              is its main caller. In particular now has access to "extra" args, and
24565              can tell when an open handle is "reopened" (or duped?).
24566              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
24567              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
24568              PerlIO_open() et. al. (i.e. other way round).
24569              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
24570              with args close to PerlIO_openn().
24571      Branch: perlio
24572            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
24573 ____________________________________________________________________________
24574 [  9301] By: jhi                                   on 2001/03/22  20:58:04
24575         Log: Integrate perlio.
24576      Branch: perl
24577           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
24578           !> t/io/open.t util.c
24579 ____________________________________________________________________________
24580 [  9300] By: nick                                  on 2001/03/22  17:36:32
24581         Log: Don't include $@ in not ok message.
24582      Branch: perlio
24583            ! t/io/open.t
24584 ____________________________________________________________________________
24585 [  9299] By: gsar                                  on 2001/03/22  16:53:45
24586         Log: back out changes#7532,7521 for now (appears to have problems
24587              on IRIX)
24588      Branch: maint-5.6/perl
24589            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
24590            ! ext/POSIX/typemap pod/perlvar.pod
24591 ____________________________________________________________________________
24592 [  9298] By: nick                                  on 2001/03/22  14:35:46
24593         Log: Give a meaning to '&' in n-arg open case:
24594              open($fh,"<&",$scalar);
24595              $scalar can be:
24596              - an integer which does "fdopen"
24597              open($fh,"<&",2); # like open($fh,"<&2")
24598              - something that will yield a file handle via sv_2io()
24599              useful for dup'ing anonymous handles.
24600              e.g.:
24601              open(my $fh,"<&",\*STDIN);
24602              open(my $dup,"<&",$fh);
24603      Branch: perlio
24604            ! doio.c t/io/open.t
24605 ____________________________________________________________________________
24606 [  9297] By: nick                                  on 2001/03/22  13:34:35
24607         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
24608      Branch: perlio
24609            ! util.c
24610 ____________________________________________________________________________
24611 [  9296] By: nick                                  on 2001/03/22  12:51:20
24612         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
24613      Branch: perlio
24614            ! perl.c
24615 ____________________________________________________________________________
24616 [  9295] By: nick                                  on 2001/03/22  11:59:44
24617         Log: If stdin, stdout or stderr get opened in unexpected read/write state
24618              then warn at time of open not at time of use.
24619      Branch: perlio
24620            ! doio.c pp_hot.c pp_sys.c
24621 ____________________________________________________________________________
24622 [  9294] By: nick                                  on 2001/03/22  10:54:35
24623         Log: Die on n-arg open(...,"",xxx,yyy,...)
24624              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
24625              - die on read/write cases so we can decide what it means later.
24626      Branch: perlio
24627            ! doio.c embed.pl iperlsys.h util.c
24628 ____________________________________________________________________________
24629 [  9293] By: nick                                  on 2001/03/22  09:02:45
24630         Log: perlio tweaks (reported by Nick Clark)
24631              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
24632              error check in Pendinf_read().
24633      Branch: perlio
24634            ! perlio.c
24635 ____________________________________________________________________________
24636 [  9292] By: gsar                                  on 2001/03/22  07:12:00
24637         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
24638              fixes)
24639      Branch: maint-5.6/perl
24640           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
24641 ____________________________________________________________________________
24642 [  9291] By: jhi                                   on 2001/03/22  06:06:44
24643         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
24644      Branch: perl
24645            ! t/op/re_tests
24646 ____________________________________________________________________________
24647 [  9290] By: jhi                                   on 2001/03/22  05:57:01
24648         Log: Move MacOS Classic higher in the list of supported platforms.
24649      Branch: maint-5.6/perl
24650            ! pod/perlport.pod
24651 ____________________________________________________________________________
24652 [  9289] By: gsar                                  on 2001/03/22  05:35:04
24653         Log: revert part of change#6438 for compatibility (av_reify()
24654              appears to be needed to implement av_splice()ish things
24655              in XS)
24656      Branch: maint-5.6/perl
24657            ! embed.pl global.sym objXSUB.h perlapi.c
24658 ____________________________________________________________________________
24659 [  9288] By: gsar                                  on 2001/03/22  03:09:19
24660         Log: update copyright year
24661      Branch: maint-5.6/perl
24662            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
24663            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
24664            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
24665            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
24666            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
24667            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
24668            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
24669            ! x2p/walk.c
24670 ____________________________________________________________________________
24671 [  9287] By: jhi                                   on 2001/03/21  20:30:54
24672         Log: Integrate perlio.
24673      Branch: perl
24674           !> ext/Data/Dumper/Dumper.xs
24675 ____________________________________________________________________________
24676 [  9286] By: gsar                                  on 2001/03/21  19:49:54
24677         Log: makefile.mk tweak
24678      Branch: maint-5.6/perl
24679            ! win32/Makefile win32/makefile.mk
24680 ____________________________________________________________________________
24681 [  9285] By: nick                                  on 2001/03/21  19:07:13
24682         Log: Multiplicity fix for Dumper.
24683      Branch: perlio
24684            ! ext/Data/Dumper/Dumper.xs
24685 ____________________________________________________________________________
24686 [  9284] By: nick                                  on 2001/03/21  19:01:07
24687         Log: Integrate mainline - (does not build xTHX issue in Dumper).
24688      Branch: perlio
24689           !> (integrate 27 files)
24690 ____________________________________________________________________________
24691 [  9283] By: jhi                                   on 2001/03/21  17:17:35
24692         Log: Integrate change #9282 from mainline into maintperl,
24693              4-arg UTF-8 substr().
24694      Branch: maint-5.6/perl
24695           !> pp.c
24696 ____________________________________________________________________________
24697 [  9282] By: jhi                                   on 2001/03/21  17:15:43
24698         Log: The #9270 would have leaked a scalar if pp_substr()
24699              returned early.
24700      Branch: perl
24701            ! pp.c
24702 ____________________________________________________________________________
24703 [  9281] By: gsar                                  on 2001/03/21  17:03:14
24704         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
24705      Branch: maint-5.6/perl
24706            ! win32/makefile.mk
24707 ____________________________________________________________________________
24708 [  9280] By: gsar                                  on 2001/03/21  17:01:20
24709         Log: some tweaks to change#9278 (fork() emulation should be enabled
24710              by setting BUILD_FLAVOR instead of changing the defaults)
24711      Branch: maint-5.6/perl
24712            ! win32/makefile.mk
24713 ____________________________________________________________________________
24714 [  9279] By: gsar                                  on 2001/03/21  16:47:19
24715         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
24716      Branch: maint-5.6/perl
24717            ! ext/File/Glob/Glob.pm
24718           !> lib/Cwd.pm
24719 ____________________________________________________________________________
24720 [  9278] By: jhi                                   on 2001/03/21  14:35:10
24721         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
24722              From: "Vadim Konovalov" <watman@inbox.ru>
24723              Date: Wed, 21 Mar 2001 01:53:51 +0300
24724              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
24725      Branch: maint-5.6/perl
24726            ! win32/makefile.mk win32/win32sck.c
24727 ____________________________________________________________________________
24728 [  9277] By: jhi                                   on 2001/03/21  13:58:28
24729         Log: Integrate change #9270 from mainline to maintperl:
24730              continued 4-arg UTF-8 substr() fixing.
24731      Branch: maint-5.6/perl
24732           !> pp.c t/op/substr.t
24733 ____________________________________________________________________________
24734 [  9276] By: jhi                                   on 2001/03/21  13:33:00
24735         Log: More pixie cleaning.
24736      Branch: perl
24737            ! Makefile.SH
24738 ____________________________________________________________________________
24739 [  9275] By: jhi                                   on 2001/03/21  03:54:17
24740         Log: Update Changes.
24741      Branch: perl
24742            ! Changes patchlevel.h
24743 ____________________________________________________________________________
24744 [  9274] By: jhi                                   on 2001/03/21  03:48:24
24745         Log: First stab at making Data::Dumper to grok Unicode.
24746              
24747              TODO: tests, EBCDICify.
24748      Branch: perl
24749            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
24750 ____________________________________________________________________________
24751 [  9273] By: jhi                                   on 2001/03/21  02:23:00
24752         Log: Fix for
24753              
24754              Subject: Memory leak in unquoted print   
24755              From: Benjamin Sugars <bsugars@canoe.ca> 
24756              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
24757              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
24758      Branch: perl
24759            ! perlio.c
24760 ____________________________________________________________________________
24761 [  9272] By: jhi                                   on 2001/03/21  01:33:17
24762         Log: Subject: Re: [PATCH] POSIX::getcwd()
24763              From: Benjamin Sugars <bsugars@canoe.ca> 
24764              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
24765              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
24766      Branch: perl
24767            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
24768 ____________________________________________________________________________
24769 [  9271] By: jhi                                   on 2001/03/21  01:22:52
24770         Log: Subject: [PATCH] Cwd.pm docs
24771              From: Benjamin Sugars <bsugars@canoe.ca>
24772              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
24773              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
24774      Branch: perl
24775            ! lib/Cwd.pm
24776 ____________________________________________________________________________
24777 [  9270] By: jhi                                   on 2001/03/21  01:16:29
24778         Log: Continue 4-arg substr() UTF-8 fixage.
24779      Branch: perl
24780            ! pp.c t/op/substr.t
24781 ____________________________________________________________________________
24782 [  9269] By: jhi                                   on 2001/03/21  00:46:14
24783         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
24784              
24785              revert the leak fix in change#9142 (problem needs a more experimental
24786              fix unsuitable for 5.6.1)
24787              
24788              do alphabetical sorting by default (for csh compatibility)
24789              
24790              cut-n-paste goof in change#9264
24791              
24792              VMS piping fixes (from Charles Lane)
24793      Branch: perl
24794           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
24795           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
24796           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
24797 ____________________________________________________________________________
24798 [  9268] By: jhi                                   on 2001/03/21  00:37:04
24799         Log: Integrate perlio.
24800      Branch: perl
24801           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
24802           !> utf8.c utf8.h utfebcdic.h
24803 ____________________________________________________________________________
24804 [  9267] By: nick                                  on 2001/03/20  20:04:39
24805         Log: More EBCDIC stuff:
24806              - Loose the extra level of function on ASCII.
24807              - spotted a chr(0) issue in sv.c
24808              - re-work of UTF-X tr/// ranges to work in Unicode
24809              space. Still issues with the "0xff is illegal UTF-8" hack.
24810              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
24811              (why do it once when you can do it all over the place :-(
24812              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
24813              need utf8.pm for swashes.
24814              - Simplified and commented scan_const() in toke.c
24815              Still something wrong regexp and tr (swashes?).
24816      Branch: perlio
24817            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
24818            ! utf8.c utf8.h utfebcdic.h
24819 ____________________________________________________________________________
24820 [  9266] By: gsar                                  on 2001/03/20  19:16:43
24821         Log: VMS piping fixes (from Charles Lane)
24822      Branch: maint-5.6/perl
24823            ! vms/vms.c vms/vmspipe.com
24824 ____________________________________________________________________________
24825 [  9265] By: gsar                                  on 2001/03/20  17:53:52
24826         Log: cut-n-paste goof in change#9264
24827      Branch: maint-5.6/perl
24828            ! ext/File/Glob/Glob.xs
24829 ____________________________________________________________________________
24830 [  9264] By: gsar                                  on 2001/03/20  17:43:47
24831         Log: do alphabetical sorting by default (for csh compatibility);
24832              bsd_glob() does ASCII sort by default as usual, unless
24833              GLOB_ALPHASORT was specified
24834      Branch: maint-5.6/perl
24835            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
24836            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
24837            ! ext/File/Glob/bsd_glob.h
24838 ____________________________________________________________________________
24839 [  9263] By: gsar                                  on 2001/03/20  16:40:08
24840         Log: integrate change#9255 from mainline (unicode fix)
24841              
24842              substr($bytestr, i, n, $charstr)
24843      Branch: maint-5.6/perl
24844           !> Todo-5.6 pp.c t/op/substr.t
24845 ____________________________________________________________________________
24846 [  9262] By: gsar                                  on 2001/03/20  15:57:41
24847         Log: revert the leak fix in change#9142 (problem needs a more experimental
24848              fix unsuitable for 5.6.1)
24849      Branch: maint-5.6/perl
24850            ! scope.c
24851 ____________________________________________________________________________
24852 [  9261] By: jhi                                   on 2001/03/20  14:26:25
24853         Log: Integrate changes #9259,9260 from maintperl into mainline.
24854              
24855              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
24856              
24857              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
24858      Branch: perl
24859           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
24860 ____________________________________________________________________________
24861 [  9260] By: jhi                                   on 2001/03/20  14:05:46
24862         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
24863              From: Robin Barker <rmb1@cise.npl.co.uk>
24864              Date: Tue, 20 Mar 2001 10:12:04 GMT
24865              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
24866      Branch: maint-5.6/perl
24867            ! run.c
24868 ____________________________________________________________________________
24869 [  9259] By: jhi                                   on 2001/03/20  14:04:39
24870         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
24871              From: Chris Nandor <pudge@pobox.com>
24872              Date: Tue, 20 Mar 2001 00:40:56 -0500
24873              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
24874      Branch: maint-5.6/perl
24875            ! ext/POSIX/POSIX.xs lib/File/Path.pm
24876 ____________________________________________________________________________
24877 [  9258] By: jhi                                   on 2001/03/20  05:09:34
24878         Log: Update Changes.
24879      Branch: perl
24880            ! Changes patchlevel.h
24881 ____________________________________________________________________________
24882 [  9257] By: jhi                                   on 2001/03/20  05:04:25
24883         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
24884      Branch: perl
24885            ! t/op/tr.t
24886 ____________________________________________________________________________
24887 [  9256] By: jhi                                   on 2001/03/20  04:43:12
24888         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
24889              From: Peter Prymmer <pvhp@forte.com>
24890              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
24891              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
24892      Branch: maint-5.6/perl
24893            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
24894 ____________________________________________________________________________
24895 [  9255] By: jhi                                   on 2001/03/19  23:17:17
24896         Log: substr($bytestr, i, n, $charstr)
24897
24898              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
24899      Branch: perl
24900            ! Todo-5.6 pp.c t/op/substr.t
24901 ____________________________________________________________________________
24902 [  9254] By: jhi                                   on 2001/03/19  22:25:09
24903         Log: Rearrange the make test target prerequisites so that
24904              in a parallel make 'all' is finished before 'test'.
24905      Branch: perl
24906            ! Makefile.SH
24907 ____________________________________________________________________________
24908 [  9253] By: jhi                                   on 2001/03/19  21:48:07
24909         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
24910              From: Robin Houston <robin@kitsite.com>
24911              Date: Mon, 19 Mar 2001 15:48:41 +0000
24912              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
24913      Branch: perl
24914            ! pp_ctl.c
24915 ____________________________________________________________________________
24916 [  9252] By: jhi                                   on 2001/03/19  21:42:27
24917         Log: Integrate perlio.
24918      Branch: perl
24919           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
24920           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
24921           !> utfebcdic.h vms/perly_c.vms
24922 ____________________________________________________________________________
24923 [  9251] By: jhi                                   on 2001/03/19  21:31:28
24924         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
24925              
24926              Dynaloading in 64-bit AIX with vac.
24927      Branch: perl
24928           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24929           !> hints/aix.sh
24930 ____________________________________________________________________________
24931 [  9250] By: jhi                                   on 2001/03/19  21:18:00
24932         Log: A more robust solution for the 64bitall AIX dynaloading
24933              problem, from Jens-Uwe Mager.
24934      Branch: maint-5.6/perl
24935            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
24936 ____________________________________________________________________________
24937 [  9249] By: nick                                  on 2001/03/19  20:59:37
24938         Log: Integrate mainline.
24939      Branch: perlio
24940           !> (integrate 42 files)
24941 ____________________________________________________________________________
24942 [  9248] By: nick                                  on 2001/03/19  20:22:07
24943         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
24944              (Building on OS390 uses native YACC and YYDEBUG has other
24945              side effects.)
24946      Branch: perlio
24947            ! perly.c perly.y vms/perly_c.vms
24948 ____________________________________________________________________________
24949 [  9247] By: jhi                                   on 2001/03/19  19:59:53
24950         Log: 64-bit AIX dynaloading problem (see #9244) idea
24951              from Jens-Uwe Mager.
24952      Branch: maint-5.6/perl
24953            ! ext/DynaLoader/dl_aix.xs
24954 ____________________________________________________________________________
24955 [  9246] By: nick                                  on 2001/03/19  19:27:57
24956         Log: More EBCDIC fixes.
24957      Branch: perlio
24958            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
24959            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
24960 ____________________________________________________________________________
24961 [  9245] By: jhi                                   on 2001/03/19  19:05:19
24962         Log: Integrate change #9243 from mainline into maintperl.
24963              
24964              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
24965      Branch: maint-5.6/perl
24966           !> README.vmesa
24967 ____________________________________________________________________________
24968 [  9244] By: jhi                                   on 2001/03/19  19:03:15
24969         Log: Get 64bitall AIX building, but still does not test okay:
24970              dynaloading anything fails, for example for op/defins:
24971              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
24972              (update: fixed by #9247,9250)
24973      Branch: maint-5.6/perl
24974            ! hints/aix.sh
24975 ____________________________________________________________________________
24976 [  9243] By: jhi                                   on 2001/03/19  19:00:16
24977         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
24978              From: Robin Barker <rmb1@cise.npl.co.uk>
24979              Date: Mon, 19 Mar 2001 18:01:57 GMT
24980              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
24981      Branch: perl
24982            ! README.vmesa
24983 ____________________________________________________________________________
24984 [  9242] By: jhi                                   on 2001/03/19  18:58:43
24985         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
24986              
24987              TODO: tests.
24988      Branch: perl
24989            ! doop.c op.c
24990 ____________________________________________________________________________
24991 [  9241] By: gsar                                  on 2001/03/19  17:34:46
24992         Log: VMSify tests (from Charles Lane)
24993      Branch: maint-5.6/perl
24994            ! t/lib/filehand.t t/lib/texttabs.t
24995 ____________________________________________________________________________
24996 [  9240] By: jhi                                   on 2001/03/19  14:24:26
24997         Log: Integrate change #9233 from maintperl into mainline.
24998              
24999              some refcounts were incorrect in perl_clone()
25000      Branch: perl
25001           !> sv.c
25002 ____________________________________________________________________________
25003 [  9239] By: gsar                                  on 2001/03/19  09:23:17
25004         Log: this is 5.6.1-trial3
25005      Branch: maint-5.6/perl
25006            ! Changes
25007 ____________________________________________________________________________
25008 [  9238] By: gsar                                  on 2001/03/19  08:47:04
25009         Log: some new symbols are only available under ithreads
25010      Branch: maint-5.6/perl
25011            ! makedef.pl
25012 ____________________________________________________________________________
25013 [  9237] By: gsar                                  on 2001/03/19  08:42:28
25014         Log: update patchlevel.h, Changes, &c.
25015      Branch: maint-5.6/perl
25016            ! Changes patchlevel.h pod/perlhist.pod
25017           !> AUTHORS
25018 ____________________________________________________________________________
25019 [  9236] By: gsar                                  on 2001/03/19  08:17:49
25020         Log: integrate changes#8068,8717 from mainline
25021              
25022              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
25023              
25024              [PATCH CPAN 1.59_51] warning message (not!)
25025      Branch: maint-5.6/perl
25026           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
25027           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
25028           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
25029           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
25030           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
25031 ____________________________________________________________________________
25032 [  9235] By: gsar                                  on 2001/03/19  08:07:09
25033         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
25034              
25035              [PATCH] Add missing CV flags to dump.c
25036              
25037              Re: [patch] Re: PL_ptr_table
25038              
25039              Fixup non-ithread build after 8713
25040              
25041              Generated files form 8713 etc.
25042              
25043              Correct the correction :-(
25044              
25045              Documenting coderef @INC (Re: CPAN "make this script work" feature)
25046              
25047              Subject: Re: sync sync sync: have I missed any patches?
25048              Replace djSP with dSP.
25049      Branch: maint-5.6/perl
25050           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
25051           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
25052           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
25053           !> sv.c sv.h win32/perlhost.h
25054 ____________________________________________________________________________
25055 [  9234] By: gsar                                  on 2001/03/19  07:22:05
25056         Log: revert the change#9090 integrate for now (change looks somewhat
25057              incomplete in that [ha]v_exists() need something similar; lacks
25058              tests; &c.)
25059      Branch: maint-5.6/perl
25060            ! hv.c
25061 ____________________________________________________________________________
25062 [  9233] By: gsar                                  on 2001/03/19  07:10:01
25063         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
25064              destruction when there are unreferenced scalars (SvREFCNT==0)
25065      Branch: maint-5.6/perl
25066            ! sv.c
25067 ____________________________________________________________________________
25068 [  9232] By: jhi                                   on 2001/03/19  05:11:02
25069         Log: Regen api and toc.
25070      Branch: maint-5.6/perl
25071            ! pod/perlapi.pod pod/perltoc.pod
25072 ____________________________________________________________________________
25073 [  9231] By: jhi                                   on 2001/03/19  04:06:03
25074         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
25075              add a lost line in pp.c:pp_chop(), update to new op/chop.
25076              
25077              Clarify the description differentiating for and while; inspired by
25078              
25079              Subject: [ID 20010306.004] || != named unary operator
25080              
25081              The $Is_MacOS needs to be declared.
25082      Branch: maint-5.6/perl
25083            ! pp.c t/op/chop.t
25084           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
25085 ____________________________________________________________________________
25086 [  9230] By: jhi                                   on 2001/03/19  03:48:16
25087         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
25088              9079,9083,9089,9090,9091 from mainline to maintperl.
25089              
25090              Quieten some noise in Win32 builds
25091              
25092              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
25093              
25094              The perlretut was still talking about the old \p and \P
25095              definitions.
25096              
25097              More tweakage on the Unicode character class descriptions.
25098              
25099              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
25100              
25101              Subject: 'no *POSIX' Patch speeding up make on BS2000 
25102              
25103              Subject: [PATCH] perldata.pod here-doc docs
25104              
25105              Add /sbin and /usr/sbin to the list of directories scanned
25106              for setuid programs.  Takes care of bug id 20010309.003.
25107              
25108              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
25109              
25110              In op/stat #35 better to scan all the potential directories
25111              for setuids, not just the first one.
25112      Branch: maint-5.6/perl
25113            ! Makefile.SH
25114           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
25115           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
25116           !> t/op/stat.t toke.c win32/win32.h
25117 ____________________________________________________________________________
25118 [  9229] By: jhi                                   on 2001/03/19  02:31:50
25119         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
25120              From: Chris Nandor <pudge@pobox.com>
25121              Date: Sat, 10 Mar 2001 14:22:19 -0500
25122              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
25123      Branch: maint-5.6/perl
25124            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
25125            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
25126            ! t/lib/b.t t/lib/errno.t
25127 ____________________________________________________________________________
25128 [  9228] By: jhi                                   on 2001/03/19  02:29:59
25129         Log: Integrate changes #9113,9122 from mainline into maintperl.
25130              
25131              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?)
25132      Branch: maint-5.6/perl
25133           !> Configure README.os390 hints/os390.sh
25134 ____________________________________________________________________________
25135 [  9227] By: jhi                                   on 2001/03/19  02:22:35
25136         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
25137              into maintperl.
25138              
25139              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
25140              
25141              Forgot to check-in the larger part of #9120, duh.
25142              
25143              Subject: Another patch for integer.pm POD 
25144              
25145              h2ph strictness and cleanliness from Kurt Starsinic.
25146              
25147              Borland filename case problem.
25148              
25149              h2ph strictness and cleanliness from Kurt Starsinic.
25150              
25151              Subject: [PATCH] the uncontroversial doc patches
25152      Branch: maint-5.6/perl
25153           +> win32/sncfnmcs.pl
25154           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
25155           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
25156           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
25157           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
25158           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
25159           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
25160           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
25161 ____________________________________________________________________________
25162 [  9226] By: jhi                                   on 2001/03/19  02:10:21
25163         Log: Integrate changes #9207,9214 from mainline into maintperl.
25164              
25165              podchecker relaxations: =over has an *optional* number after it,
25166              and whitespace in L<> is okay.
25167      Branch: maint-5.6/perl
25168           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
25169           !> t/pod/poderrs.xr
25170 ____________________________________________________________________________
25171 [  9225] By: jhi                                   on 2001/03/19  02:07:38
25172         Log: Integrate change #9219 from maintperl into mainline.
25173              
25174              remove duplicated tests
25175      Branch: perl
25176           !> t/op/re_tests
25177 ____________________________________________________________________________
25178 [  9224] By: jhi                                   on 2001/03/19  02:06:11
25179         Log: Integrate change #9223 from mainline to maintperl.
25180              
25181              Document -Dmksymlinks.
25182      Branch: maint-5.6/perl
25183           !> INSTALL
25184 ____________________________________________________________________________
25185 [  9223] By: jhi                                   on 2001/03/19  02:01:25
25186         Log: Document -Dmksymlinks.
25187      Branch: perl
25188            ! INSTALL
25189 ____________________________________________________________________________
25190 [  9222] By: jhi                                   on 2001/03/19  01:15:35
25191         Log: The -Dmksymlinks wasn't working for maintperl.
25192      Branch: maint-5.6/perl
25193            ! Configure
25194 ____________________________________________________________________________
25195 [  9221] By: jhi                                   on 2001/03/19  00:49:43
25196         Log: Cleanup pixie residue.
25197      Branch: perl
25198            ! Makefile.SH
25199 ____________________________________________________________________________
25200 [  9220] By: jhi                                   on 2001/03/19  00:44:47
25201         Log: Document the use of pixie/prof; create make targets for it.
25202              
25203              TODO: make t/TEST pixie-aware.
25204      Branch: perl
25205            ! Makefile.SH pod/perlhack.pod
25206 ____________________________________________________________________________
25207 [  9219] By: gsar                                  on 2001/03/19  00:16:55
25208         Log: remove duplicated tests
25209      Branch: maint-5.6/perl
25210            ! t/op/re_tests
25211 ____________________________________________________________________________
25212 [  9218] By: jhi                                   on 2001/03/18  23:59:31
25213         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
25214      Branch: perl
25215            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
25216 ____________________________________________________________________________
25217 [  9217] By: jhi                                   on 2001/03/18  23:25:20
25218         Log: Rewrite the tests section of Makefile to be less redundant
25219              and to allow for more flexible test targets, many recursive
25220              make calls introduced.
25221      Branch: perl
25222            ! Makefile.SH
25223 ____________________________________________________________________________
25224 [  9216] By: jhi                                   on 2001/03/18  22:30:04
25225         Log: Document the use of Third Degree (sparsely).
25226      Branch: perl
25227            ! pod/perlhack.pod t/TEST
25228 ____________________________________________________________________________
25229 [  9215] By: jhi                                   on 2001/03/18  22:10:30
25230         Log: Make targets for testing with Third Degree.
25231      Branch: perl
25232            ! Makefile.SH
25233 ____________________________________________________________________________
25234 [  9214] By: jhi                                   on 2001/03/18  21:08:53
25235         Log: The podchecker relaxations need to mirrored also at the tests.
25236      Branch: perl
25237            ! t/pod/poderrs.xr
25238 ____________________________________________________________________________
25239 [  9213] By: jhi                                   on 2001/03/18  20:56:21
25240         Log: Update Changes.
25241      Branch: perl
25242            ! Changes patchlevel.h
25243 ____________________________________________________________________________
25244 [  9212] By: jhi                                   on 2001/03/18  20:36:59
25245         Log: Looking for config.sh in parent directories isn't
25246              very useful for the toplevel Makefile.
25247      Branch: perl
25248            ! Makefile.SH
25249 ____________________________________________________________________________
25250 [  9211] By: jhi                                   on 2001/03/18  20:33:37
25251         Log: On "make clean" take care of Third Degree droppings.
25252      Branch: perl
25253            ! Makefile.SH
25254 ____________________________________________________________________________
25255 [  9210] By: jhi                                   on 2001/03/18  20:21:34
25256         Log: Add a hook for running the tests under the Third Degree
25257              debugging tool (set $ENV{PERL_3LOG} to non-zero)
25258              
25259              TODO: Document the use of Third Degree.
25260      Branch: perl
25261            ! t/TEST
25262 ____________________________________________________________________________
25263 [  9209] By: jhi                                   on 2001/03/18  20:19:07
25264         Log: Regen toc and api pods.
25265      Branch: perl
25266            ! pod/perlapi.pod pod/perltoc.pod
25267 ____________________________________________________________________________
25268 [  9208] By: jhi                                   on 2001/03/18  20:12:12
25269         Log: Integrate changes #8128,9132 from mainline into maintperl,
25270              Tie::SubstrHash fixes.
25271      Branch: maint-5.6/perl
25272           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
25273 ____________________________________________________________________________
25274 [  9207] By: jhi                                   on 2001/03/18  20:07:43
25275         Log: podchecker relaxations from Michael Stevens.
25276      Branch: perl
25277            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
25278 ____________________________________________________________________________
25279 [  9206] By: jhi                                   on 2001/03/18  20:04:24
25280         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
25281      Branch: perl
25282            ! lib/Locale/Constants.pm lib/Locale/Country.pm
25283            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
25284            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
25285 ____________________________________________________________________________
25286 [  9205] By: jhi                                   on 2001/03/18  19:54:45
25287         Log: Integrate changes #9161,9162 from maintperl to mainline.
25288              
25289              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
25290              results
25291      Branch: perl
25292           !> t/op/magic.t
25293 ____________________________________________________________________________
25294 [  9204] By: jhi                                   on 2001/03/18  19:37:46
25295         Log: Make perl.third checks more understandable to the builder.
25296      Branch: perl
25297            ! Makefile.SH
25298 ____________________________________________________________________________
25299 [  9203] By: jhi                                   on 2001/03/18  19:20:54
25300         Log: Re-integrate #9138 from maintperl to mainline,
25301              the squelching of the unneeded "Scalars leaked" messages.
25302      Branch: perl
25303           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
25304           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
25305           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
25306 ____________________________________________________________________________
25307 [  9202] By: jhi                                   on 2001/03/18  18:48:36
25308         Log: More robust and more paranoid perl.third target.
25309      Branch: perl
25310            ! Makefile.SH
25311 ____________________________________________________________________________
25312 [  9201] By: jhi                                   on 2001/03/18  18:39:21
25313         Log: Integrate change #9197 from maintperl to mainline.
25314              
25315              more thorough cleaning of arenas.
25316      Branch: perl
25317           !> embed.pl perl.c proto.h sv.c t/op/sort.t
25318 ____________________________________________________________________________
25319 [  9200] By: jhi                                   on 2001/03/18  18:25:17
25320         Log: Integrate perlio.
25321      Branch: perl
25322           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
25323           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
25324           !> t/lib/encode.t toke.c universal.c utf8.c
25325 ____________________________________________________________________________
25326 [  9199] By: nick                                  on 2001/03/18  15:23:51
25327         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
25328              is the sense of the test being done. Avoid some magical 127 and 128 values
25329              by using macros.
25330      Branch: perlio
25331            ! doop.c pp_ctl.c sv.c toke.c
25332 ____________________________________________________________________________
25333 [  9198] By: nick                                  on 2001/03/18  14:18:12
25334         Log: UTF-X encoding invariance for Encode:
25335              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
25336              - move the XS code for those to universal.c (so in miniperl)
25337              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
25338              - change ext/Encode/compile to use above.
25339              - Fix t/lib/encode.t for above
25340              - Teach t/lib/b.t to expect -uutf8
25341              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
25342              utf8.pm is needed.
25343      Branch: perlio
25344            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
25345            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
25346 ____________________________________________________________________________
25347 [  9197] By: gsar                                  on 2001/03/18  12:15:57
25348         Log: more thorough cleaning of arenas--keep going until no more
25349              SvREFCNT_dec()s occur (this fixes the problem that causes the
25350              pesky "Scalars leaked" warnings)
25351      Branch: maint-5.6/perl
25352            ! embed.pl perl.c proto.h sv.c t/op/sort.t
25353 ____________________________________________________________________________
25354 [  9196] By: nick                                  on 2001/03/18  10:57:29
25355         Log: Fix pragma/utf8.t # 15
25356              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
25357              are SvUTF8 as well.
25358      Branch: perlio
25359            ! toke.c
25360 ____________________________________________________________________________
25361 [  9195] By: nick                                  on 2001/03/18  09:27:06
25362         Log: Integrate mainline
25363      Branch: perlio
25364           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
25365           !> t/op/pat.t
25366 ____________________________________________________________________________
25367 [  9194] By: jhi                                   on 2001/03/18  05:29:59
25368         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
25369              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
25370      Branch: perl
25371            ! op.c op.h t/op/misc.t t/op/pat.t
25372 ____________________________________________________________________________
25373 [  9193] By: jhi                                   on 2001/03/18  05:15:06
25374         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
25375      Branch: perl
25376            ! mg.c t/op/pat.t
25377 ____________________________________________________________________________
25378 [  9192] By: jhi                                   on 2001/03/18  04:22:43
25379         Log: tr/// UTF-8 patches from Inaba Hiroto.
25380      Branch: perl
25381            ! doop.c op.c
25382 ____________________________________________________________________________
25383 [  9191] By: jhi                                   on 2001/03/18  04:21:17
25384         Log: Integrate perlio.
25385      Branch: perl
25386           !> utf8.c utfebcdic.h
25387 ____________________________________________________________________________
25388 [  9190] By: nick                                  on 2001/03/17  20:32:01
25389         Log: Correct #if EBCDIC side typos.
25390              Builds and passes many tests on OS390.
25391      Branch: perlio
25392            ! utf8.c utfebcdic.h
25393 ____________________________________________________________________________
25394 [  9189] By: jhi                                   on 2001/03/17  18:55:49
25395         Log: Add prerequisites for the perl.third target.
25396      Branch: perl
25397            ! Makefile.SH
25398 ____________________________________________________________________________
25399 [  9188] By: jhi                                   on 2001/03/17  18:46:00
25400         Log: Integrate perlio.
25401      Branch: perl
25402           +> utfebcdic.h
25403           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
25404 ____________________________________________________________________________
25405 [  9187] By: jhi                                   on 2001/03/17  18:38:47
25406         Log: Add a make rule for perl.third (the Third Degree memory debugging
25407              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
25408      Branch: perl
25409            ! Makefile.SH
25410 ____________________________________________________________________________
25411 [  9186] By: nick                                  on 2001/03/17  18:34:48
25412         Log: MANIFEST addition :-(
25413      Branch: perlio
25414            ! MANIFEST
25415 ____________________________________________________________________________
25416 [  9185] By: nick                                  on 2001/03/17  18:29:50
25417         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
25418              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
25419              a superset of ASCII are invariant under the encoding. This is EBCDIC
25420              friendly as an encoded string can be looked at as being EBCDIC by lexer
25421              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
25422              ASCII on ASCII machines.
25423              
25424              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
25425              seperate.
25426              - Add some more macros to comprehend different shift amounts and
25427              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
25428              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
25429              and conditionaly #include it.
25430              
25431              EBCDIC build as yet untested.  ASCII still fails the one test.
25432      Branch: perlio
25433            + utfebcdic.h
25434            ! utf8.c utf8.h
25435 ____________________________________________________________________________
25436 [  9184] By: nick                                  on 2001/03/17  17:44:16
25437         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
25438      Branch: perlio
25439            ! doop.c perl.h pp.c utf8.h
25440 ____________________________________________________________________________
25441 [  9183] By: jhi                                   on 2001/03/17  15:55:42
25442         Log: Integrate perlio.
25443      Branch: perl
25444            ! MANIFEST
25445           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
25446 ____________________________________________________________________________
25447 [  9182] By: nick                                  on 2001/03/17  09:16:06
25448         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
25449      Branch: perlio
25450            ! t/op/pat.t
25451 ____________________________________________________________________________
25452 [  9181] By: nick                                  on 2001/03/17  09:15:11
25453         Log: Integrate mainline.
25454      Branch: perlio
25455           +> lib/Locale/Constants.pm lib/Locale/Country.pm
25456           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
25457           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
25458           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
25459           !> (integrate 83 files)
25460 ____________________________________________________________________________
25461 [  9180] By: nick                                  on 2001/03/16  17:23:21
25462         Log: EBCDIC Fixes.
25463      Branch: perlio
25464            ! perl.h sv.c toke.c utf8.c utf8.h
25465 ____________________________________________________________________________
25466 [  9179] By: jhi                                   on 2001/03/16  14:10:12
25467         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
25468              a change needed to work around an AIX compiler bug.
25469      Branch: perl
25470            ! ext/Storable/Storable.xs
25471 ____________________________________________________________________________
25472 [  9178] By: jhi                                   on 2001/03/16  03:19:59
25473         Log: With Damian's approval synchronize damian's modules'
25474              licensing with Perl's standard module licensing.
25475      Branch: perl
25476            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
25477 ____________________________________________________________________________
25478 [  9177] By: jhi                                   on 2001/03/16  03:15:34
25479         Log: Make the Filter::Util:Call files have their own copies
25480              of the Perl standard module licensing, from Paul Marquess.
25481      Branch: perl
25482            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
25483 ____________________________________________________________________________
25484 [  9176] By: jhi                                   on 2001/03/16  02:56:04
25485         Log: Subject: [PATCH] more pod patches
25486              From: Michael Stevens <michael@etla.org>
25487              Date: Thu, 15 Mar 2001 21:25:18 +0000
25488              Message-ID: <20010315212518.A18870@firedrake.org>
25489      Branch: perl
25490            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
25491            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
25492            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
25493            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
25494            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
25495            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
25496            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
25497            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
25498            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
25499            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
25500            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
25501            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
25502            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
25503            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
25504            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
25505            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
25506            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
25507            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
25508            ! lib/Locale/Country.pm lib/Locale/Language.pm
25509            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
25510            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
25511            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
25512            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
25513            ! os2/OS2/Process/Process.pm
25514 ____________________________________________________________________________
25515 [  9175] By: jhi                                   on 2001/03/16  02:53:32
25516         Log: Subject: [PATCH] the uncontroversial doc patches
25517              From: Michael Stevens <michael@etla.org>
25518              Date: Thu, 15 Mar 2001 20:01:12 +0000
25519              Message-ID: <20010315200112.A7636@firedrake.org>
25520      Branch: perl
25521            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
25522            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
25523            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
25524            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
25525            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
25526 ____________________________________________________________________________
25527 [  9174] By: jhi                                   on 2001/03/16  02:50:49
25528         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
25529              From: Paul Lindner <lindner@inuus.com>
25530              Date: Fri, 16 Mar 2001 11:28:03 -0800
25531              Message-ID: <20010316112803.A7577@inuus.com>
25532      Branch: perl
25533            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
25534 ____________________________________________________________________________
25535 [  9173] By: nick                                  on 2001/03/15  20:21:03
25536         Log: 1st day's EBCDIC fixes:
25537              - toke.c's parsing of strings needed attention
25538              needed to conditionally e2a if string was already UTF-8
25539              - e2a/a2e tables where wrong way round.
25540              - new macros in utf8.h
25541      Branch: perlio
25542            ! perl.h toke.c utf8.h
25543 ____________________________________________________________________________
25544 [  9172] By: jhi                                   on 2001/03/15  15:17:17
25545         Log: Update Changes.
25546      Branch: perl
25547            ! Changes patchlevel.h
25548 ____________________________________________________________________________
25549 [  9171] By: jhi                                   on 2001/03/15  15:09:32
25550         Log: Subject: Re: Another Borland C++ problem.
25551              From: "Vadim Konovalov" <watman@inbox.ru>
25552              Date: Sat, 10 Mar 2001 19:26:07 +0300
25553              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
25554              
25555              Borland filename case problem.
25556      Branch: perl
25557            + win32/sncfnmcs.pl
25558            ! MANIFEST README.win32
25559 ____________________________________________________________________________
25560 [  9170] By: jhi                                   on 2001/03/15  14:54:23
25561         Log: Add Locale::Codes 1.06, from Neil Bowers.
25562      Branch: perl
25563            + lib/Locale/Constants.pm lib/Locale/Country.pm
25564            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
25565            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
25566            + t/lib/lc-language.t t/lib/lc-uk.t
25567            ! MANIFEST
25568 ____________________________________________________________________________
25569 [  9169] By: jhi                                   on 2001/03/15  14:19:01
25570         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
25571      Branch: perl
25572            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25573            ! ext/Storable/Storable.xs
25574 ____________________________________________________________________________
25575 [  9168] By: jhi                                   on 2001/03/15  14:13:22
25576         Log: Integrate changes #9120,9167 from mainline to maintperl.
25577              
25578              Subject: [PATCH 5.6.1] OS/2 docs
25579              
25580              Subject: [PATCH 5.6.1] perldoc
25581      Branch: maint-5.6/perl
25582           !> os2/Changes utils/perldoc.PL
25583 ____________________________________________________________________________
25584 [  9167] By: jhi                                   on 2001/03/15  14:07:42
25585         Log: Subject: [PATCH 5.6.1] perldoc
25586              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25587              Date: Wed, 14 Mar 2001 23:46:52 -0500
25588              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
25589      Branch: perl
25590            ! utils/perldoc.PL
25591 ____________________________________________________________________________
25592 [  9166] By: jhi                                   on 2001/03/15  13:53:15
25593         Log: sigaction test condition tweakage.
25594      Branch: perl
25595            ! t/lib/sigaction.t
25596 ____________________________________________________________________________
25597 [  9165] By: alanbur                               on 2001/03/15  03:49:17
25598         Log: Resynchronised with parent
25599      Branch: maint-5.6/pureperl
25600           +> os2/os2add.sym t/op/anonsub.t
25601           !> (integrate 72 files)
25602 ____________________________________________________________________________
25603 [  9164] By: jhi                                   on 2001/03/15  01:05:01
25604         Log: Avoid stomping off the beginning of an array in tr///.
25605      Branch: perl
25606            ! op.c
25607 ____________________________________________________________________________
25608 [  9163] By: jhi                                   on 2001/03/15  00:58:57
25609         Log: h2ph strictness and cleanliness from Kurt Starsinic.
25610      Branch: perl
25611            ! utils/h2ph.PL
25612 ____________________________________________________________________________
25613 [  9162] By: gsar                                  on 2001/03/15  00:56:53
25614         Log: avoid warnings
25615      Branch: maint-5.6/perl
25616            ! t/op/magic.t
25617 ____________________________________________________________________________
25618 [  9161] By: gsar                                  on 2001/03/15  00:52:09
25619         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
25620              results
25621      Branch: maint-5.6/perl
25622            ! t/op/magic.t
25623 ____________________________________________________________________________
25624 [  9160] By: jhi                                   on 2001/03/14  22:02:10
25625         Log: Do not use the Perl malloc in IRIX, suggested by
25626              Helmus Jarausch.
25627      Branch: perl
25628            ! hints/irix_6.sh
25629 ____________________________________________________________________________
25630 [  9159] By: nick                                  on 2001/03/14  21:45:59
25631         Log: Integrate mainline
25632      Branch: perlio
25633           +> t/op/loopctl.t
25634           !> (integrate 41 files)
25635 ____________________________________________________________________________
25636 [  9158] By: jhi                                   on 2001/03/14  21:10:09
25637         Log: The Day of the Retractions continues: the #9138
25638              (integrated in #9144) doesn't work well in mainline.
25639      Branch: perl
25640            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
25641            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
25642            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
25643 ____________________________________________________________________________
25644 [  9157] By: jhi                                   on 2001/03/14  20:58:12
25645         Log: The #9145 CANNOT be enabled: the clear_pmop code still
25646              dumps core all over in Tru64.
25647      Branch: perl
25648            ! op.c op.h t/op/pat.t
25649 ____________________________________________________________________________
25650 [  9156] By: jhi                                   on 2001/03/14  20:48:06
25651         Log: Integrate change #9154 from maintperl to mainline.
25652              
25653              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
25654              (caused Storable 1.0.10 to break on windows)
25655      Branch: perl
25656           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
25657           !> perlapi.c proto.h
25658 ____________________________________________________________________________
25659 [  9155] By: jhi                                   on 2001/03/14  20:23:53
25660         Log: Retract #9136: breaks threading (and binary compatibility).
25661      Branch: perl
25662            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
25663 ____________________________________________________________________________
25664 [  9154] By: gsar                                  on 2001/03/14  17:48:18
25665         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
25666              (caused Storable 1.0.10 to break on windows)
25667      Branch: maint-5.6/perl
25668            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
25669            ! perlapi.c proto.h
25670 ____________________________________________________________________________
25671 [  9153] By: jhi                                   on 2001/03/14  13:35:21
25672         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
25673      Branch: perl
25674            ! t/lib/sigaction.t
25675 ____________________________________________________________________________
25676 [  9152] By: gsar                                  on 2001/03/14  07:29:40
25677         Log: back out changes#9012,9010,9009 and parts of change#9016
25678              (causes ABRs under purify, and some prerequisites don't
25679              seem to be there in 5.6.x)
25680      Branch: maint-5.6/perl
25681            ! doop.c op.c t/op/tr.t toke.c
25682 ____________________________________________________________________________
25683 [  9151] By: gsar                                  on 2001/03/14  07:01:29
25684         Log: reenable change#9145 (the test was busted due to a missing
25685              C<print "ok 27\n">)
25686      Branch: perl
25687            ! op.c op.h t/op/pat.t
25688 ____________________________________________________________________________
25689 [  9150] By: jhi                                   on 2001/03/14  06:38:36
25690         Log: Retract #9145.
25691      Branch: perl
25692            ! op.c op.h t/op/pat.t
25693 ____________________________________________________________________________
25694 [  9149] By: jhi                                   on 2001/03/14  06:14:56
25695         Log: Retract #9143.
25696      Branch: perl
25697            ! op.c
25698 ____________________________________________________________________________
25699 [  9148] By: gsar                                  on 2001/03/14  06:13:02
25700         Log: Uninitialized Memory Read in regexec.c
25701      Branch: perl
25702            ! regexec.c
25703 ____________________________________________________________________________
25704 [  9147] By: jhi                                   on 2001/03/14  04:59:54
25705         Log: Subject: PATCH: make goto work in nested eval ""
25706              From: Robin Houston <robin@kitsite.com>
25707              Date: Wed, 14 Mar 2001 04:16:10 +0000
25708              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
25709      Branch: perl
25710            ! pp_ctl.c t/op/goto.t
25711 ____________________________________________________________________________
25712 [  9146] By: jhi                                   on 2001/03/14  04:42:54
25713         Log: Preserve the #ifdef PERL_CORE in perly.h.
25714      Branch: perl
25715            ! perly.fixer
25716 ____________________________________________________________________________
25717 [  9145] By: jhi                                   on 2001/03/14  03:57:41
25718         Log: (Retracted by #9150.)
25719      Branch: perl
25720            ! op.c op.h t/op/pat.t
25721 ____________________________________________________________________________
25722 [  9144] By: jhi                                   on 2001/03/14  03:50:38
25723         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
25724              
25725              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
25726              
25727              remove squelch controls for "Scalars leaked" messages in most places
25728              (these are now cured)
25729              
25730              fix another memory leak reported by purify (tie callbacks that
25731              croak can leak when wiping out magic)
25732      Branch: perl
25733           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
25734           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
25735           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
25736           !> t/pragma/warnings.t
25737 ____________________________________________________________________________
25738 [  9143] By: jhi                                   on 2001/03/14  03:37:53
25739         Log: (Retracted by #9149.)
25740      Branch: perl
25741            ! op.c
25742 ____________________________________________________________________________
25743 [  9142] By: gsar                                  on 2001/03/14  03:20:48
25744         Log: fix another memory leak reported by purify (tie callbacks that
25745              croak can leak when wiping out magic)
25746      Branch: maint-5.6/perl
25747            ! scope.c
25748 ____________________________________________________________________________
25749 [  9141] By: jhi                                   on 2001/03/14  02:55:00
25750         Log: Subject: PATCH for [ID 20010305.003]
25751              From: Robin Houston <robin@kitsite.com>
25752              Date: Wed, 14 Mar 2001 02:45:51 +0000
25753              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
25754      Branch: perl
25755            ! pp_ctl.c t/op/eval.t
25756 ____________________________________________________________________________
25757 [  9140] By: jhi                                   on 2001/03/14  02:41:54
25758         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
25759              Date: Wed, 14 Mar 2001 01:52:51 +0000
25760              From: Robin Houston <robin@kitsite.com>
25761              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
25762              
25763              Fix for 2000313.004.
25764      Branch: perl
25765            ! pp_ctl.c t/op/goto.t
25766 ____________________________________________________________________________
25767 [  9139] By: jhi                                   on 2001/03/14  02:40:50
25768         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
25769              From: Robin Houston <robin@kitsite.com>
25770              Date: Wed, 14 Mar 2001 00:43:45 +0000
25771              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
25772      Branch: perl
25773            + t/op/loopctl.t
25774            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
25775            ! vms/perly_c.vms
25776 ____________________________________________________________________________
25777 [  9138] By: gsar                                  on 2001/03/14  01:18:00
25778         Log: remove squelch controls for "Scalars leaked" messages in most places
25779              (these are now cured)
25780      Branch: maint-5.6/perl
25781            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
25782            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
25783            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
25784 ____________________________________________________________________________
25785 [  9137] By: gsar                                  on 2001/03/14  00:57:04
25786         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
25787      Branch: maint-5.6/perl
25788            ! regcomp.c
25789 ____________________________________________________________________________
25790 [  9136] By: jhi                                   on 2001/03/13  23:12:24
25791         Log: (Retracted by #9155)
25792              
25793              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
25794              From: Jens-Uwe Mager <jum@helios.de>
25795              Date: Wed, 21 Feb 2001 21:32:04 +0100
25796              Message-ID: <20010221213203.A18340@ans.helios.de>
25797      Branch: perl
25798            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
25799 ____________________________________________________________________________
25800 [  9135] By: jhi                                   on 2001/03/13  22:50:05
25801         Log: Integrate perlio.
25802      Branch: perl
25803           !> pp.c
25804 ____________________________________________________________________________
25805 [  9134] By: jhi                                   on 2001/03/13  22:49:05
25806         Log: Integrate change #9131 from maintperl into mainline.
25807              
25808              make the error text look more consistent in hints/hpux.sh
25809      Branch: perl
25810           !> hints/hpux.sh
25811 ____________________________________________________________________________
25812 [  9133] By: gsar                                  on 2001/03/13  22:46:20
25813         Log: integrate change#9067 from mainline
25814              
25815              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
25816      Branch: maint-5.6/perl
25817           !> lib/ExtUtils/MM_Unix.pm
25818 ____________________________________________________________________________
25819 [  9132] By: jhi                                   on 2001/03/13  22:41:21
25820         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
25821              From: "John P. Linderman" <jpl@research.att.com>
25822              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
25823              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
25824              
25825              A more correct prime finder.
25826      Branch: perl
25827            ! lib/Tie/SubstrHash.pm
25828 ____________________________________________________________________________
25829 [  9131] By: gsar                                  on 2001/03/13  22:30:42
25830         Log: make the error text look more consistent in hints/hpux.sh
25831      Branch: maint-5.6/perl
25832            ! hints/hpux.sh
25833 ____________________________________________________________________________
25834 [  9130] By: jhi                                   on 2001/03/13  22:23:44
25835         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
25836              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25837              Date: Tue, 13 Mar 2001 18:41:26 +0100
25838              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
25839              
25840              If the test is run non-interactively the default handler
25841              is different.
25842      Branch: perl
25843            ! t/lib/sigaction.t
25844 ____________________________________________________________________________
25845 [  9129] By: jhi                                   on 2001/03/13  22:20:21
25846         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
25847              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25848              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
25849              Date:     Tue, 13 Mar 2001 16:44:32 EST
25850      Branch: perl
25851            ! t/lib/1_compile.t
25852 ____________________________________________________________________________
25853 [  9128] By: jhi                                   on 2001/03/13  22:18:34
25854         Log: Subject: Another patch for integer.pm POD 
25855              From: "John L. Allen" <allen@grumman.com>
25856              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
25857              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
25858      Branch: perl
25859            ! lib/integer.pm
25860 ____________________________________________________________________________
25861 [  9127] By: nick                                  on 2001/03/13  21:26:30
25862         Log: Integrate mainline.
25863      Branch: perlio
25864           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
25865           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
25866           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
25867           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
25868           !> Changes Configure MANIFEST README.os2 README.os390
25869           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
25870           !> os2/Changes patchlevel.h win32/perlhost.h
25871 ____________________________________________________________________________
25872 [  9126] By: nick                                  on 2001/03/13  20:39:51
25873         Log: #ifdef'ed out code to make packed side of pack/unpack
25874              octets. (i.e. pack('U') => encode_utf8).
25875      Branch: perlio
25876            ! pp.c
25877 ____________________________________________________________________________
25878 [  9125] By: jhi                                   on 2001/03/13  15:07:16
25879         Log: Update Changes.
25880      Branch: perl
25881            ! Changes patchlevel.h
25882 ____________________________________________________________________________
25883 [  9124] By: jhi                                   on 2001/03/13  14:22:45
25884         Log: Workaround for the buggy ("internal compiler error")
25885              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
25886              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
25887              of Andreas König.
25888      Branch: perl
25889            ! ext/re/Makefile.PL hints/aix.sh
25890 ____________________________________________________________________________
25891 [  9123] By: jhi                                   on 2001/03/13  03:24:34
25892         Log: Typo in #9114.
25893      Branch: metaconfig
25894            ! U/modified/myhostname.U
25895 ____________________________________________________________________________
25896 [  9122] By: jhi                                   on 2001/03/13  03:24:06
25897         Log: Typo in #9113.
25898      Branch: perl
25899            ! Configure
25900 ____________________________________________________________________________
25901 [  9121] By: jhi                                   on 2001/03/13  01:53:05
25902         Log: Forgot to check-in the larger part of #9120, duh.
25903      Branch: perl
25904            ! README.os2
25905 ____________________________________________________________________________
25906 [  9120] By: jhi                                   on 2001/03/13  01:51:31
25907         Log: Subject: [PATCH 5.6.1] OS/2 docs
25908              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25909              Date: Mon, 12 Mar 2001 03:27:32 -0500
25910              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
25911      Branch: perl
25912            ! os2/Changes
25913 ____________________________________________________________________________
25914 [  9119] By: jhi                                   on 2001/03/13  01:49:41
25915         Log: Integrate change #9116 from maintperl into mainline.
25916              
25917              Win32::GetCwd() returns C: instead of C:\ in the root directory
25918              under ithreads
25919      Branch: perl
25920           !> win32/perlhost.h
25921 ____________________________________________________________________________
25922 [  9118] By: jhi                                   on 2001/03/13  01:13:39
25923         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
25924      Branch: perl
25925            + lib/Switch.pm t/lib/switch.t
25926            ! MANIFEST
25927 ____________________________________________________________________________
25928 [  9117] By: jhi                                   on 2001/03/13  01:03:17
25929         Log: Add Text::Balanced 1.83.
25930      Branch: perl
25931            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
25932            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
25933            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
25934            + t/lib/tb-xvari.t
25935            ! MANIFEST
25936 ____________________________________________________________________________
25937 [  9116] By: gsar                                  on 2001/03/13  00:55:53
25938         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
25939              under ithreads
25940      Branch: maint-5.6/perl
25941            ! win32/perlhost.h
25942 ____________________________________________________________________________
25943 [  9115] By: jhi                                   on 2001/03/13  00:54:09
25944         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
25945              From: "John L. Allen" <allen@grumman.com>
25946              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
25947              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
25948              
25949              use integer document clarification.
25950      Branch: perl
25951            ! lib/integer.pm
25952 ____________________________________________________________________________
25953 [  9114] By: jhi                                   on 2001/03/13  00:38:54
25954         Log: Metaconfig unit change for #9113.
25955      Branch: metaconfig
25956            ! U/modified/myhostname.U
25957 ____________________________________________________________________________
25958 [  9113] By: jhi                                   on 2001/03/13  00:38:35
25959         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?)
25960              From: Peter Prymmer <pvhp@forte.com>
25961              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
25962              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
25963      Branch: perl
25964            ! Configure README.os390 hints/os390.sh
25965 ____________________________________________________________________________
25966 [  9112] By: jhi                                   on 2001/03/13  00:29:00
25967         Log: Integrate perlio.
25968      Branch: perl
25969           !> sv.c utf8.h
25970 ____________________________________________________________________________
25971 [  9111] By: nick                                  on 2001/03/12  21:16:33
25972         Log: Integrate mainline.
25973      Branch: perlio
25974           +> t/op/anonsub.t
25975           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
25976           !> proto.h sv.c
25977 ____________________________________________________________________________
25978 [  9110] By: nick                                  on 2001/03/12  21:00:13
25979         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
25980      Branch: perlio
25981            ! sv.c utf8.h
25982 ____________________________________________________________________________
25983 [  9109] By: jhi                                   on 2001/03/12  16:04:47
25984         Log: Integrate change #9108 from maintperl to mainline.
25985              
25986              fix memory leak in C<sub X { sub {} }> arising from a refcount
25987              loop between the outer sub and the inner prototype anonsub
25988              
25989              this also enables closures returned by subroutines that
25990              subsequently get redefined to work without generating coredumps :)
25991              
25992              completely removed the free_closures() hack--it shouldn't be
25993              needed anymore
25994      Branch: perl
25995           +> t/op/anonsub.t
25996           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
25997           !> proto.h sv.c
25998 ____________________________________________________________________________
25999 [  9108] By: gsar                                  on 2001/03/12  10:21:31
26000         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
26001              loop between the outer sub and the inner prototype anonsub
26002              
26003              this also enables closures returned by subroutines that
26004              subsequently get redefined to work without generating coredumps :)
26005              
26006              completely removed the free_closures() hack--it shouldn't be
26007              needed anymore
26008      Branch: maint-5.6/perl
26009            + t/op/anonsub.t
26010            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
26011            ! proto.h sv.c
26012 ____________________________________________________________________________
26013 [  9107] By: jhi                                   on 2001/03/12  05:15:31
26014         Log: Integrate perlio.
26015      Branch: perl
26016           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
26017 ____________________________________________________________________________
26018 [  9106] By: nick                                  on 2001/03/11  20:10:12
26019         Log: regcomp.c is working in native space, not Unicode space (if different)
26020              as it is doing compare against 'W' in \W etc.
26021      Branch: perlio
26022            ! regcomp.c
26023 ____________________________________________________________________________
26024 [  9105] By: nick                                  on 2001/03/11  19:39:34
26025         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
26026              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
26027      Branch: perlio
26028            ! regcomp.c toke.c utf8.c
26029 ____________________________________________________________________________
26030 [  9104] By: nick                                  on 2001/03/11  18:15:44
26031         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
26032      Branch: perlio
26033            ! sv.c
26034 ____________________________________________________________________________
26035 [  9103] By: nick                                  on 2001/03/11  18:03:28
26036         Log: Integrate mainline (for regexp stuff).
26037      Branch: perlio
26038           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
26039           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
26040           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
26041           !> t/lib/errno.t t/op/pat.t
26042 ____________________________________________________________________________
26043 [  9102] By: nick                                  on 2001/03/11  17:44:20
26044         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
26045              - exclude layer syms in makedef.pl for sfio
26046              - also inhibit Encode from trying to build ":encode()" layer.
26047      Branch: perlio
26048            ! ext/Encode/Encode.xs makedef.pl
26049 ____________________________________________________________________________
26050 [  9101] By: jhi                                   on 2001/03/10  22:38:13
26051         Log: The $Is_MacOS needs to be declared.
26052      Branch: perl
26053            ! lib/ExtUtils/Manifest.pm
26054 ____________________________________________________________________________
26055 [  9100] By: jhi                                   on 2001/03/10  22:14:29
26056         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
26057              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
26058              pollute the symbolspace if using sfio.
26059      Branch: perl
26060            ! ext/Encode/Encode.xs
26061 ____________________________________________________________________________
26062 [  9099] By: jhi                                   on 2001/03/10  21:58:48
26063         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
26064              Date: Sat, 10 Mar 2001 14:23:55 -0500
26065              From: Chris Nandor <pudge@pobox.com>
26066              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
26067      Branch: perl
26068            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
26069            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
26070            ! t/lib/errno.t
26071 ____________________________________________________________________________
26072 [  9098] By: jhi                                   on 2001/03/10  21:38:30
26073         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
26074      Branch: perl
26075            ! regcomp.c regexec.c t/op/pat.t
26076 ____________________________________________________________________________
26077 [  9097] By: jhi                                   on 2001/03/10  14:38:07
26078         Log: Integrate perlio.
26079      Branch: perl
26080           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
26081           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
26082           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
26083 ____________________________________________________________________________
26084 [  9096] By: nick                                  on 2001/03/10  11:55:43
26085         Log: EBCDIC sanity - phase I
26086              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
26087              - use utf8n_xxxx (c.f. pvn) for forms which take length.
26088              - back out vN.N and $^V exceptions to e2a/a2e
26089              - make "locale" isxxx macros be uvchr (may be redundant?)
26090              
26091              Not clear yet that toUPPER_uni et. al. return being handled correctly.
26092              The tr// and rexexp stuff still needs an audit, assumption is they are working
26093              in Unicode space.
26094              
26095              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
26096      Branch: perlio
26097            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
26098            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
26099            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
26100 ____________________________________________________________________________
26101 [  9095] By: jhi                                   on 2001/03/09  22:10:01
26102         Log: Integrate perlio.
26103      Branch: perl
26104           !> dump.c
26105 ____________________________________________________________________________
26106 [  9094] By: nick                                  on 2001/03/09  17:36:38
26107         Log: Builds an passes all tests after integrate and this tweak.
26108      Branch: perlio
26109            ! dump.c
26110 ____________________________________________________________________________
26111 [  9093] By: nick                                  on 2001/03/09  17:16:03
26112         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
26113      Branch: perlio
26114           +> lib/unicode/Scripts.txt t/lib/sigaction.t
26115           !> (integrate 79 files)
26116 ____________________________________________________________________________
26117 [  9092] By: jhi                                   on 2001/03/09  15:28:26
26118         Log: Update Changes.
26119      Branch: perl
26120            ! Changes patchlevel.h
26121 ____________________________________________________________________________
26122 [  9091] By: jhi                                   on 2001/03/09  15:25:05
26123         Log: In op/stat #35 better to scan all the potential directories
26124              for setuids, not just the first one.
26125      Branch: perl
26126            ! t/op/stat.t
26127 ____________________________________________________________________________
26128 [  9090] By: jhi                                   on 2001/03/09  15:01:27
26129         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
26130              From: rspier@pobox.com (Robert Spier)
26131              Date: Fri, 9 Mar 2001 03:30:20 -0500
26132              Message-ID: <15016.38044.381174.160189@rls.cx>
26133              
26134              EXISTS() returning undef mistakenly triggered a FETCH().
26135      Branch: perl
26136            ! hv.c
26137 ____________________________________________________________________________
26138 [  9089] By: jhi                                   on 2001/03/09  14:59:02
26139         Log: Add /sbin and /usr/sbin to the list of directories scanned
26140              for setuid programs.  Takes care of bug id 20010309.003.
26141      Branch: perl
26142            ! t/op/stat.t
26143 ____________________________________________________________________________
26144 [  9088] By: jhi                                   on 2001/03/09  14:48:32
26145         Log: Regen perlapi, perltoc.
26146      Branch: perl
26147            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
26148 ____________________________________________________________________________
26149 [  9087] By: jhi                                   on 2001/03/09  14:38:56
26150         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
26151              From: David Mitchell <davem@fdgroup.co.uk>
26152              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
26153              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
26154      Branch: perl
26155            ! dump.c perl.c perl.h pod/perlrun.pod
26156 ____________________________________________________________________________
26157 [  9086] By: jhi                                   on 2001/03/09  01:47:16
26158         Log: A modified version of
26159              
26160              Subject: [ID 20010307.005] POSIX::sigaction has various problems
26161              From: anders@broadcom.com
26162              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
26163              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
26164              
26165              Currently the sigaction.t test #6 fails (and is fudged to look
26166              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
26167              This may well be a genuine bug in Linux sigaction() (since at
26168              least Tru64, Solaris, and HP-UX disagree with Linux).
26169              Anyone with POSIX / SUSv2 tome handy?  The problem is that
26170              the flags of the oldaction don't match with the flags in
26171              the previously installed disposition.
26172      Branch: perl
26173            + t/lib/sigaction.t
26174            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
26175 ____________________________________________________________________________
26176 [  9085] By: jhi                                   on 2001/03/09  01:30:13
26177         Log: Subject: Re: mission impossible for the day
26178              From: Alex Gough <alex@rcon.org>
26179              Date: Thu, 08 Mar 2001 17:18:19 +0000
26180              Message-ID: <3AA7BEDB.8070409@rcon.org>
26181              
26182              If references (are overloaded) and can be directly stringified,
26183              show that instead of "stringified".
26184              
26185              (The problem, infinite mutual recursion caused by overloaded bool
26186              in Switch.pm, tracked by David Mitchell)
26187      Branch: perl
26188            ! lib/Carp/Heavy.pm
26189 ____________________________________________________________________________
26190 [  9084] By: jhi                                   on 2001/03/09  01:20:39
26191         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
26192              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
26193              From: David Mitchell <davem@fdgroup.co.uk>
26194              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
26195      Branch: perl
26196            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
26197            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
26198 ____________________________________________________________________________
26199 [  9083] By: jhi                                   on 2001/03/09  01:16:51
26200         Log: Subject: [PATCH] perldata.pod here-doc docs
26201              From: Jeff Pinyan <jeffp@crusoe.net>
26202              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
26203              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
26204      Branch: perl
26205            ! pod/perldata.pod
26206 ____________________________________________________________________________
26207 [  9082] By: jhi                                   on 2001/03/09  01:01:27
26208         Log: Subject: Re: Unicode/EBCDIC
26209              From: Peter Prymmer <pvhp@forte.com>
26210              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
26211              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
26212      Branch: perl
26213            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
26214 ____________________________________________________________________________
26215 [  9081] By: jhi                                   on 2001/03/08  13:41:30
26216         Log: Subject: Ooops, wrong 'no *POSIX' Patch
26217              From: Dorner Thomas <Thomas.Dorner@start.de>
26218              Date: Thu, 8 Mar 2001 08:43:28 +0100
26219              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
26220      Branch: perl
26221            ! hints/posix-bc.sh
26222 ____________________________________________________________________________
26223 [  9080] By: jhi                                   on 2001/03/08  13:11:42
26224         Log: It's Scripts.txt, not Script.txt.
26225      Branch: perl
26226            ! MANIFEST
26227 ____________________________________________________________________________
26228 [  9079] By: jhi                                   on 2001/03/08  12:59:05
26229         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
26230              From: Dorner Thomas <Thomas.Dorner@start.de>
26231              Date: Wed, 7 Mar 2001 14:13:31 +0100
26232              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
26233      Branch: perl
26234            ! makedepend.SH
26235 ____________________________________________________________________________
26236 [  9078] By: jhi                                   on 2001/03/08  12:57:43
26237         Log: Retract #9069, wrong patch.
26238      Branch: perl
26239            ! Makefile.SH
26240 ____________________________________________________________________________
26241 [  9077] By: jhi                                   on 2001/03/08  01:06:13
26242         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
26243      Branch: perl
26244            + lib/unicode/Scripts.txt
26245            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
26246            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
26247            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
26248            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
26249            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
26250            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
26251            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
26252            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
26253            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
26254            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
26255            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
26256            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
26257            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
26258            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
26259            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
26260            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
26261            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
26262            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
26263            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
26264            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
26265            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
26266            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
26267            ! lib/unicode/version
26268 ____________________________________________________________________________
26269 [  9076] By: jhi                                   on 2001/03/07  22:59:39
26270         Log: Integrate change #7784 from mainline into maintperl.
26271              
26272              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
26273      Branch: maint-5.6/perl
26274           !> pp_ctl.c t/op/pat.t
26275 ____________________________________________________________________________
26276 [  9075] By: jhi                                   on 2001/03/07  22:05:11
26277         Log: More UTF-8 test tweaks.
26278      Branch: perl
26279            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
26280 ____________________________________________________________________________
26281 [  9074] By: nick                                  on 2001/03/07  21:39:29
26282         Log: Integrate mainline.
26283      Branch: perlio
26284           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
26285           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
26286           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
26287           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
26288           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
26289 ____________________________________________________________________________
26290 [  9073] By: jhi                                   on 2001/03/07  16:37:09
26291         Log: Update Changes.
26292      Branch: perl
26293            ! Changes patchlevel.h
26294 ____________________________________________________________________________
26295 [  9072] By: jhi                                   on 2001/03/07  16:32:30
26296         Log: Subject: [ID 20010306.004] || != named unary operator
26297              From: abela@geneanet.org
26298              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
26299              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
26300      Branch: perl
26301            ! pod/perlop.pod
26302 ____________________________________________________________________________
26303 [  9071] By: jhi                                   on 2001/03/07  15:14:11
26304         Log: Subject: downgrading to bytes for common functions
26305              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
26306              Date: Wed, 7 Mar 2001 02:36:55 -0500
26307              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
26308      Branch: perl
26309            ! pp_sys.c
26310 ____________________________________________________________________________
26311 [  9070] By: jhi                                   on 2001/03/07  15:04:58
26312         Log: Clarify the description differentiating for and while; inspired by
26313              
26314              Subject: [ID 20010306.002] for/while difference in for definition
26315              From: abela@geneanet.org
26316              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
26317              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
26318      Branch: perl
26319            ! pod/perlsyn.pod
26320 ____________________________________________________________________________
26321 [  9069] By: jhi                                   on 2001/03/07  14:55:30
26322         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
26323              From: Dorner Thomas <Thomas.Dorner@start.de>
26324              Date: Wed, 7 Mar 2001 14:13:31 +0100
26325              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
26326      Branch: perl
26327            ! Makefile.SH
26328 ____________________________________________________________________________
26329 [  9068] By: jhi                                   on 2001/03/07  14:51:17
26330         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
26331              From: Radu Greab <radu@netsoft.ro>
26332              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
26333              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
26334      Branch: perl
26335            ! pp.c t/op/chop.t
26336 ____________________________________________________________________________
26337 [  9067] By: jhi                                   on 2001/03/07  14:48:57
26338         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
26339              From: Simon Cozens <simon@netthink.co.uk>
26340              Date: Wed, 7 Mar 2001 13:59:28 +0000
26341              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
26342              
26343              In order to allow MakeMaker to build correct Makefiles,
26344              you need to change the order of the arguments in MM_Unix.pm
26345              as well. (Unless you have C89_CCMODE set, but we're trying
26346              to be POSIXly correct)
26347              
26348              Thanks to Merijn Broeren for tracking this down.
26349      Branch: perl
26350            ! lib/ExtUtils/MM_Unix.pm
26351 ____________________________________________________________________________
26352 [  9066] By: jhi                                   on 2001/03/07  14:30:02
26353         Log: Floating point too messy.
26354      Branch: perl
26355            ! t/camel-III/vstring.t
26356 ____________________________________________________________________________
26357 [  9065] By: jhi                                   on 2001/03/07  14:17:44
26358         Log: Integrate change #9064 from maintperl into mainline.
26359              
26360              fix memory leak in pack("Bb",...)
26361      Branch: perl
26362           !> perl.c
26363 ____________________________________________________________________________
26364 [  9064] By: gsar                                  on 2001/03/07  06:29:24
26365         Log: fix memory leak in pack("Bb",...)
26366      Branch: maint-5.6/perl
26367            ! perl.c
26368 ____________________________________________________________________________
26369 [  9063] By: jhi                                   on 2001/03/07  00:55:04
26370         Log: Major utf8 test reorganisation and rewrite.
26371              Hopefully no tests were lost in the shuffle.
26372              (The beginning of pragma/utf8 was lost intentionally,
26373              the tests were rather bogus and incomplete.)
26374      Branch: perl
26375            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
26376            ! t/pragma/utf8.t
26377 ____________________________________________________________________________
26378 [  9062] By: jhi                                   on 2001/03/07  00:41:16
26379         Log: More tweakage on the Unicode character class descriptions.
26380      Branch: perl
26381            ! lib/unicode/mktables.PL pod/perlretut.pod
26382 ____________________________________________________________________________
26383 [  9061] By: jhi                                   on 2001/03/06  23:12:38
26384         Log: The perlretut was still talking about the old \p and \P
26385              definitions.
26386      Branch: perl
26387            ! pod/perlretut.pod
26388 ____________________________________________________________________________
26389 [  9060] By: nick                                  on 2001/03/06  20:52:37
26390         Log: Integrate mainline (make test works again now).
26391      Branch: perlio
26392           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
26393 ____________________________________________________________________________
26394 [  9059] By: jhi                                   on 2001/03/06  15:36:14
26395         Log: 0.999... does equal 1.0, doesn't it?
26396      Branch: perl
26397            ! t/camel-III/vstring.t
26398 ____________________________________________________________________________
26399 [  9058] By: jhi                                   on 2001/03/06  15:34:00
26400         Log: Make /x{abcd}/ to work without use utf8.
26401      Branch: perl
26402            ! regcomp.c
26403 ____________________________________________________________________________
26404 [  9057] By: jhi                                   on 2001/03/06  03:02:36
26405         Log: Easier to outcomment all the three reset() tests for now.
26406      Branch: perl
26407            ! t/op/pat.t
26408 ____________________________________________________________________________
26409 [  9056] By: jhi                                   on 2001/03/06  02:30:02
26410         Log: Comment out the deadly reset; until the 20010301.005
26411              is finally fixed.
26412      Branch: perl
26413            ! t/op/pat.t
26414 ____________________________________________________________________________
26415 [  9055] By: jhi                                   on 2001/03/06  02:21:26
26416         Log: Integrate the change #9054 from mainline:
26417              retract the PMOP cleanup patch pending further investigation.
26418      Branch: maint-5.6/perl
26419           !> op.c op.h
26420 ____________________________________________________________________________
26421 [  9054] By: jhi                                   on 2001/03/06  02:19:57
26422         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
26423              with oddly familiar stack traces.
26424      Branch: perl
26425            ! op.c op.h
26426 ____________________________________________________________________________
26427 [  9053] By: jhi                                   on 2001/03/05  23:20:28
26428         Log: Integrate perlio.
26429      Branch: perl
26430           +> ext/Encode/Encode/koi8-r.ucm
26431           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
26432           !> makedef.pl
26433 ____________________________________________________________________________
26434 [  9052] By: nick                                  on 2001/03/05  23:08:17
26435         Log: skipping USE_PERLIO symbols correction.
26436      Branch: perlio
26437            ! makedef.pl
26438 ____________________________________________________________________________
26439 [  9051] By: nick                                  on 2001/03/05  22:35:07
26440         Log: More Encode alias tidying.
26441      Branch: perlio
26442            + ext/Encode/Encode/koi8-r.ucm
26443            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
26444 ____________________________________________________________________________
26445 [  9050] By: jhi                                   on 2001/03/05  21:44:29
26446         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
26447              Sarathy's fix for ID 20010301.005.
26448      Branch: maint-5.6/perl
26449           !> op.c op.h
26450 ____________________________________________________________________________
26451 [  9049] By: nick                                  on 2001/03/05  19:54:04
26452         Log: Integrate Jarkko's Encode.pm tweak.
26453      Branch: perlio
26454           !> ext/Encode/Encode.pm
26455 ____________________________________________________________________________
26456 [  9048] By: nick                                  on 2001/03/05  19:47:57
26457         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
26458      Branch: perlio
26459           +> os2/os2add.sym
26460           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
26461           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
26462           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
26463           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
26464           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
26465 ____________________________________________________________________________
26466 [  9047] By: jhi                                   on 2001/03/05  19:25:26
26467         Log: Regen perlapi.
26468      Branch: perl
26469            ! pod/perlapi.pod
26470 ____________________________________________________________________________
26471 [  9046] By: jhi                                   on 2001/03/05  19:12:14
26472         Log: Integrate perlio.
26473      Branch: perl
26474           +> t/camel-III/vstring.t
26475           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
26476 ____________________________________________________________________________
26477 [  9045] By: jhi                                   on 2001/03/05  19:10:36
26478         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
26479      Branch: perl
26480            ! ext/Encode/Encode.pm
26481 ____________________________________________________________________________
26482 [  9044] By: jhi                                   on 2001/03/05  18:49:12
26483         Log: Forgot the other half of the PMOP patch (#9033).
26484      Branch: perl
26485            ! op.h
26486 ____________________________________________________________________________
26487 [  9043] By: nick                                  on 2001/03/05  18:14:47
26488         Log: Update MANIFEST for new test.
26489      Branch: perlio
26490            ! MANIFEST
26491 ____________________________________________________________________________
26492 [  9042] By: nick                                  on 2001/03/05  18:12:41
26493         Log: Some tests for Camel 3rd edition features.
26494              Make gethostbyaddr() test in above work.
26495      Branch: perlio
26496            + t/camel-III/vstring.t
26497            ! pp.h pp_sys.c t/TEST t/harness
26498 ____________________________________________________________________________
26499 [  9041] By: jhi                                   on 2001/03/05  17:41:48
26500         Log: Add more ISO 8859 encoding aliases.
26501      Branch: perl
26502            ! ext/Encode/Encode.pm
26503 ____________________________________________________________________________
26504 [  9040] By: jhi                                   on 2001/03/05  17:30:43
26505         Log: Integrate perlio.
26506      Branch: perl
26507           !> MANIFEST sv.c
26508 ____________________________________________________________________________
26509 [  9039] By: nick                                  on 2001/03/05  17:11:36
26510         Log: Missed added file.
26511      Branch: perlio
26512            ! MANIFEST
26513 ____________________________________________________________________________
26514 [  9038] By: jhi                                   on 2001/03/05  15:58:01
26515         Log: Add tr tests for EBCDIC, from Karsten Sperling.
26516      Branch: perl
26517            ! t/op/tr.t
26518 ____________________________________________________________________________
26519 [  9037] By: nick                                  on 2001/03/05  15:56:35
26520         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
26521              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
26522              
26523              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
26524              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
26525              - uses SvPV() rather than sv_2pv() in case it isn't a string.
26526      Branch: perlio
26527            ! sv.c
26528 ____________________________________________________________________________
26529 [  9036] By: jhi                                   on 2001/03/05  15:49:15
26530         Log: Add matching tests currently failing in EBCDIC,
26531              suggested by Karsten Sperling.
26532      Branch: perl
26533            ! t/op/pat.t
26534 ____________________________________________________________________________
26535 [  9035] By: jhi                                   on 2001/03/05  15:36:55
26536         Log: The #9034 needs a MANIFESTation.
26537      Branch: perl
26538            ! MANIFEST
26539 ____________________________________________________________________________
26540 [  9034] By: jhi                                   on 2001/03/05  15:35:14
26541         Log: Integrate perlio.
26542      Branch: perl
26543           +> ext/Encode/Encode/Tcl.pm
26544           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
26545           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
26546           !> ext/Encode/Encode/iso8859-1.ucm
26547           !> ext/Encode/Encode/iso8859-10.ucm
26548           !> ext/Encode/Encode/iso8859-13.ucm
26549           !> ext/Encode/Encode/iso8859-14.ucm
26550           !> ext/Encode/Encode/iso8859-15.ucm
26551           !> ext/Encode/Encode/iso8859-16.ucm
26552           !> ext/Encode/Encode/iso8859-2.ucm
26553           !> ext/Encode/Encode/iso8859-3.ucm
26554           !> ext/Encode/Encode/iso8859-4.ucm
26555           !> ext/Encode/Encode/iso8859-5.ucm
26556           !> ext/Encode/Encode/iso8859-6.ucm
26557           !> ext/Encode/Encode/iso8859-7.ucm
26558           !> ext/Encode/Encode/iso8859-8.ucm
26559           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
26560           !> t/lib/encode.t
26561 ____________________________________________________________________________
26562 [  9033] By: jhi                                   on 2001/03/05  15:33:18
26563         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
26564              From: Gurusamy Sarathy <gsar@ActiveState.com>
26565              Date: Sun, 04 Mar 2001 22:33:15 -0800
26566              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
26567              
26568              PMOPs need to remember their own stash so that they can
26569              gracefully remove themselves from their linked list.
26570      Branch: perl
26571            ! op.c
26572 ____________________________________________________________________________
26573 [  9032] By: nick                                  on 2001/03/05  14:51:50
26574         Log: Encode implementation "completion"
26575              Implement and document define_encoding()
26576              Implement and document encoding aliases including define_alias()
26577              Make Encode::XS use define_encoding() rather than back-door.
26578              Move run-time *.enc to separate Encode::Tcl module.
26579              Make 'compile' honour <codeset_name>
26580              Change canonical names of to iso-8859-* and US-ascii.
26581      Branch: perlio
26582            + ext/Encode/Encode/Tcl.pm
26583            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
26584            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
26585            ! ext/Encode/Encode/iso8859-1.ucm
26586            ! ext/Encode/Encode/iso8859-10.ucm
26587            ! ext/Encode/Encode/iso8859-13.ucm
26588            ! ext/Encode/Encode/iso8859-14.ucm
26589            ! ext/Encode/Encode/iso8859-15.ucm
26590            ! ext/Encode/Encode/iso8859-16.ucm
26591            ! ext/Encode/Encode/iso8859-2.ucm
26592            ! ext/Encode/Encode/iso8859-3.ucm
26593            ! ext/Encode/Encode/iso8859-4.ucm
26594            ! ext/Encode/Encode/iso8859-5.ucm
26595            ! ext/Encode/Encode/iso8859-6.ucm
26596            ! ext/Encode/Encode/iso8859-7.ucm
26597            ! ext/Encode/Encode/iso8859-8.ucm
26598            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
26599            ! t/lib/encode.t
26600 ____________________________________________________________________________
26601 [  9031] By: jhi                                   on 2001/03/05  13:51:17
26602         Log: Integrate change #9030 from maintperl into mainline.
26603              
26604              Subject: [PATCH 5.6.1] OS/2 cleanup
26605      Branch: perl
26606           +> os2/os2add.sym
26607           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
26608           !> makedef.pl os2/Changes os2/Makefile.SHs
26609           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
26610           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
26611           !> os2/os2.sym os2/os2ish.h
26612 ____________________________________________________________________________
26613 [  9030] By: jhi                                   on 2001/03/05  13:46:49
26614         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
26615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26616              Date: Mon, 5 Mar 2001 02:29:44 -0500
26617              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
26618      Branch: maint-5.6/perl
26619            + os2/os2add.sym
26620            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
26621            ! makedef.pl os2/Changes os2/Makefile.SHs
26622            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
26623            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
26624            ! os2/os2.sym os2/os2ish.h
26625 ____________________________________________________________________________
26626 [  9029] By: jhi                                   on 2001/03/05  13:40:35
26627         Log: Integrate change #9028 from maintperl into mainline.
26628              
26629              various nits in MM_Unix.pm found by disabling SelfLoader
26630      Branch: perl
26631           !> lib/ExtUtils/MM_Unix.pm
26632 ____________________________________________________________________________
26633 [  9028] By: gsar                                  on 2001/03/05  09:58:38
26634         Log: various nits in MM_Unix.pm found by disabling SelfLoader
26635      Branch: maint-5.6/perl
26636            ! lib/ExtUtils/MM_Unix.pm
26637 ____________________________________________________________________________
26638 [  9027] By: nick                                  on 2001/03/05  08:35:22
26639         Log: Integrate mainline
26640      Branch: perlio
26641           !> (integrate 28 files)
26642 ____________________________________________________________________________
26643 [  9026] By: jhi                                   on 2001/03/05  02:14:59
26644         Log: Integrate change #9025 from mainline to maintperl,
26645              retract \N{U+HHHH}.
26646      Branch: maint-5.6/perl
26647           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
26648           !> t/lib/charnames.t toke.c
26649 ____________________________________________________________________________
26650 [  9025] By: jhi                                   on 2001/03/05  02:13:09
26651         Log: Retracting \N{U+HHHH}.
26652      Branch: perl
26653            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
26654            ! t/lib/charnames.t toke.c
26655 ____________________________________________________________________________
26656 [  9024] By: jhi                                   on 2001/03/04  20:51:07
26657         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
26658              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
26659              Date: Fri, 02 Mar 2001 18:25:26 +0100
26660              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
26661              
26662              Casting problem.
26663      Branch: perl
26664            ! ext/Storable/Storable.xs
26665 ____________________________________________________________________________
26666 [  9023] By: jhi                                   on 2001/03/04  19:46:45
26667         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
26668              From: nick@talking.bollo.cx
26669              Date: Sat, 03 Mar 2001 21:41:33 +0000
26670              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
26671              
26672              Revert the workaround.
26673      Branch: perl
26674            ! perlio.c
26675 ____________________________________________________________________________
26676 [  9022] By: jhi                                   on 2001/03/04  19:36:28
26677         Log: Update Changes.
26678      Branch: perl
26679            ! Changes patchlevel.h
26680 ____________________________________________________________________________
26681 [  9021] By: jhi                                   on 2001/03/04  18:41:00
26682         Log: makedef.pl updates suggested by Chris Nandor; double-checking
26683              the changes in AIX, OS/2 Win32 would be nice.
26684      Branch: perl
26685            ! makedef.pl
26686 ____________________________________________________________________________
26687 [  9020] By: jhi                                   on 2001/03/04  18:23:58
26688         Log: Integrate change #9012 from maintperl into mainline,
26689              quench a compiler warning.
26690      Branch: perl
26691           !> toke.c
26692 ____________________________________________________________________________
26693 [  9019] By: jhi                                   on 2001/03/04  18:18:43
26694         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
26695              
26696              \N{U+HHHH} fix.
26697              
26698              pattern in G_ARRAY context
26699      Branch: maint-5.6/perl
26700           !> pp_hot.c t/op/pat.t toke.c
26701 ____________________________________________________________________________
26702 [  9018] By: jhi                                   on 2001/03/04  18:07:48
26703         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
26704              From: Jeff Pinyan <jeffp@crusoe.net>
26705              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
26706              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
26707      Branch: perl
26708            ! pp_hot.c t/op/pat.t
26709 ____________________________________________________________________________
26710 [  9017] By: jhi                                   on 2001/03/04  18:06:21
26711         Log: I thought I tested the #9014.
26712      Branch: perl
26713            ! toke.c
26714 ____________________________________________________________________________
26715 [  9016] By: jhi                                   on 2001/03/04  17:41:22
26716         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
26717              
26718              Tweak the get*ent() OS/2 prototypes.
26719              
26720              Add the \N{U+HHHH} syntax.
26721              
26722              More tr/// UTF-8 fixes from Inaba Hiroto.
26723      Branch: maint-5.6/perl
26724           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
26725           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
26726 ____________________________________________________________________________
26727 [  9015] By: jhi                                   on 2001/03/04  17:36:04
26728         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
26729      Branch: perl
26730            ! doop.c t/op/tr.t
26731 ____________________________________________________________________________
26732 [  9014] By: jhi                                   on 2001/03/04  17:24:49
26733         Log: Add the \N{U+HHHH} syntax.
26734      Branch: perl
26735            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
26736            ! t/lib/charnames.t toke.c
26737 ____________________________________________________________________________
26738 [  9013] By: jhi                                   on 2001/03/04  17:20:45
26739         Log: Tweak the get*ent() OS/2 prototypes.
26740      Branch: perl
26741            ! os2/os2.c
26742 ____________________________________________________________________________
26743 [  9012] By: gsar                                  on 2001/03/04  06:26:14
26744         Log: avoid warning (nit in change#9009)
26745      Branch: maint-5.6/perl
26746            ! toke.c
26747 ____________________________________________________________________________
26748 [  9011] By: gsar                                  on 2001/03/04  06:15:24
26749         Log: lib/charnames.t fails in 5.6.x because of older Unicode
26750              data
26751              
26752              TODO: need to revisit this after updating lib/unicode/...
26753      Branch: maint-5.6/perl
26754            ! t/lib/charnames.t
26755 ____________________________________________________________________________
26756 [  9010] By: gsar                                  on 2001/03/04  06:08:36
26757         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
26758      Branch: maint-5.6/perl
26759            ! toke.c
26760 ____________________________________________________________________________
26761 [  9009] By: jhi                                   on 2001/03/03  19:27:20
26762         Log: Integrate change #9008 from mainline to maintperl,
26763              UTF-8 tr/// fixes from Inaba Hiroto.
26764      Branch: maint-5.6/perl
26765           !> doop.c op.c t/op/tr.t toke.c
26766 ____________________________________________________________________________
26767 [  9008] By: jhi                                   on 2001/03/03  19:19:42
26768         Log: UTF8 tr/// fixes from Inaba Hiroto.
26769      Branch: perl
26770            ! doop.c op.c t/op/tr.t toke.c
26771 ____________________________________________________________________________
26772 [  9007] By: jhi                                   on 2001/03/03  19:00:30
26773         Log: Integrate change #9006 from maintperl to mainline,
26774              more robust quest for the infinite.
26775      Branch: perl
26776           !> lib/Math/Complex.pm
26777 ____________________________________________________________________________
26778 [  9006] By: jhi                                   on 2001/03/03  18:58:06
26779         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
26780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26781              Date: Sat, 3 Mar 2001 12:51:50 -0500
26782              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
26783              
26784              Be more robust in our quest for the infinite.
26785      Branch: maint-5.6/perl
26786            ! lib/Math/Complex.pm
26787 ____________________________________________________________________________
26788 [  9005] By: jhi                                   on 2001/03/03  17:55:50
26789         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
26790      Branch: maint-5.6/perl
26791            ! doio.c
26792 ____________________________________________________________________________
26793 [  9004] By: jhi                                   on 2001/03/03  17:40:14
26794         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
26795              so that picky compilers like IRIX won't get huffy about
26796              "statements without effect" (like 1;).
26797      Branch: perl
26798            ! toke.c
26799 ____________________________________________________________________________
26800 [  9003] By: jhi                                   on 2001/03/03  17:15:52
26801         Log: Integrate change #9002 from mainline to maintperl.
26802              
26803              Subject: [perl-5.6.x, perl-current] accept for EPOC
26804      Branch: maint-5.6/perl
26805           !> pp_sys.c
26806 ____________________________________________________________________________
26807 [  9002] By: jhi                                   on 2001/03/03  17:14:30
26808         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
26809              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26810              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
26811              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
26812      Branch: perl
26813            ! pp_sys.c
26814 ____________________________________________________________________________
26815 [  9001] By: jhi                                   on 2001/03/03  17:13:13
26816         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
26817              From: "Craig A. Berry" <craigberry@mac.com>
26818              Date: Fri, 02 Mar 2001 17:44:40 -0600
26819              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
26820      Branch: perl
26821            ! t/pod/find.t
26822 ____________________________________________________________________________
26823 [  9000] By: jhi                                   on 2001/03/03  17:11:55
26824         Log: Integrate changes #8997,8999 from maintperl.
26825              
26826              Subject: [PATCH 5.6.1] compiling on OS/2
26827              (Better error message from hints/os2.sh)
26828              
26829              Subject: [PATCH 5.6.1] syslog.t
26830      Branch: perl
26831           !> hints/os2.sh t/lib/syslog.t
26832 ____________________________________________________________________________
26833 [  8999] By: jhi                                   on 2001/03/03  17:09:28
26834         Log: Subject: [PATCH 5.6.1] syslog.t
26835              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26836              Date: Sat, 3 Mar 2001 02:11:17 -0500
26837              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
26838      Branch: maint-5.6/perl
26839            ! t/lib/syslog.t
26840 ____________________________________________________________________________
26841 [  8998] By: jhi                                   on 2001/03/03  17:07:50
26842         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
26843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26844              Date: Sat, 3 Mar 2001 01:53:52 -0500
26845              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
26846      Branch: maint-5.6/perl
26847            ! opcode.pl os2/os2.c
26848 ____________________________________________________________________________
26849 [  8997] By: jhi                                   on 2001/03/03  17:03:30
26850         Log: Subject: [PATCH 5.6.1] compiling on OS/2
26851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26852              Date: Sat, 3 Mar 2001 01:59:59 -0500
26853              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
26854      Branch: maint-5.6/perl
26855            ! hints/os2.sh
26856 ____________________________________________________________________________
26857 [  8996] By: jhi                                   on 2001/03/03  00:55:58
26858         Log: Regen files for mainline.
26859      Branch: perl
26860            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26861            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
26862 ____________________________________________________________________________
26863 [  8995] By: jhi                                   on 2001/03/03  00:35:22
26864         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
26865              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
26866              to maintperl.
26867              
26868              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
26869              
26870              Add Configure option -Dmksymlinks which will create a symlink
26871              forest if the current/build differs from the source directory.
26872              (8218,8220,8221,8317,8318,8971)
26873              
26874              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
26875              (Document APPLLIB_EXP in INSTALL.)
26876              
26877              If running byacc write-enable also perly.h.
26878              
26879              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
26880              
26881              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
26882              
26883              Sanity check for conflicting thread flavours.
26884              
26885              Fix the sys/fcntl.h problem reported by Peter Prymmer.
26886              
26887              Add few CPUs/architectures to the Cppsym scan,
26888              add -perlio to archname if so selected (modified 8890)
26889              
26890              Be more helpful for devel builders, suggested by John L. Allen.
26891              (admittedly pointless change for maintperl, but the usedevel
26892              code is there already)
26893      Branch: maint-5.6/perl
26894           !> Configure INSTALL Makefile.SH Porting/Glossary
26895           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
26896           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
26897           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
26898           !> win32/config.bc win32/config.gc win32/config.vc
26899 ____________________________________________________________________________
26900 [  8994] By: jhi                                   on 2001/03/02  23:31:41
26901         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
26902      Branch: metaconfig/U/perl
26903            ! gccvers.U
26904 ____________________________________________________________________________
26905 [  8993] By: jhi                                   on 2001/03/02  23:22:12
26906         Log: Regenerate various files for maint.
26907      Branch: maint-5.6/perl
26908            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
26909            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
26910 ____________________________________________________________________________
26911 [  8992] By: alanbur                               on 2001/03/02  22:48:34
26912         Log: Resync wuth parent
26913      Branch: maint-5.6/pureperl
26914           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
26915           !> (integrate 60 files)
26916 ____________________________________________________________________________
26917 [  8991] By: jhi                                   on 2001/03/02  21:00:08
26918         Log: Retract the #8742 part of #8986, backward compat.
26919      Branch: maint-5.6/perl
26920            ! embed.pl
26921 ____________________________________________________________________________
26922 [  8990] By: jhi                                   on 2001/03/02  20:40:07
26923         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
26924      Branch: maint-5.6/perl
26925            ! hv.c
26926 ____________________________________________________________________________
26927 [  8989] By: jhi                                   on 2001/03/02  19:59:56
26928         Log: Update Changes.
26929      Branch: perl
26930            ! Changes patchlevel.h
26931 ____________________________________________________________________________
26932 [  8988] By: jhi                                   on 2001/03/02  19:57:08
26933         Log: Integrate perlio.
26934      Branch: perl
26935           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
26936           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
26937           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
26938           !> ext/Encode/Encode/iso8859-10.ucm
26939           !> ext/Encode/Encode/iso8859-13.ucm
26940           !> ext/Encode/Encode/iso8859-14.ucm
26941           !> ext/Encode/Encode/iso8859-15.ucm
26942           !> ext/Encode/Encode/iso8859-16.ucm
26943           !> ext/Encode/Encode/iso8859-2.ucm
26944           !> ext/Encode/Encode/iso8859-3.ucm
26945           !> ext/Encode/Encode/iso8859-4.ucm
26946           !> ext/Encode/Encode/iso8859-5.ucm
26947           !> ext/Encode/Encode/iso8859-6.ucm
26948           !> ext/Encode/Encode/iso8859-7.ucm
26949           !> ext/Encode/Encode/iso8859-8.ucm
26950           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
26951           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
26952 ____________________________________________________________________________
26953 [  8987] By: jhi                                   on 2001/03/02  19:43:40
26954         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
26955              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
26956              8950,8952,8955 from mainline to maintperl.
26957              
26958              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
26959              
26960              Put to rest the 20010205.001, the email address checking (not) regex.
26961              
26962              fork() not everywhere, cleanup temp files.
26963              
26964              The #8843 wasn't quite right: %Config needs to imported.
26965              
26966              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
26967              (#8849: the glob-basic hunk needed massaging as it depended
26968              on Schwern's large-scale (unintegrated) patches)
26969              
26970              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
26971              
26972              Upgrade to CGI.pm 2.752, from Lincoln Stein.
26973              (Note: there were some conflicts due to EBCDIC and EPOC
26974              patches, in general I preferred the repository code.)
26975              (When 2.753 comes out, we need to synchronize.)
26976              
26977              Subject: [PATCH] fix for charnames above FFFF
26978              
26979              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
26980              
26981              If no sfio, no -lsfio.
26982              
26983              Run run/*.t also in minitest.
26984              
26985              Subject:  [PATCH perl 5.7.0] malloc message address offset
26986              
26987              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
26988              
26989              Subject: fix for parameter -Dm (for perl@8867)
26990              
26991              Subject: [PATCH: perl@8892] was Re: hashing order difference?
26992              (make the test more portable)
26993              
26994              Subject: Re: [PATCH] fix for charnames above FFFF
26995              
26996              Subject: Re: I'm losing the war...
26997              (hv_store() not working correctly in ENV_IS_CASELESS case.)
26998              
26999              Subject: Modified README.bs2000 
27000              
27001              Subject: [PATCH: perl@8935] -Dt padsv($var)
27002              
27003              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
27004              
27005              Subject: PATCH: extra tests to check on negative float to unsigned cast
27006              
27007              Subject: [PATCH] XPUSH[insp] was Re: progress
27008              
27009              Subject: Re: Compile with perlcc..
27010      Branch: maint-5.6/perl
27011           !> (integrate 36 files)
27012 ____________________________________________________________________________
27013 [  8986] By: jhi                                   on 2001/03/02  18:51:25
27014         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
27015              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
27016              to maintperl.
27017              
27018              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
27019              
27020              Subject: [DOC PATCH] overload.pm nits
27021              
27022              Add header for LIB$ prototypes (C. Berry)
27023              
27024              Convert fwrite()s to sockets to write()s, since some socket stacks
27025              don't take kindly to stdio.
27026              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
27027              (for often optional LNMs)
27028              Correct a few typos
27029              (C. Bailey)
27030              
27031              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
27032              
27033              De-cut-and-pasto.
27034              
27035              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
27036              
27037              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
27038              
27039              Upgrade to CPAN 1.59_54, from Andreas König.
27040              
27041              Bogus shebang.
27042              
27043              Subject: [PATCH] Document makepatch in Porting/patching
27044              
27045              UTF-8 documentation.
27046              
27047              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
27048              
27049              Sort the MANIFEST.
27050              
27051              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
27052              
27053              Subject: [PATCH @8807] toke.c cleanup: scan_str()
27054              
27055              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
27056              
27057              Add run/*.t to testables.
27058              
27059              TODO: integrate #8784.
27060      Branch: maint-5.6/perl
27061           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
27062           !> (integrate 28 files)
27063 ____________________________________________________________________________
27064 [  8985] By: nick                                  on 2001/03/02  18:15:45
27065         Log: Integrate mainline
27066      Branch: perlio
27067           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
27068           !> vms/vms.c
27069 ____________________________________________________________________________
27070 [  8984] By: jhi                                   on 2001/03/02  16:00:17
27071         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
27072              
27073              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
27074              5.004_05, and mention the suidperl August 2000 security problem.
27075              (#8978,#8981)
27076              
27077              Subject: [ID 20010301.004] Technically speaking in perldata
27078              
27079              Subject: [PATCH] File::Copy for bleadperl, maintperl
27080              
27081              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
27082              
27083              (The #8982, fix for 20010221.005 and 20010221.008,
27084              would be nice too but it didn't integrate cleanly.)
27085      Branch: maint-5.6/perl
27086           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
27087 ____________________________________________________________________________
27088 [  8983] By: jhi                                   on 2001/03/02  15:51:16
27089         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
27090              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27091              Date:     Thu, 1 Mar 2001 15:54:09 EST
27092              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
27093      Branch: perl
27094            ! vms/vms.c
27095 ____________________________________________________________________________
27096 [  8982] By: jhi                                   on 2001/03/02  15:43:31
27097         Log: Subject: Re: sync sync sync: have I missed any patches?
27098              From: Radu Greab <radu@netsoft.ro> 
27099              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
27100              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
27101              
27102              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
27103              was checking argv[0] regardless of whether a different pathname
27104              will actually be executed."  Test case not supplied because 
27105              drafting that, ironically enough, revealed another bug
27106              (or a feature).
27107      Branch: perl
27108            ! doio.c
27109 ____________________________________________________________________________
27110 [  8981] By: jhi                                   on 2001/03/02  15:28:03
27111         Log: Misdate in #8978.
27112      Branch: perl
27113            ! pod/perlfaq1.pod
27114 ____________________________________________________________________________
27115 [  8980] By: jhi                                   on 2001/03/02  15:24:20
27116         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
27117              From: Chris Nandor <pudge@pobox.com>
27118              Date: Wed, 28 Feb 2001 22:10:15 -0500
27119              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
27120      Branch: perl
27121            ! lib/File/Copy.pm
27122 ____________________________________________________________________________
27123 [  8979] By: jhi                                   on 2001/03/02  15:17:16
27124         Log: Subject: [ID 20010301.004] Technically speaking in perldata
27125              From: abela@geneanet.org
27126              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
27127              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
27128      Branch: perl
27129            ! pod/perldata.pod
27130 ____________________________________________________________________________
27131 [  8978] By: jhi                                   on 2001/03/02  15:15:27
27132         Log: Subject: [ID 20010301.003] ref to 5.004
27133              From: abela@geneanet.org
27134              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
27135              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
27136              
27137              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
27138              and mention the suidperl August 2000 security problem.
27139      Branch: perl
27140            ! pod/perlfaq1.pod
27141 ____________________________________________________________________________
27142 [  8977] By: alanbur                               on 2001/03/02  14:17:45
27143         Log: Resynchronised with parent
27144      Branch: maint-5.6/pureperl
27145           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
27146           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
27147           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
27148           !> vms/descrip_mms.template win32/win32.c win32/win32.h
27149           !> win32/win32iop.h
27150 ____________________________________________________________________________
27151 [  8976] By: nick                                  on 2001/03/01  23:25:30
27152         Log: Integrate mainline.
27153      Branch: perlio
27154            - t/op/qu.t
27155           !> (integrate 55 files)
27156 ____________________________________________________________________________
27157 [  8975] By: jhi                                   on 2001/03/01  16:51:34
27158         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
27159      Branch: perl
27160           !> toke.c
27161 ____________________________________________________________________________
27162 [  8974] By: gsar                                  on 2001/03/01  16:28:21
27163         Log: fix for bugid 20010226.008
27164              
27165              the problem was that some of the pointers (PL_last_lop and
27166              PL_last_uni specifically) into the lex buffers weren't correctly
27167              being invalidated when the buffer changed; this would leave the
27168              pointers pointing at an arbitrary location in the buffer if
27169              the buffer didn't need to be reallocated, or point into freed
27170              memory if the buffer had to be realloced
27171              
27172              TODO item for bugdb maintainers: check other seemingly random
27173              parser-related bugs--they might be cured by this
27174      Branch: maint-5.6/perl
27175            ! toke.c
27176 ____________________________________________________________________________
27177 [  8973] By: jhi                                   on 2001/03/01  02:23:25
27178         Log: Retract #8970 because of a completely mysterious core dump:
27179              adding the tests 241..244 causes op/pat dump core at test #25.
27180              The test needs a lot of whittling down before the bug can be solved.
27181      Branch: perl
27182            ! t/op/pat.t
27183 ____________________________________________________________________________
27184 [  8972] By: jhi                                   on 2001/03/01  01:58:38
27185         Log: Regen perlapi.
27186      Branch: perl
27187            ! pod/perlapi.pod
27188 ____________________________________________________________________________
27189 [  8971] By: jhi                                   on 2001/03/01  01:34:09
27190         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))
27191              From: Nicholas Clark <nick@ccl4.org>
27192              Date: Wed, 28 Feb 2001 23:28:49 +0000
27193              Message-ID: <20010228232849.A55187@plum.flirble.org>
27194              
27195              Allow a completely write protected source code tree
27196              when using the Configure -Dmksymlinks.
27197      Branch: perl
27198            ! embed.pl warnings.pl
27199 ____________________________________________________________________________
27200 [  8970] By: jhi                                   on 2001/03/01  01:32:04
27201         Log: Add back the EBCDIC character range tests (for matching).
27202      Branch: perl
27203            ! t/op/pat.t
27204 ____________________________________________________________________________
27205 [  8969] By: nick                                  on 2001/02/28  18:18:01
27206         Log: Add charname comments to .ucm files writen by 'compile',
27207              also order charmaps in those files by source encoding.
27208              regenerate distrubuted .ucm files
27209      Branch: perlio
27210            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
27211            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
27212            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
27213            ! ext/Encode/Encode/iso8859-10.ucm
27214            ! ext/Encode/Encode/iso8859-13.ucm
27215            ! ext/Encode/Encode/iso8859-14.ucm
27216            ! ext/Encode/Encode/iso8859-15.ucm
27217            ! ext/Encode/Encode/iso8859-16.ucm
27218            ! ext/Encode/Encode/iso8859-2.ucm
27219            ! ext/Encode/Encode/iso8859-3.ucm
27220            ! ext/Encode/Encode/iso8859-4.ucm
27221            ! ext/Encode/Encode/iso8859-5.ucm
27222            ! ext/Encode/Encode/iso8859-6.ucm
27223            ! ext/Encode/Encode/iso8859-7.ucm
27224            ! ext/Encode/Encode/iso8859-8.ucm
27225            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
27226            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
27227 ____________________________________________________________________________
27228 [  8968] By: jhi                                   on 2001/02/28  16:26:37
27229         Log: Expand usemorebits early if d_casti32 needs to be undefined.
27230      Branch: perl
27231            ! hints/hpux.sh hints/irix_6.sh
27232 ____________________________________________________________________________
27233 [  8967] By: jhi                                   on 2001/02/28  16:22:26
27234         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
27235              retract toke.c/qu parts of #8583, retract #8485, retract
27236              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
27237              op/length.t, and MANIFEST, and delete t/op/qu.t.
27238      Branch: perl
27239            - t/op/qu.t
27240            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
27241            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
27242            ! t/op/length.t toke.c
27243 ____________________________________________________________________________
27244 [  8966] By: jhi                                   on 2001/02/28  15:00:27
27245         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
27246              by not changing from pre-Unicode days into being Unicode-aware.
27247              Sniff.
27248      Branch: perl
27249            ! pp.c t/op/pack.t t/op/qu.t
27250 ____________________________________________________________________________
27251 [  8965] By: jhi                                   on 2001/02/28  14:37:55
27252         Log: Subject: Re: Errors in core PODs
27253              From: Michael Stevens <michael@etla.org> 
27254              Date: Fri, 23 Feb 2001 15:47:56 +0000
27255              Message-ID: <20010223154756.A7723@firedrake.org> 
27256      Branch: perl
27257            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
27258            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
27259            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
27260            ! x2p/a2p.pod
27261 ____________________________________________________________________________
27262 [  8964] By: jhi                                   on 2001/02/28  14:35:35
27263         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
27264              (The #8961 was too bold.)
27265      Branch: perl
27266            ! hints/hpux.sh hints/irix_6.sh
27267 ____________________________________________________________________________
27268 [  8963] By: jhi                                   on 2001/02/28  14:33:39
27269         Log: Subject: Re: sync sync sync: have I missed any patches?
27270              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27271              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
27272              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
27273              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
27274              
27275              Replace djSP with dSP.
27276      Branch: perl
27277            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
27278            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
27279            ! win32/perlhost.h
27280 ____________________________________________________________________________
27281 [  8962] By: jhi                                   on 2001/02/27  23:21:14
27282         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
27283      Branch: perl
27284            ! lib/Filter/Simple.pm
27285 ____________________________________________________________________________
27286 [  8961] By: jhi                                   on 2001/02/27  22:55:26
27287         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
27288              and this would be it.
27289      Branch: perl
27290            ! hints/hpux.sh hints/irix_6.sh
27291 ____________________________________________________________________________
27292 [  8960] By: jhi                                   on 2001/02/27  22:51:33
27293         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
27294              From: "Craig A. Berry" <craigberry@mac.com>
27295              Date: Tue, 27 Feb 2001 16:11:44 -0600
27296              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
27297      Branch: maint-5.6/perl
27298            ! configure.com vms/descrip_mms.template
27299 ____________________________________________________________________________
27300 [  8959] By: jhi                                   on 2001/02/27  22:47:23
27301         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
27302              From: "Craig A. Berry" <craigberry@mac.com>
27303              Date: Tue, 27 Feb 2001 16:11:44 -0600
27304              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
27305      Branch: perl
27306            ! configure.com vms/descrip_mms.template
27307 ____________________________________________________________________________
27308 [  8958] By: jhi                                   on 2001/02/27  15:16:42
27309         Log: Update Changes.
27310      Branch: perl
27311            ! Changes patchlevel.h
27312 ____________________________________________________________________________
27313 [  8957] By: jhi                                   on 2001/02/27  06:15:07
27314         Log: Subject: [5.6.x] EPOC additions
27315              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27316              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
27317              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
27318      Branch: maint-5.6/perl
27319            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
27320 ____________________________________________________________________________
27321 [  8956] By: jhi                                   on 2001/02/27  06:12:11
27322         Log: Subject: [perl-current] EPOC 
27323              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27324              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
27325              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
27326      Branch: perl
27327            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
27328            ! epoc/epocish.c epoc/epocish.h pp_sys.c
27329 ____________________________________________________________________________
27330 [  8955] By: jhi                                   on 2001/02/27  05:59:50
27331         Log: Subject: Re: Compile with perlcc..
27332              From: Edward Peschko <edwardp@excitehome.net>
27333              Date: Mon, 26 Feb 2001 18:51:58 -0800
27334              Message-ID: <20010226185158.A9871@excitehome.net>
27335              
27336              plus add a simple usage message if no arguments given.
27337      Branch: perl
27338            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
27339            ! utils/Makefile utils/perlcc.PL win32/pod.mak
27340 ____________________________________________________________________________
27341 [  8954] By: nick                                  on 2001/02/26  21:02:59
27342         Log: Integrate mainline
27343      Branch: perlio
27344           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
27345           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
27346           !> t/op/sprintf.t
27347 ____________________________________________________________________________
27348 [  8953] By: jhi                                   on 2001/02/26  14:43:54
27349         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
27350              From: Nicholas Clark <nick@ccl4.org>
27351              Date: Mon, 26 Feb 2001 00:42:07 +0000
27352              Message-ID: <20010226004207.F23333@plum.flirble.org>
27353      Branch: perl
27354            ! pp_ctl.c
27355 ____________________________________________________________________________
27356 [  8952] By: jhi                                   on 2001/02/26  14:42:13
27357         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
27358              From: Simon Cozens <simon@netthink.co.uk>
27359              Date: Mon, 26 Feb 2001 12:23:48 +0000
27360              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
27361      Branch: perl
27362            ! pod/perlguts.pod
27363 ____________________________________________________________________________
27364 [  8951] By: jhi                                   on 2001/02/26  14:39:15
27365         Log: Subject: [PATCH] perlio - unknown layer
27366              From: Nicholas Clark <nick@ccl4.org>
27367              Date: Mon, 26 Feb 2001 00:27:19 +0000
27368              Message-ID: <20010226002719.E23333@plum.flirble.org>
27369      Branch: perl
27370            ! perlio.c
27371 ____________________________________________________________________________
27372 [  8950] By: jhi                                   on 2001/02/26  14:38:04
27373         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
27374              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
27375              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
27376              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
27377      Branch: perl
27378            ! t/op/bop.t
27379 ____________________________________________________________________________
27380 [  8949] By: jhi                                   on 2001/02/26  14:37:07
27381         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
27382              From: Peter Prymmer <pvhp@forte.com>
27383              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
27384              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
27385      Branch: perl
27386            ! lib/Test.pm
27387 ____________________________________________________________________________
27388 [  8948] By: jhi                                   on 2001/02/26  14:35:53
27389         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
27390              From: Radu Greab <radu@netsoft.ro>
27391              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
27392              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
27393      Branch: perl
27394            ! pod/perlop.pod
27395 ____________________________________________________________________________
27396 [  8947] By: jhi                                   on 2001/02/26  14:34:46
27397         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
27398              From: David Mitchell <davem@fdgroup.co.uk>
27399              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
27400              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
27401      Branch: perl
27402            ! run.c
27403 ____________________________________________________________________________
27404 [  8946] By: jhi                                   on 2001/02/26  14:32:37
27405         Log: Subject: Modified README.bs2000 
27406              From: Dorner Thomas <Thomas.Dorner@start.de>
27407              Date: Mon, 26 Feb 2001 09:22:17 +0100
27408              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
27409      Branch: perl
27410            ! README.bs2000
27411 ____________________________________________________________________________
27412 [  8945] By: jhi                                   on 2001/02/26  14:19:53
27413         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
27414              to maintperl, listing the known failures on the tests 129 and 130.
27415      Branch: maint-5.6/perl
27416           !> t/op/sprintf.t
27417 ____________________________________________________________________________
27418 [  8944] By: jhi                                   on 2001/02/26  14:14:15
27419         Log: Add more known sprintf failures.
27420      Branch: perl
27421            ! t/op/sprintf.t
27422 ____________________________________________________________________________
27423 [  8943] By: jhi                                   on 2001/02/26  13:56:22
27424         Log: perlglob.exe needs to be found in Win32, patch from
27425              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
27426              which needs external glob at mini-perl time."
27427      Branch: perl
27428            ! ext/Encode/compile
27429 ____________________________________________________________________________
27430 [  8942] By: jhi                                   on 2001/02/26  13:52:19
27431         Log: A missing dTHX from Vadim Konovalov.
27432      Branch: perl
27433            ! perlio.c
27434 ____________________________________________________________________________
27435 [  8941] By: jhi                                   on 2001/02/26  13:37:05
27436         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
27437      Branch: perl
27438            ! op.c
27439 ____________________________________________________________________________
27440 [  8940] By: jhi                                   on 2001/02/26  13:35:40
27441         Log: Integrate perlio.
27442      Branch: perl
27443           !> ext/Encode/Encode.pm
27444 ____________________________________________________________________________
27445 [  8939] By: nick                                  on 2001/02/25  23:47:09
27446         Log: Integrate mainline.
27447      Branch: perlio
27448           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
27449           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
27450 ____________________________________________________________________________
27451 [  8938] By: nick                                  on 2001/02/25  19:36:28
27452         Log: Encode implementations docs.
27453      Branch: perlio
27454            ! ext/Encode/Encode.pm
27455 ____________________________________________________________________________
27456 [  8937] By: jhi                                   on 2001/02/25  19:26:16
27457         Log: Script wasn't aligned with reality.
27458      Branch: perl
27459            ! t/pod/find.t
27460 ____________________________________________________________________________
27461 [  8936] By: jhi                                   on 2001/02/25  18:54:55
27462         Log: Update Changes.
27463      Branch: perl
27464            ! Changes patchlevel.h
27465 ____________________________________________________________________________
27466 [  8935] By: jhi                                   on 2001/02/25  18:46:36
27467         Log: Retract #8929,8930,8932,8933 for now.
27468      Branch: perl
27469            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
27470 ____________________________________________________________________________
27471 [  8934] By: jhi                                   on 2001/02/25  17:34:35
27472         Log: Integrate perlio.
27473      Branch: perl
27474           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
27475           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
27476           !> t/lib/encode.t
27477 ____________________________________________________________________________
27478 [  8933] By: jhi                                   on 2001/02/25  17:33:12
27479         Log: (Retracted by #8395.)
27480              
27481              Slight tweaks in scan_const(), not fixes yet, it seems like
27482              lots of work remains to be done...
27483      Branch: perl
27484            ! toke.c
27485 ____________________________________________________________________________
27486 [  8932] By: jhi                                   on 2001/02/25  17:27:11
27487         Log: (Retracted by #8395.)
27488              
27489              Missing from #8930.
27490      Branch: perl
27491            ! perl.h
27492 ____________________________________________________________________________
27493 [  8931] By: jhi                                   on 2001/02/25  17:26:19
27494         Log: A comment tweak.
27495      Branch: perl
27496            ! utf8.c
27497 ____________________________________________________________________________
27498 [  8930] By: jhi                                   on 2001/02/25  17:25:47
27499         Log: (Retracted by #8395.)
27500              
27501              Attempt to fix the EBCDIC character range problwm with //.
27502      Branch: perl
27503            ! regcomp.c
27504 ____________________________________________________________________________
27505 [  8929] By: jhi                                   on 2001/02/25  17:23:45
27506         Log: (Retracted by #8395.)
27507              
27508              Expand the EBCDIC character range tests, and add few nasty
27509              tr tests from Karsten Sperling.
27510      Branch: perl
27511            ! t/op/pat.t t/op/tr.t
27512 ____________________________________________________________________________
27513 [  8928] By: jhi                                   on 2001/02/25  17:18:49
27514         Log: Missing check-in.
27515      Branch: perl
27516            ! lib/Pod/Find.pm
27517 ____________________________________________________________________________
27518 [  8927] By: nick                                  on 2001/02/25  11:30:22
27519         Log: Change method names in Encode implementation classes to something
27520              less confusing (preparing to "go public").
27521      Branch: perlio
27522            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
27523 ____________________________________________________________________________
27524 [  8926] By: nick                                  on 2001/02/25  10:53:24
27525         Log: GCC __atribute__ / printf fix
27526      Branch: perlio
27527            ! perl.h
27528 ____________________________________________________________________________
27529 [  8925] By: nick                                  on 2001/02/25  10:52:25
27530         Log: Checked in the wrong one ...
27531      Branch: perlio
27532            ! ext/Encode/Encode.pm
27533 ____________________________________________________________________________
27534 [  8924] By: nick                                  on 2001/02/24  18:46:51
27535         Log: Integrate mainline - to see what Jarkko has in ...
27536      Branch: perlio
27537           +> t/pod/testpods/lib/Pod/Stuff.pm
27538           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
27539 ____________________________________________________________________________
27540 [  8923] By: nick                                  on 2001/02/24  17:05:23
27541         Log: Encode API documentation nd tidy up.
27542              Minor additions to test.
27543              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
27544              Adds STRLEN to standard typemap.
27545      Branch: perlio
27546            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
27547            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
27548 ____________________________________________________________________________
27549 [  8922] By: jhi                                   on 2001/02/24  16:38:12
27550         Log: Add a test for the "character range should match in EBCDIC
27551              if specified using explicit numerics" bug found by Karsten
27552              Sperling.
27553      Branch: perl
27554            ! t/op/pat.t
27555 ____________________________________________________________________________
27556 [  8921] By: jhi                                   on 2001/02/24  16:30:16
27557         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
27558              From: schwern@pobox.com
27559              Date: Fri, 23 Feb 2001 03:21:37 -0500
27560              Message-ID: <20010223032137.A26022@magnonel.guild.net>
27561              
27562              plus Charles Lane's fixes, plus tweaks.
27563      Branch: perl
27564            + t/pod/testpods/lib/Pod/Stuff.pm
27565            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
27566 ____________________________________________________________________________
27567 [  8920] By: nick                                  on 2001/02/24  10:30:11
27568         Log: Integrate mainline
27569      Branch: perlio
27570           !> (integrate 33 files)
27571 ____________________________________________________________________________
27572 [  8919] By: jhi                                   on 2001/02/24  00:23:35
27573         Log: Subject: Re: I'm losing the war...
27574              From: "Vadim Konovalov" <watman@inbox.ru>
27575              Date: Sat, 24 Feb 2001 00:10:14 +0300
27576              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
27577              
27578              hv_store() not working correctly in ENV_IS_CASELESS case.
27579      Branch: perl
27580            ! hv.c
27581 ____________________________________________________________________________
27582 [  8918] By: jhi                                   on 2001/02/24  00:20:09
27583         Log: Subject: Re: [PATCH] fix for charnames above FFFF
27584              From: andreas.koenig@anima.de (Andreas J. Koenig)
27585              Date: 23 Feb 2001 02:39:03 +0100
27586              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
27587              
27588              A further efficiency tweak.
27589      Branch: perl
27590            ! lib/charnames.pm
27591 ____________________________________________________________________________
27592 [  8917] By: jhi                                   on 2001/02/23  20:27:51
27593         Log: Integrate change #8916 from mainline,
27594              do away with USE_WIN32_RTL_ENV.
27595      Branch: maint-5.6/perl
27596           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
27597 ____________________________________________________________________________
27598 [  8916] By: jhi                                   on 2001/02/23  20:02:25
27599         Log: Abolish USE_WIN32_RTL_ENV.
27600      Branch: perl
27601            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
27602 ____________________________________________________________________________
27603 [  8915] By: jhi                                   on 2001/02/23  19:36:00
27604         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
27605              later protected by some #define.
27606      Branch: perl
27607            ! gv.c
27608 ____________________________________________________________________________
27609 [  8914] By: jhi                                   on 2001/02/23  19:31:38
27610         Log: Retract #8902 for now, requested by Charles Lane, the correct
27611              fix will be something else.
27612      Branch: perl
27613            ! op.c
27614 ____________________________________________________________________________
27615 [  8913] By: jhi                                   on 2001/02/23  19:11:36
27616         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
27617              From: Peter Prymmer <pvhp@forte.com>
27618              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
27619              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
27620      Branch: perl
27621            ! t/op/lex_assign.t
27622 ____________________________________________________________________________
27623 [  8912] By: jhi                                   on 2001/02/23  18:38:20
27624         Log: Subject: [patch] perlio + useithreads
27625              From: Doug MacEachern <dougm@covalent.net>
27626              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
27627              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
27628              
27629              Gets things running but not complete.
27630      Branch: perl
27631            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
27632 ____________________________________________________________________________
27633 [  8911] By: jhi                                   on 2001/02/23  04:20:02
27634         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
27635              
27636              Duplicated environment freeing, File::Temp 0.12,
27637              op/append portability (EBCDIC) tweak.
27638      Branch: maint-5.6/perl
27639           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27640           !> t/op/append.t
27641 ____________________________________________________________________________
27642 [  8910] By: jhi                                   on 2001/02/23  02:07:33
27643         Log: Integrate change #8909 from mainline, a better Borland
27644              putenv() workaround.
27645      Branch: maint-5.6/perl
27646           !> perl.c
27647 ____________________________________________________________________________
27648 [  8909] By: jhi                                   on 2001/02/23  02:05:46
27649         Log: A better workaround for Borland putenv() brokenness from Sarathy.
27650      Branch: perl
27651            ! perl.c
27652 ____________________________________________________________________________
27653 [  8908] By: jhi                                   on 2001/02/23  02:04:14
27654         Log: Subject: fix for parameter -Dm (for perl@8867)
27655              From: "Vadim Konovalov" <watman@inbox.ru>
27656              Date: Thu, 22 Feb 2001 17:30:12 +0300
27657              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
27658      Branch: perl
27659            ! perl.h
27660 ____________________________________________________________________________
27661 [  8907] By: jhi                                   on 2001/02/23  01:58:20
27662         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
27663              From: Peter Prymmer <pvhp@forte.com>
27664              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
27665              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
27666      Branch: perl
27667            ! t/op/append.t
27668 ____________________________________________________________________________
27669 [  8906] By: jhi                                   on 2001/02/23  01:48:34
27670         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
27671      Branch: perl
27672            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27673 ____________________________________________________________________________
27674 [  8905] By: jhi                                   on 2001/02/23  01:43:30
27675         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
27676              From: Peter Prymmer <pvhp@forte.com>
27677              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
27678              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
27679      Branch: perl
27680            ! t/lib/st-06compat.t
27681 ____________________________________________________________________________
27682 [  8904] By: jhi                                   on 2001/02/23  01:42:39
27683         Log: Metaconfig unit change for #8903.
27684      Branch: metaconfig/U/perl
27685            ! Devel.U
27686 ____________________________________________________________________________
27687 [  8903] By: jhi                                   on 2001/02/23  01:42:12
27688         Log: Be more helpful for devel builders, suggested by John L. Allen.
27689      Branch: perl
27690            ! Configure
27691 ____________________________________________________________________________
27692 [  8902] By: jhi                                   on 2001/02/23  01:37:41
27693         Log: (Retracted by #8914)
27694              (Wrongly, reinstated by #8941)             
27695
27696              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
27697              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27698              Date:     Thu, 22 Feb 2001 09:43:57 EST
27699              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
27700      Branch: perl
27701            ! op.c
27702 ____________________________________________________________________________
27703 [  8901] By: jhi                                   on 2001/02/23  01:20:32
27704         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
27705              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27706              Date:     Thu, 22 Feb 2001 08:01:35 EST
27707              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
27708      Branch: perl
27709            ! malloc.c
27710 ____________________________________________________________________________
27711 [  8900] By: jhi                                   on 2001/02/23  01:18:02
27712         Log: Integrate changes #8898,8899 from mainline, environ handling.
27713      Branch: maint-5.6/perl
27714           !> perl.c
27715 ____________________________________________________________________________
27716 [  8899] By: jhi                                   on 2001/02/23  01:16:25
27717         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
27718              putenv() is not to be relied on, they are either broken or leaky
27719              or both.)
27720      Branch: perl
27721            ! perl.c
27722 ____________________________________________________________________________
27723 [  8898] By: jhi                                   on 2001/02/22  23:36:59
27724         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
27725              and safesysfree() must be used.
27726      Branch: perl
27727            ! perl.c
27728 ____________________________________________________________________________
27729 [  8897] By: jhi                                   on 2001/02/22  23:25:45
27730         Log: With environ one must use safesysmalloc()/safesysfree().
27731      Branch: perl
27732            ! perl.c
27733 ____________________________________________________________________________
27734 [  8896] By: jhi                                   on 2001/02/22  22:13:18
27735         Log: If we have a duplicated environment free it
27736              if PERL_DESTRUCT_LEVEL.
27737      Branch: perl
27738            ! perl.c
27739 ____________________________________________________________________________
27740 [  8895] By: alanbur                               on 2001/02/22  19:31:57
27741         Log: Synchronised with parent
27742      Branch: maint-5.6/pureperl
27743           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
27744 ____________________________________________________________________________
27745 [  8894] By: gsar                                  on 2001/02/22  19:06:18
27746         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
27747              
27748              fix memory leak in method call optimization (change#3768);
27749              made C<eval "$x->foo()"> leak
27750              
27751              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
27752      Branch: maint-5.6/perl
27753           !> op.c
27754 ____________________________________________________________________________
27755 [  8893] By: jhi                                   on 2001/02/22  18:35:27
27756         Log: (Retracted by #8915.)
27757              
27758              Third Degree finding:
27759              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
27760      Branch: perl
27761            ! gv.c
27762 ____________________________________________________________________________
27763 [  8892] By: jhi                                   on 2001/02/22  14:28:32
27764         Log: Update Changes.
27765      Branch: perl
27766            ! Changes patchlevel.h
27767 ____________________________________________________________________________
27768 [  8891] By: jhi                                   on 2001/02/22  13:22:45
27769         Log: Metaconfig unit changes for #8890.
27770      Branch: metaconfig
27771            ! U/modified/Cppsym.U U/threads/archname.U
27772 ____________________________________________________________________________
27773 [  8890] By: jhi                                   on 2001/02/22  13:22:12
27774         Log: Add -stdio to the archname if no perlio selected,
27775              no -perlio added since that is now the default.
27776              
27777              Add few CPUs/architectures to the Cppsym scan.
27778      Branch: perl
27779            ! Configure config_h.SH
27780 ____________________________________________________________________________
27781 [  8889] By: jhi                                   on 2001/02/22  13:05:59
27782         Log: Metaconfig unit change for #8888.
27783      Branch: metaconfig/U/perl
27784            ! useperlio.U
27785 ____________________________________________________________________________
27786 [  8888] By: jhi                                   on 2001/02/22  13:05:28
27787         Log: *drum roll*  Make perlio the default.
27788      Branch: perl
27789            ! Configure config_h.SH
27790 ____________________________________________________________________________
27791 [  8887] By: jhi                                   on 2001/02/22  12:50:52
27792         Log: Integrate change #8665 from maintperl to mainline,
27793              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
27794      Branch: perl
27795           !> ext/POSIX/POSIX.xs
27796 ____________________________________________________________________________
27797 [  8886] By: jhi                                   on 2001/02/22  12:49:24
27798         Log: Integrate changes #8883,8884 from mainline to maintperl.
27799              
27800              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
27801              Subject: Re: File::Temp::_gettemp warning
27802      Branch: maint-5.6/perl
27803           !> embed.h embed.pl lib/File/Temp.pm
27804 ____________________________________________________________________________
27805 [  8885] By: jhi                                   on 2001/02/22  12:43:59
27806         Log: Based on
27807              
27808              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
27809              From: schwab@suse.de
27810              Date: Thu, 22 Feb 2001 13:08:09 +0100
27811              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
27812              
27813              but the fix done slightly differently because the other
27814              half was already done in #8664.
27815      Branch: maint-5.6/perl
27816            ! ext/POSIX/POSIX.xs
27817 ____________________________________________________________________________
27818 [  8884] By: jhi                                   on 2001/02/22  12:37:15
27819         Log: Subject: Re: File::Temp::_gettemp warning
27820              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27821              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
27822              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
27823              
27824              This patch to File::Temp does two things:
27825              
27826              1. Fixes the problem with CGI::Carp when determining
27827              the Fcntl constants
27828              
27829              2. Removes most of the carps and consolidates them so that all the
27830              reasons are included in a single die that is caught by the test. This
27831              means that the correct skipping behaviour is displayed by the test.
27832      Branch: perl
27833            ! lib/File/Temp.pm
27834 ____________________________________________________________________________
27835 [  8883] By: jhi                                   on 2001/02/22  12:29:19
27836         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
27837              From: Peter Prymmer <pvhp@forte.com>
27838              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
27839              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
27840      Branch: perl
27841            ! embed.h embed.pl
27842 ____________________________________________________________________________
27843 [  8882] By: jhi                                   on 2001/02/21  19:41:33
27844         Log: Integrate change #8881 from mainlin to maintperl.
27845              
27846              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
27847      Branch: maint-5.6/perl
27848           !> op.c
27849 ____________________________________________________________________________
27850 [  8881] By: jhi                                   on 2001/02/21  19:38:57
27851         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
27852              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27853              Date:     Wed, 21 Feb 2001 13:08:03 EST
27854              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
27855      Branch: perl
27856            ! op.c
27857 ____________________________________________________________________________
27858 [  8880] By: jhi                                   on 2001/02/21  19:34:34
27859         Log: Retract #8875, cannot let go of the old semantics of unpack U
27860              without rethinking utf8decode.t.
27861      Branch: perl
27862            ! pp.c t/op/pack.t
27863 ____________________________________________________________________________
27864 [  8879] By: jhi                                   on 2001/02/21  19:08:02
27865         Log: Run run/*.t also in minitest.
27866      Branch: perl
27867            ! Makefile.SH
27868 ____________________________________________________________________________
27869 [  8878] By: nick                                  on 2001/02/21  18:55:37
27870         Log: Integrate mainline
27871      Branch: perlio
27872           !> (integrate 76 files)
27873 ____________________________________________________________________________
27874 [  8877] By: jhi                                   on 2001/02/21  15:09:33
27875         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
27876      Branch: metaconfig
27877            ! U/compline/nblock_io.U
27878      Branch: perl
27879            ! Configure config_h.SH
27880 ____________________________________________________________________________
27881 [  8876] By: jhi                                   on 2001/02/21  14:54:45
27882         Log: If no sfio, no -lsfio.
27883      Branch: metaconfig/U/perl
27884            ! d_sfio.U
27885      Branch: perl
27886            ! Configure config_h.SH
27887 ____________________________________________________________________________
27888 [  8875] By: jhi                                   on 2001/02/21  14:54:00
27889         Log: Make unpack C and unpack C truly equivalent.
27890      Branch: perl
27891            ! pp.c t/op/pack.t
27892 ____________________________________________________________________________
27893 [  8874] By: jhi                                   on 2001/02/21  14:26:02
27894         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
27895              From: Peter Prymmer <pvhp@forte.com>
27896              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
27897              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
27898      Branch: perl
27899            ! pod/perlport.pod
27900 ____________________________________________________________________________
27901 [  8873] By: jhi                                   on 2001/02/21  14:24:31
27902         Log: Subject: [PATCH] fix for charnames above FFFF
27903              From: andreas.koenig@anima.de (Andreas J. Koenig)
27904              Date: 21 Feb 2001 07:05:45 +0100
27905              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
27906      Branch: perl
27907            ! lib/charnames.pm t/lib/charnames.t
27908 ____________________________________________________________________________
27909 [  8872] By: jhi                                   on 2001/02/21  14:15:25
27910         Log: Integrate change #8868 from pureperl to mainline.
27911              
27912              Fixed reference count loop caused by sv_magic.
27913      Branch: perl
27914           !> sv.c
27915 ____________________________________________________________________________
27916 [  8871] By: jhi                                   on 2001/02/21  14:07:29
27917         Log: Integrate change #8868 from pureperl to maintperl.
27918              
27919              Fixed reference count loop caused by sv_magic.
27920      Branch: maint-5.6/perl
27921           !> sv.c
27922 ____________________________________________________________________________
27923 [  8870] By: jhi                                   on 2001/02/21  14:04:41
27924         Log: Put back the #8840, it was innocent.
27925      Branch: perl
27926            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
27927            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
27928 ____________________________________________________________________________
27929 [  8869] By: jhi                                   on 2001/02/21  14:00:03
27930         Log: unpack("C", ...) was left slightly unfinished by #8865.
27931      Branch: perl
27932            ! pp.c t/op/pack.t
27933 ____________________________________________________________________________
27934 [  8868] By: alanbur                               on 2001/02/21  01:33:45
27935         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
27936              from gv_fetchpv to create single-character magic variables (e.g. $!),
27937              and it is passed a sv and the gv that contains the sv as the mg_obj
27938              value.  When sv_magic stores the mg_obj pointer it increments the gv
27939              refcount, thus causing a sv-gv pair that can't be freed.  There is
27940              already a check for sv == obj which is used to prevent such reference
27941              loops.  This change extends the check to cover the case described above.
27942      Branch: maint-5.6/pureperl
27943            ! sv.c
27944 ____________________________________________________________________________
27945 [  8867] By: jhi                                   on 2001/02/21  00:52:39
27946         Log: Update Changes.
27947      Branch: perl
27948            ! Changes patchlevel.h
27949 ____________________________________________________________________________
27950 [  8866] By: jhi                                   on 2001/02/21  00:34:20
27951         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
27952              (Note: there were some conflicts due to EBCDIC and EPOC
27953              patches, in general I preferred the repository code.)
27954              (When 2.753 comes out, we need to synchronize.)
27955      Branch: perl
27956            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
27957            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
27958            ! t/lib/cgi-html.t
27959 ____________________________________________________________________________
27960 [  8865] By: jhi                                   on 2001/02/21  00:24:22
27961         Log: Make pack("C", 0x100) to create Unicode, unless under the
27962              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
27963              will understand Unicode, unless you under know what.
27964      Branch: perl
27965            ! pp.c t/op/pack.t t/op/qu.t
27966 ____________________________________________________________________________
27967 [  8864] By: alanbur                               on 2001/02/20  22:35:34
27968         Log: Resynchronised with parent
27969      Branch: maint-5.6/pureperl
27970           !> README.win32 ext/GDBM_File/GDBM_File.pm
27971           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
27972           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
27973           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
27974           !> t/lib/sdbm.t util.c
27975 ____________________________________________________________________________
27976 [  8863] By: jhi                                   on 2001/02/20  20:55:11
27977         Log: Integrate change #8860,8861 from mainline into maintperl.
27978              
27979              "pseudo-literal j"
27980              
27981              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
27982      Branch: maint-5.6/perl
27983           !> lib/Test.pm pod/perlop.pod
27984 ____________________________________________________________________________
27985 [  8862] By: jhi                                   on 2001/02/20  20:30:07
27986         Log: Don't do casting between pointers pointing to differently sized
27987              integers.
27988      Branch: perl
27989            ! hv.c sv.c
27990 ____________________________________________________________________________
27991 [  8861] By: jhi                                   on 2001/02/20  19:53:44
27992         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
27993              From: Peter Prymmer <pvhp@forte.com>
27994              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
27995              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
27996      Branch: perl
27997            ! lib/Test.pm
27998 ____________________________________________________________________________
27999 [  8860] By: jhi                                   on 2001/02/20  19:48:02
28000         Log: "pseudo-literal j", a documentation glitch reported to Debian.
28001              The text recovered from Perl 5.005_03, and pseudo-literal replaced
28002              by "backtick string".
28003      Branch: perl
28004            ! pod/perlop.pod
28005 ____________________________________________________________________________
28006 [  8859] By: jhi                                   on 2001/02/20  19:15:46
28007         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
28008              from Chris Nandor.
28009      Branch: perl
28010            ! makedef.pl
28011 ____________________________________________________________________________
28012 [  8858] By: jhi                                   on 2001/02/20  17:36:53
28013         Log: Integrate pureperl changes #8844,8845,8850 to mainline
28014              (via maintperl #8855).
28015              
28016              Fixed %^H scoping bug
28017              
28018              Removed GV <-> CV refcount loop
28019              
28020              Removed %ENV refcount loop
28021      Branch: perl
28022           !> gv.c op.c perl.c pp.c scope.c
28023 ____________________________________________________________________________
28024 [  8857] By: jhi                                   on 2001/02/20  17:34:32
28025         Log: Integrate changes #8853,8854 from maintperl to mainline.
28026              
28027              EBDIC fixes, README.win32 Borland update.
28028      Branch: perl
28029           !> README.win32 handy.h util.c
28030 ____________________________________________________________________________
28031 [  8856] By: jhi                                   on 2001/02/20  17:33:16
28032         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
28033      Branch: maint-5.6/perl
28034           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
28035           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
28036           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
28037 ____________________________________________________________________________
28038 [  8855] By: jhi                                   on 2001/02/20  17:32:13
28039         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
28040              
28041              Fixed %^H scoping bug
28042              
28043              Removed GV <-> CV refcount loop
28044              
28045              Removed %ENV refcount loop
28046      Branch: maint-5.6/perl
28047           !> gv.c op.c perl.c pp.c scope.c
28048 ____________________________________________________________________________
28049 [  8854] By: jhi                                   on 2001/02/20  17:25:06
28050         Log: Subject: Addition to readme.win32 for Borland C++ compilers
28051              Date: Tue, 20 Feb 2001 02:15:25 +0300
28052              From: "Vadim Konovalov" <watman@inbox.ru>
28053              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
28054              
28055              Document Borland compiler misbehaviour.
28056      Branch: maint-5.6/perl
28057            ! README.win32
28058 ____________________________________________________________________________
28059 [  8853] By: jhi                                   on 2001/02/20  17:22:25
28060         Log: The assimilation of ebcdic.c didn't quite work at the first try,
28061              patches from Thomas Dorner.
28062      Branch: maint-5.6/perl
28063            ! handy.h util.c
28064 ____________________________________________________________________________
28065 [  8852] By: jhi                                   on 2001/02/20  17:20:15
28066         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
28067              From: Chris Nandor <pudge@pobox.com>
28068              Date: Tue, 20 Feb 2001 08:32:45 -0500
28069              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
28070      Branch: maint-5.6/perl
28071            ! makedef.pl mg.c
28072 ____________________________________________________________________________
28073 [  8851] By: jhi                                   on 2001/02/20  17:15:52
28074         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
28075      Branch: perl
28076            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
28077            ! t/lib/filter-util.t
28078 ____________________________________________________________________________
28079 [  8850] By: alanbur                               on 2001/02/20  17:12:40
28080         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
28081              and the magic pointer points back to the GV that contains the
28082              %ENV hash.  This creates a refcount loop that prevents members
28083              of %ENV from being freed correctly.  This change removes the
28084              refcount loop - the magic pointer was never used anyway, the
28085              only use of the magic was to check the type ('E') so that the
28086              appropriate environment manipulation code is called when %ENV
28087              is modified.
28088      Branch: maint-5.6/pureperl
28089            ! perl.c
28090 ____________________________________________________________________________
28091 [  8849] By: jhi                                   on 2001/02/20  17:12:20
28092         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
28093              From: "Craig A. Berry" <craigberry@mac.com>
28094              Date: Mon, 19 Feb 2001 23:36:12 -0600
28095              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
28096              
28097              Case-forgiving systems match TestInit.pm with TES*.
28098      Branch: perl
28099            ! t/lib/glob-basic.t
28100 ____________________________________________________________________________
28101 [  8848] By: jhi                                   on 2001/02/20  17:10:02
28102         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
28103      Branch: perl
28104            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
28105            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
28106            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
28107 ____________________________________________________________________________
28108 [  8847] By: jhi                                   on 2001/02/20  15:34:41
28109         Log: The #8843 wasn't quite right: %Config needs to imported.
28110      Branch: perl
28111            ! t/run/runenv.t
28112 ____________________________________________________________________________
28113 [  8846] By: jhi                                   on 2001/02/20  15:31:50
28114         Log: Retract the #8838 and #8840 for now because of
28115              the DB_File tie problem.
28116      Branch: perl
28117            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
28118            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
28119            ! proto.h sv.c
28120 ____________________________________________________________________________
28121 [  8845] By: alanbur                               on 2001/02/20  14:25:41
28122         Log: Removed GV <-> CV refcount loop
28123              CvGV(mycv) points to the parent GV of the CV, and was previously
28124              refcounted.  The pointer remains, but the refcounting has been removed
28125              as it causes a refcount loop between the CV and GV that means the CV
28126              can't ever be deleted.
28127      Branch: maint-5.6/pureperl
28128            ! gv.c op.c pp.c
28129 ____________________________________________________________________________
28130 [  8844] By: alanbur                               on 2001/02/20  14:23:13
28131         Log: Fixed %^H scoping bug
28132      Branch: maint-5.6/pureperl
28133            ! scope.c
28134 ____________________________________________________________________________
28135 [  8843] By: jhi                                   on 2001/02/19  13:38:08
28136         Log: fork() not everywhere, cleanup temp files.
28137      Branch: perl
28138            ! t/run/runenv.t
28139 ____________________________________________________________________________
28140 [  8842] By: alanbur                               on 2001/02/19  12:42:07
28141         Log: Resynchronised with parent
28142      Branch: maint-5.6/pureperl
28143           !> pod/perlfaq4.pod sv.c utf8.c
28144 ____________________________________________________________________________
28145 [  8841] By: jhi                                   on 2001/02/19  03:35:51
28146         Log: Update Changes.
28147      Branch: perl
28148            ! Changes patchlevel.h
28149 ____________________________________________________________________________
28150 [  8840] By: jhi                                   on 2001/02/19  00:23:41
28151         Log: Subject: [patch] add sv_setref_uv
28152              From: Doug MacEachern <dougm@covalent.net>
28153              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
28154              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
28155      Branch: perl
28156            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28157            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
28158 ____________________________________________________________________________
28159 [  8839] By: jhi                                   on 2001/02/19  00:01:38
28160         Log: Put to rest the 20010205.001, the email address checking (not) regex.
28161      Branch: perl
28162            ! pod/perlfaq9.pod
28163 ____________________________________________________________________________
28164 [  8838] By: jhi                                   on 2001/02/18  22:17:54
28165         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
28166              From: Doug MacEachern <dougm@covalent.net>
28167              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
28168              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
28169      Branch: perl
28170            ! lib/ExtUtils/xsubpp
28171 ____________________________________________________________________________
28172 [  8837] By: jhi                                   on 2001/02/18  22:16:50
28173         Log: Subject: [patch] -Wall cleanup round 2
28174              From: Doug MacEachern <dougm@covalent.net>
28175              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
28176              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
28177      Branch: perl
28178            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
28179            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
28180            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
28181            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
28182            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
28183            ! ext/SDBM_File/SDBM_File.xs
28184 ____________________________________________________________________________
28185 [  8836] By: jhi                                   on 2001/02/18  22:11:20
28186         Log: Misapplied regex optimizations when \C is present.
28187              Fixes 20001230.002.
28188              
28189              What still remains broken is that the submatches that
28190              have \C in them get their UTF8 flag on because their
28191              parent SV has it on.  This will result in malformed
28192              UTF8 if a \C happened to match a non-ASCII byte.
28193      Branch: perl
28194            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
28195            ! t/pragma/utf8.t
28196 ____________________________________________________________________________
28197 [  8835] By: jhi                                   on 2001/02/18  20:12:02
28198         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
28199              
28200              The hash key got wrongly UTF8fied.
28201      Branch: perl
28202            ! pod/perlapi.pod toke.c utf8.c
28203 ____________________________________________________________________________
28204 [  8834] By: jhi                                   on 2001/02/18  19:44:25
28205         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
28206              don't warn on magical or overloaded things.
28207      Branch: perl
28208            ! pp_hot.c
28209 ____________________________________________________________________________
28210 [  8833] By: nick                                  on 2001/02/18  19:31:22
28211         Log: Integrate mainline
28212      Branch: perlio
28213           +> t/TestInit.pm t/run/runenv.t
28214            - t/UTEST
28215           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
28216           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
28217           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
28218           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
28219           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
28220           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
28221           !> utf8.c
28222 ____________________________________________________________________________
28223 [  8832] By: jhi                                   on 2001/02/18  19:21:18
28224         Log: Integrate perlio.
28225      Branch: perl
28226           !> perlio.c pod/perldiag.pod
28227 ____________________________________________________________________________
28228 [  8831] By: jhi                                   on 2001/02/18  19:14:20
28229         Log: Integrate change #8827 from mainline.
28230              
28231              UTF8 tweaks.
28232      Branch: maint-5.6/perl
28233           !> sv.c utf8.c
28234 ____________________________________________________________________________
28235 [  8830] By: nick                                  on 2001/02/18  19:10:34
28236         Log: Apply the spirit of patch from Nick Clark:
28237              Subject: [PATCH] Re: extensions that provide layers
28238              From: Nicholas Clark <nick@ccl4.org>
28239              Date: Mon, 12 Feb 2001 16:43:51 +0000
28240              Message-Id: <20010212164350.Q3652@plum.flirble.org>
28241      Branch: perlio
28242            ! perlio.c pod/perldiag.pod
28243 ____________________________________________________________________________
28244 [  8829] By: jhi                                   on 2001/02/18  19:03:25
28245         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
28246              From: schwern@pobox.com 
28247              Date: Sun, 18 Feb 2001 13:44:35 -0500
28248              Message-ID: <20010218134435.A17544@magnonel.guild.net>
28249              
28250              Applied, but as t/TestInit.pm.
28251      Branch: perl
28252            + t/TestInit.pm
28253            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
28254            ! t/op/subst_wamp.t
28255 ____________________________________________________________________________
28256 [  8828] By: jhi                                   on 2001/02/18  18:43:52
28257         Log: Integrate perlio.
28258      Branch: perl
28259           !> perlio.c
28260 ____________________________________________________________________________
28261 [  8827] By: jhi                                   on 2001/02/18  18:41:33
28262         Log: UTF-8 tweaks.
28263      Branch: perl
28264            ! sv.c utf8.c
28265 ____________________________________________________________________________
28266 [  8826] By: nick                                  on 2001/02/18  17:40:59
28267         Log: Fix [ID 20010217.002]
28268              open FOO, "<:raw:perlio", ...
28269              :raw now inserts default base layer below itself.
28270              Also
28271              open FOO, "<:unix", ...
28272              works as well - but leaves buffer layer on stack under the unix layer.
28273      Branch: perlio
28274            ! perlio.c
28275 ____________________________________________________________________________
28276 [  8825] By: jhi                                   on 2001/02/18  17:15:39
28277         Log: Integrate perlio.
28278      Branch: perl
28279           !> perlio.c perliol.h
28280 ____________________________________________________________________________
28281 [  8824] By: jhi                                   on 2001/02/18  17:10:53
28282         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
28283              From: schwern@pobox.com
28284              Date: Sun, 18 Feb 2001 01:48:50 -0500
28285              Message-ID: <20010218014850.C19957@magnonel.guild.net>
28286      Branch: perl
28287            ! lib/Test/Harness.pm t/TEST t/op/chop.t
28288 ____________________________________________________________________________
28289 [  8823] By: jhi                                   on 2001/02/18  17:01:06
28290         Log: Add run/*.t to testables.
28291      Branch: perl
28292            ! t/TEST
28293 ____________________________________________________________________________
28294 [  8822] By: jhi                                   on 2001/02/18  16:58:58
28295         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
28296              From: schwern@pobox.com
28297              Date: Sun, 18 Feb 2001 01:11:35 -0500
28298              Message-ID: <20010218011135.A19957@magnonel.guild.net>
28299              
28300              Revive mjd's and Simon's PERL5OPT fix.
28301      Branch: perl
28302            + t/run/runenv.t
28303            ! MANIFEST perl.c
28304 ____________________________________________________________________________
28305 [  8821] By: jhi                                   on 2001/02/18  16:53:46
28306         Log: Subject: Re: Why t/TEST and not Test::Harness?
28307              From: schwern@pobox.com
28308              Date: Sat, 17 Feb 2001 22:44:44 -0500
28309              Message-ID: <20010217224444.A6679@magnonel.guild.net>
28310              
28311              Replace UTEST with TEST -utf8.
28312      Branch: perl
28313            - t/UTEST
28314            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
28315            ! t/lib/glob-basic.t
28316 ____________________________________________________________________________
28317 [  8820] By: nick                                  on 2001/02/18  13:06:16
28318         Log: Clean up a few core dumps when layers are used in unexpected ways.
28319              (Still not "right"...)
28320      Branch: perlio
28321            ! perlio.c perliol.h
28322 ____________________________________________________________________________
28323 [  8819] By: jhi                                   on 2001/02/18  02:25:55
28324         Log: Integrate change #8818 from maintperl, a FAQ nit.
28325      Branch: perl
28326           !> pod/perlfaq4.pod
28327 ____________________________________________________________________________
28328 [  8818] By: jhi                                   on 2001/02/18  02:24:50
28329         Log: FAQ nit from Chris Fedde.
28330      Branch: maint-5.6/perl
28331            ! pod/perlfaq4.pod
28332 ____________________________________________________________________________
28333 [  8817] By: nick                                  on 2001/02/17  18:20:14
28334         Log: Integrate mainline
28335      Branch: perlio
28336           +> lib/unicode/UCD.html lib/unicode/Unicode.html
28337           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
28338           +> pod/perlclib.pod
28339            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
28340            - lib/unicode/Unicode.301
28341           !> (integrate 324 files)
28342 ____________________________________________________________________________
28343 [  8816] By: jhi                                   on 2001/02/17  16:56:58
28344         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
28345      Branch: perl
28346            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
28347            ! ext/Storable/Storable.xs t/lib/st-06compat.t
28348            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
28349 ____________________________________________________________________________
28350 [  8815] By: jhi                                   on 2001/02/17  16:40:07
28351         Log: Subject: [patch] -Wall
28352              From: Doug MacEachern <dougm@covalent.net>
28353              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
28354              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
28355      Branch: perl
28356            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
28357            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
28358 ____________________________________________________________________________
28359 [  8814] By: jhi                                   on 2001/02/16  19:27:18
28360         Log: Document qu better.
28361      Branch: perl
28362            ! pod/perlop.pod
28363 ____________________________________________________________________________
28364 [  8813] By: jhi                                   on 2001/02/15  13:54:37
28365         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
28366              From: Hugo <hv@crypt.compulink.co.uk>
28367              Date: Thu, 15 Feb 2001 13:39:49 +0000
28368              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
28369      Branch: perl
28370            ! toke.c
28371 ____________________________________________________________________________
28372 [  8812] By: alanbur                               on 2001/02/15  13:52:16
28373         Log: Resynchronised with parent
28374      Branch: maint-5.6/pureperl
28375            - ebcdic.c
28376           !> (integrate 36 files)
28377 ____________________________________________________________________________
28378 [  8811] By: jhi                                   on 2001/02/15  13:51:16
28379         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
28380              
28381              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
28382              From: Jan Dubois <JanD@ActiveState.com>
28383              Date: Wed, 31 Jan 2001 21:17:03 -0800
28384              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
28385              
28386              tweak change#8659 to keep it simple
28387              
28388              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
28389              From: Russ Allbery <rra@stanford.edu>
28390              Date: 14 Feb 2001 10:15:41 -0800
28391              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
28392              
28393              (8809 empty)
28394
28395              Upgrade to podlators 1.08, from Russ Allbery.
28396      Branch: perl
28397           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
28398           !> utils/perldoc.PL
28399 ____________________________________________________________________________
28400 [  8810] By: jhi                                   on 2001/02/15  13:35:08
28401         Log: Upgrade to podlators 1.08, from Russ Allbery.
28402      Branch: maint-5.6/perl
28403            ! lib/Pod/Man.pm lib/Pod/Text.pm
28404 ____________________________________________________________________________
28405 [  8809] By: jhi                                   on 2001/02/15  13:26:38
28406         Log: (accidentally empty check-in)
28407      Branch: maint-5.6/perl
28408            ! lib/Test/Harness.pm
28409 ____________________________________________________________________________
28410 [  8808] By: jhi                                   on 2001/02/15  13:23:47
28411         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
28412              From: Russ Allbery <rra@stanford.edu>
28413              Date: 14 Feb 2001 10:15:41 -0800
28414              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
28415              
28416              perldoc was hardcoding $Config{installscript}, which breaks
28417              when install* isn't where Perl ends up (such as with AFS).
28418              
28419              Use $Config{scriptdir} instead.
28420      Branch: maint-5.6/perl
28421            ! utils/perldoc.PL
28422 ____________________________________________________________________________
28423 [  8807] By: jhi                                   on 2001/02/14  14:37:27
28424         Log: Update Changes.
28425      Branch: perl
28426            ! Changes patchlevel.h
28427 ____________________________________________________________________________
28428 [  8806] By: jhi                                   on 2001/02/14  14:25:31
28429         Log: Integrate changes #8803,8804,8805 from mainline.
28430              
28431              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
28432              
28433              Don't skip too much of the locale error message if no environ array,
28434              from Chris Nandor.
28435              
28436              More MacOS Classic fixes from Chris Nandor.
28437      Branch: maint-5.6/perl
28438           !> doop.c lib/Cwd.pm perl.c perl.h util.c
28439 ____________________________________________________________________________
28440 [  8805] By: jhi                                   on 2001/02/14  03:29:01
28441         Log: More MacOS Classic fixes from Chris Nandor.
28442      Branch: perl
28443            ! doop.c lib/Cwd.pm
28444 ____________________________________________________________________________
28445 [  8804] By: jhi                                   on 2001/02/14  03:18:35
28446         Log: Don't skip too much of the locale error message if no environ array,
28447              from Chris Nandor.
28448      Branch: perl
28449            ! util.c
28450 ____________________________________________________________________________
28451 [  8803] By: jhi                                   on 2001/02/14  03:14:14
28452         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
28453      Branch: perl
28454            ! perl.c perl.h
28455 ____________________________________________________________________________
28456 [  8802] By: jhi                                   on 2001/02/13  18:31:33
28457         Log: AUTHORS update.
28458      Branch: perl
28459            ! AUTHORS
28460 ____________________________________________________________________________
28461 [  8801] By: jhi                                   on 2001/02/13  17:55:19
28462         Log: Integrate change #8792 from mainline.
28463              
28464              Subject: buncha MacPerl patches for bleadperl
28465              From: Chris Nandor <pudge@pobox.com>
28466              Date: Tue, 13 Feb 2001 00:02:43 -0500
28467              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
28468      Branch: maint-5.6/perl
28469           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
28470           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
28471           !> t/lib/basename.t toke.c util.h
28472 ____________________________________________________________________________
28473 [  8800] By: jhi                                   on 2001/02/13  17:46:43
28474         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
28475              to be forced to Off_t.
28476              
28477              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
28478              From: nick@ccl4.org
28479              Date: Thu, 1 Feb 2001 12:01:04 +0000
28480              Message-Id: <20010201120103.E11401@plum.flirble.org>
28481      Branch: maint-5.6/perl
28482            ! iperlsys.h perlio.c
28483 ____________________________________________________________________________
28484 [  8799] By: jhi                                   on 2001/02/13  16:52:51
28485         Log: Duplex duplex hunk hunk.
28486      Branch: maint-5.6/perl
28487            ! Makefile.SH
28488 ____________________________________________________________________________
28489 [  8797] By: jhi                                   on 2001/02/13  14:52:04
28490         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
28491              From: "Craig A. Berry" <craigberry@mac.com>
28492              Date: Mon, 12 Feb 2001 11:05:25 -0600
28493              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
28494      Branch: perl
28495            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
28496 ____________________________________________________________________________
28497 [  8796] By: jhi                                   on 2001/02/13  14:36:47
28498         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
28499              From: simon.cozens@pembroke.oxford.ac.uk 
28500              Date: Sat, 10 Feb 2001 17:57:02 +0000
28501              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
28502              
28503              Now it does include.
28504      Branch: perl
28505            ! pod/perldiag.pod
28506 ____________________________________________________________________________
28507 [  8795] By: jhi                                   on 2001/02/13  14:30:11
28508         Log: Sort the MANIFEST.
28509      Branch: perl
28510            ! MANIFEST
28511 ____________________________________________________________________________
28512 [  8794] By: jhi                                   on 2001/02/13  14:26:51
28513         Log: Integrate change #8793 from mainline, FAQ updates.
28514      Branch: maint-5.6/perl
28515           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
28516 ____________________________________________________________________________
28517 [  8793] By: jhi                                   on 2001/02/13  14:25:13
28518         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
28519      Branch: perl
28520            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
28521 ____________________________________________________________________________
28522 [  8792] By: jhi                                   on 2001/02/13  14:22:50
28523         Log: Subject: buncha MacPerl patches for bleadperl
28524              From: Chris Nandor <pudge@pobox.com>
28525              Date: Tue, 13 Feb 2001 00:02:43 -0500
28526              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
28527      Branch: perl
28528            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
28529            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
28530            ! t/lib/basename.t toke.c util.h
28531 ____________________________________________________________________________
28532 [  8791] By: jhi                                   on 2001/02/13  14:10:39
28533         Log: Integrate change #8790 from mainline.
28534              
28535              environ array wrongly assumed in Perl_init_i18nl10n(),
28536      Branch: maint-5.6/perl
28537           !> util.c
28538 ____________________________________________________________________________
28539 [  8790] By: jhi                                   on 2001/02/13  14:06:15
28540         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
28541              noticed by Chris Nandor in MacOS Classic.
28542      Branch: perl
28543            ! util.c
28544 ____________________________________________________________________________
28545 [  8789] By: jhi                                   on 2001/02/13  13:58:07
28546         Log: Integrate changes #8373,8487,8544,8783 from mainline.
28547              
28548              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
28549              hints files, the dynaloading, assimilate ebcdic into util.c.
28550      Branch: maint-5.6/perl
28551            - ebcdic.c
28552            ! MANIFEST hints/posix-bc.sh
28553           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
28554           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
28555           !> perlapi.c proto.h util.c
28556 ____________________________________________________________________________
28557 [  8788] By: alanbur                               on 2001/02/13  10:33:13
28558         Log: Integrated changes from maint-5.6
28559      Branch: maint-5.6/pureperl
28560           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
28561           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
28562           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28563           !> vos/config.ga.h vos/configure_perl.cm
28564 ____________________________________________________________________________
28565 [  8787] By: jhi                                   on 2001/02/13  05:56:36
28566         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
28567      Branch: perl
28568           !> Makefile.SH
28569 ____________________________________________________________________________
28570 [  8786] By: jhi                                   on 2001/02/13  05:54:34
28571         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
28572              From: Dorner Thomas <Thomas.Dorner@start.de>
28573              Date: Mon, 12 Feb 2001 15:06:26 +0100
28574              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
28575      Branch: maint-5.6/perl
28576            ! Makefile.SH
28577 ____________________________________________________________________________
28578 [  8785] By: jhi                                   on 2001/02/13  05:29:04
28579         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
28580      Branch: perl
28581           !> hints/openbsd.sh
28582 ____________________________________________________________________________
28583 [  8784] By: jhi                                   on 2001/02/13  02:25:24
28584         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
28585              From: Peter Prymmer <pvhp@forte.com>
28586              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
28587              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
28588      Branch: perl
28589            ! pod/perlclib.pod
28590 ____________________________________________________________________________
28591 [  8783] By: jhi                                   on 2001/02/13  02:22:36
28592         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
28593      Branch: perl
28594            - ebcdic.c
28595            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
28596            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
28597            ! util.c
28598 ____________________________________________________________________________
28599 [  8782] By: jhi                                   on 2001/02/13  02:00:07
28600         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
28601      Branch: maint-5.6/perl
28602            ! pod/perlport.pod
28603 ____________________________________________________________________________
28604 [  8781] By: jhi                                   on 2001/02/13  01:58:44
28605         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
28606      Branch: maint-5.6/perl
28607            ! hints/openbsd.sh
28608 ____________________________________________________________________________
28609 [  8780] By: jhi                                   on 2001/02/13  01:57:33
28610         Log: Synchronize the regexp tests between maintperl and mainline.
28611      Branch: maint-5.6/perl
28612           !> t/op/re_tests
28613 ____________________________________________________________________________
28614 [  8779] By: jhi                                   on 2001/02/13  01:49:35
28615         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
28616              From: Hugo <hv@crypt.compulink.co.uk>
28617              Date: Tue, 13 Feb 2001 00:11:11 +0000
28618              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
28619      Branch: perl
28620            ! regcomp.c t/op/re_tests
28621 ____________________________________________________________________________
28622 [  8778] By: jhi                                   on 2001/02/13  00:23:10
28623         Log: Comments do not nest.
28624      Branch: perl
28625            ! perl.h
28626 ____________________________________________________________________________
28627 [  8777] By: jhi                                   on 2001/02/13  00:17:54
28628         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
28629              From: Hugo <hv@crypt.compulink.co.uk>
28630              Date: Tue, 13 Feb 2001 00:11:11 +0000
28631              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
28632      Branch: maint-5.6/perl
28633            ! regcomp.c t/op/re_tests
28634 ____________________________________________________________________________
28635 [  8776] By: jhi                                   on 2001/02/12  23:25:52
28636         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
28637      Branch: maint-5.6/perl
28638            ! pod/perlport.pod
28639 ____________________________________________________________________________
28640 [  8775] By: jhi                                   on 2001/02/12  23:04:28
28641         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
28642      Branch: maint-5.6/perl
28643            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
28644            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28645            ! vos/configure_perl.cm
28646 ____________________________________________________________________________
28647 [  8774] By: jhi                                   on 2001/02/12  22:59:11
28648         Log: Subject: Re: [patch] context for 'U' magic functions
28649              From: Doug MacEachern <dougm@covalent.net>
28650              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
28651              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
28652              
28653              plus the suggestion by Nick Ing-Simmons to name the macro
28654              as PERL_MG_UFUNC to avoid namespace pollution, plus add
28655              the advice by Doug for XS writers to perl.h
28656      Branch: perl
28657            ! mg.c perl.h
28658 ____________________________________________________________________________
28659 [  8773] By: jhi                                   on 2001/02/11  20:14:12
28660         Log: Update Changes.
28661      Branch: perl
28662            ! Changes patchlevel.h
28663 ____________________________________________________________________________
28664 [  8772] By: jhi                                   on 2001/02/11  18:47:52
28665         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
28666              From: Simon Cozens <simon@cozens.net>
28667              Date: Wed, 31 Jan 2001 16:31:43 +0000
28668              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
28669      Branch: perl
28670            + pod/perlclib.pod
28671            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
28672            ! pod/perltoc.pod
28673 ____________________________________________________________________________
28674 [  8771] By: jhi                                   on 2001/02/11  18:36:48
28675         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
28676              
28677              Blocks-4d3.beta.txt
28678              CaseFolding-3d4.beta.txt
28679              CompositionExclusions-3d6.beta.txt
28680              EastAsianWidth-4d4.beta.txt
28681              LineBreak-6d3.beta.txt
28682              NamesList-3.1.0d1.beta.txt
28683              PropList-3.1.0d4.beta.txt
28684              SpecialCasing-4d1.beta.txt
28685              UnicodeData-3.1.0d6.beta.txt
28686      Branch: perl
28687            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
28688           +> lib/unicode/UCD.html lib/unicode/Unicode.html
28689            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
28690            - lib/unicode/Unicode.301
28691            ! (edit 257 files)
28692 ____________________________________________________________________________
28693 [  8770] By: jhi                                   on 2001/02/11  17:26:22
28694         Log: UTF-8 documentation.
28695      Branch: perl
28696            ! utf8.h
28697 ____________________________________________________________________________
28698 [  8769] By: jhi                                   on 2001/02/11  17:12:49
28699         Log: Retract #8762.
28700      Branch: perl
28701            ! regexec.c
28702 ____________________________________________________________________________
28703 [  8768] By: jhi                                   on 2001/02/11  16:54:45
28704         Log: Subject: [PATCH] Test::Harness
28705              From: andreas.koenig@anima.de (Andreas J. Koenig)
28706              Date: 11 Feb 2001 14:37:00 +0100
28707              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
28708      Branch: perl
28709            ! lib/Test/Harness.pm
28710 ____________________________________________________________________________
28711 [  8767] By: jhi                                   on 2001/02/11  16:53:52
28712         Log: Subject: [PATCH] Document makepatch in Porting/patching
28713              From: andreas.koenig@anima.de (Andreas J. Koenig)
28714              Date: 11 Feb 2001 16:46:28 +0100
28715              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
28716      Branch: perl
28717            ! Porting/patching.pod
28718 ____________________________________________________________________________
28719 [  8766] By: jhi                                   on 2001/02/11  06:30:23
28720         Log: Subject: Re: [patch] GvSHARED
28721              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
28722              From: Doug MacEachern <dougm@covalent.net>
28723              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
28724              
28725              Subject: Re: [patch] GvSHARED
28726              From: Doug MacEachern <dougm@covalent.net>
28727              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
28728              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
28729              
28730              Subject: [patch] attributes.pm support for `shared'
28731              From: Doug MacEachern <dougm@covalent.net>
28732              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
28733              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
28734              
28735              our() attributes were ignored, our :shared pieces missing,
28736              allow attributes.pm to turn on shared.
28737      Branch: perl
28738            ! op.c t/op/attrs.t toke.c xsutils.c
28739 ____________________________________________________________________________
28740 [  8765] By: alanbur                               on 2001/02/10  23:11:19
28741         Log: Resync with parent (hopefully sucessfully this time)
28742      Branch: maint-5.6/pureperl
28743           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
28744           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
28745           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28746           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
28747           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
28748           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
28749           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
28750 ____________________________________________________________________________
28751 [  8764] By: jhi                                   on 2001/02/10  22:54:38
28752         Log: Make TEST and UTEST more verbose in case something goes
28753              wrong in running/compiling a script, suggested by Doug
28754              MacEachern.
28755      Branch: perl
28756            ! t/TEST t/UTEST
28757 ____________________________________________________________________________
28758 [  8763] By: jhi                                   on 2001/02/10  22:11:34
28759         Log: Bogus shebang.
28760      Branch: perl
28761            ! t/lib/texttabs.t
28762 ____________________________________________________________________________
28763 [  8762] By: jhi                                   on 2001/02/10  21:56:02
28764         Log: (Retracted by #8769)
28765      Branch: perl
28766            ! regexec.c
28767 ____________________________________________________________________________
28768 [  8761] By: jhi                                   on 2001/02/10  21:26:15
28769         Log: Subject: Re: [patch] GvSHARED 
28770              From: Doug MacEachern <dougm@covalent.net>
28771              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
28772              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
28773              
28774              our @EXPORT : shared = (...);
28775      Branch: perl
28776            ! toke.c
28777 ____________________________________________________________________________
28778 [  8760] By: jhi                                   on 2001/02/10  21:25:07
28779         Log: Subject: [patch] GvSHARED
28780              From: Doug MacEachern <dougm@covalent.net>
28781              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
28782              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
28783      Branch: perl
28784            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
28785 ____________________________________________________________________________
28786 [  8759] By: alanbur                               on 2001/02/10  21:24:27
28787         Log: Backed out mismerge.
28788      Branch: maint-5.6/pureperl
28789            ! MANIFEST README.hpux README.vmesa gv.c installhtml
28790            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
28791            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28792            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
28793            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
28794            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
28795            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
28796 ____________________________________________________________________________
28797 [  8758] By: jhi                                   on 2001/02/10  18:01:17
28798         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
28799              
28800              Fixed UMRs and leak in Perl_pmtrans()
28801              
28802              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
28803              associated UTFied tr/// code.  Also fixed scoping leak of
28804              PL_reg_start_tmp.
28805              
28806              newATTRSUB leaks when an attempt to redefine the active sort sub is
28807              made.
28808      Branch: maint-5.6/perl
28809           !> op.c regcomp.c
28810 ____________________________________________________________________________
28811 [  8757] By: alanbur                               on 2001/02/10  17:56:46
28812         Log: Resynchronised with parent
28813      Branch: maint-5.6/pureperl
28814           +> README.bs2000
28815            - README.posix-bc
28816            ! gv.c perl.c sv.c
28817           !> MANIFEST README.hpux README.vmesa installhtml
28818           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
28819           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28820           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
28821           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
28822           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
28823           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
28824 ____________________________________________________________________________
28825 [  8756] By: alanbur                               on 2001/02/10  17:51:15
28826         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
28827              made.
28828      Branch: maint-5.6/pureperl
28829            ! op.c
28830 ____________________________________________________________________________
28831 [  8755] By: jhi                                   on 2001/02/09  22:41:35
28832         Log: Upgrade to CPAN 1.59_54, from Andreas König.
28833      Branch: perl
28834            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28835 ____________________________________________________________________________
28836 [  8754] By: jhi                                   on 2001/02/09  22:29:20
28837         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
28838              
28839              Didn't upgrade the fill.t since it has a dependency to File::Slurp
28840              purely for debugging purposes, the actual test hasn't changed.
28841      Branch: perl
28842            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
28843            ! t/lib/textwrap.t
28844 ____________________________________________________________________________
28845 [  8753] By: jhi                                   on 2001/02/09  20:17:50
28846         Log: Integrate change #8682 from maintperl.
28847              
28848              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
28849              to work correctly.
28850      Branch: perl
28851           !> hints/irix_6.sh
28852 ____________________________________________________________________________
28853 [  8752] By: jhi                                   on 2001/02/09  20:00:46
28854         Log: Update Changes.
28855      Branch: perl
28856            ! Changes patchlevel.h
28857 ____________________________________________________________________________
28858 [  8751] By: nick                                  on 2001/02/09  19:48:37
28859         Log: Integrate mainline
28860      Branch: perlio
28861           +> README.bs2000 t/lib/cgi-esc.t
28862            - README.posix-bc
28863           !> (integrate 53 files)
28864 ____________________________________________________________________________
28865 [  8750] By: nick                                  on 2001/02/09  19:25:16
28866         Log: Subject: RE: Biannual Competition to Improve Hashing Function
28867              From: Fisher Mark <fisherm@tce.com>
28868              Date: Thu, 8 Feb 2001 10:44:00 -0500
28869              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
28870              Date: Thu, 8 Feb 2001 15:02:47 -0500
28871              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
28872      Branch: perl
28873            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
28874 ____________________________________________________________________________
28875 [  8749] By: jhi                                   on 2001/02/09  19:02:35
28876         Log: Forgotten fragment.
28877      Branch: perl
28878            ! pod/perlapi.pod
28879 ____________________________________________________________________________
28880 [  8748] By: jhi                                   on 2001/02/09  18:31:34
28881         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
28882              plus manual tweakage.
28883              
28884              Sync the perlfaq2 between mainline and maintperl.
28885      Branch: maint-5.6/perl
28886            ! pod/perlfaq2.pod
28887      Branch: perl
28888           !> pod/perlfaq2.pod
28889 ____________________________________________________________________________
28890 [  8747] By: jhi                                   on 2001/02/09  18:12:04
28891         Log: Subject: versiononly and installperl
28892              From: abigail@foad.org
28893              Date: Wed, 7 Feb 2001 22:43:12 +0100
28894              Message-ID: <20010207214312.7045.qmail@foad.org>    
28895              
28896              Add +v flag to force a normal install of the perl binary
28897              and the utilities.
28898              
28899              Subject: [PATCH] installperl
28900              From: Nicholas Clark <nick@ccl4.org>
28901              Date: Fri, 9 Feb 2001 16:28:57 +0000
28902              Message-ID: <20010209162857.B10931@plum.flirble.org>
28903              
28904              Add -A flag which also hardlinks the binary with
28905              the full architecture name.
28906      Branch: perl
28907            ! installperl
28908 ____________________________________________________________________________
28909 [  8746] By: jhi                                   on 2001/02/09  18:03:43
28910         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
28911              
28912              Subject: perlfaq2, re: perlmongers
28913              
28914              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
28915              
28916              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
28917              
28918              Subject: [ID 20010205.001] typo in perlfaq9
28919              
28920              Subject: [ID 20010208.002] unordered explanation in perlcall
28921      Branch: maint-5.6/perl
28922           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
28923           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
28924           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
28925 ____________________________________________________________________________
28926 [  8745] By: jhi                                   on 2001/02/09  17:59:09
28927         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
28928              From: abela@geneanet.org
28929              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
28930              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
28931      Branch: perl
28932            ! pod/perlcall.pod
28933 ____________________________________________________________________________
28934 [  8744] By: jhi                                   on 2001/02/09  17:48:16
28935         Log: Subject: [ID 20010205.001] typo in perlfaq9
28936              From: eserte@vran.herceg.de
28937              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
28938              Message-Id: <200102042244.XAA21926@vran.herceg.de>
28939      Branch: perl
28940            ! pod/perlfaq9.pod
28941 ____________________________________________________________________________
28942 [  8743] By: jhi                                   on 2001/02/09  17:25:12
28943         Log: Integrate change #8695 from maintperl.
28944              
28945              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
28946      Branch: perl
28947           !> thread.h
28948 ____________________________________________________________________________
28949 [  8742] By: jhi                                   on 2001/02/09  17:21:22
28950         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
28951              From: Andy Dougherty <doughera@lafayette.edu>
28952              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
28953              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
28954      Branch: perl
28955            ! embed.pl
28956 ____________________________________________________________________________
28957 [  8741] By: jhi                                   on 2001/02/09  17:05:19
28958         Log: Integrate changes #8738,8739,8740 from maintperl.
28959              
28960              Html files will be installed in a more logical and easier to
28961              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
28962              
28963              Html files will be generated with a header to make them look
28964              a little less bare.
28965              
28966              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
28967      Branch: perl
28968           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
28969 ____________________________________________________________________________
28970 [  8740] By: jhi                                   on 2001/02/09  17:03:46
28971         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
28972              From: "Brendan O'Dea" <bod@compusol.com.au>
28973              Date: Sun, 4 Feb 2001 11:17:56 +1100
28974              Message-ID: <20010204111756.A16301@compusol.com.au>
28975      Branch: maint-5.6/perl
28976            ! pod/perlfaq3.pod
28977 ____________________________________________________________________________
28978 [  8739] By: jhi                                   on 2001/02/09  17:01:59
28979         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
28980              From: "Indy Singh" <indy@nusphere.com>
28981              Date: Fri, 2 Feb 2001 15:09:59 -0500
28982              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
28983              
28984              Html files will be generated with a header to make them look
28985              a little less bare.
28986      Branch: maint-5.6/perl
28987            ! installhtml
28988 ____________________________________________________________________________
28989 [  8738] By: jhi                                   on 2001/02/09  16:58:48
28990         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
28991              From: "Indy Singh" <indy@nusphere.com>
28992              Date: Fri, 2 Feb 2001 15:08:23 -0500
28993              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
28994              
28995              Html files will be installed in a more logical and easier to
28996              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
28997      Branch: maint-5.6/perl
28998            ! win32/Makefile win32/makefile.mk
28999 ____________________________________________________________________________
29000 [  8737] By: jhi                                   on 2001/02/09  16:46:54
29001         Log: Integrate changes #8687,8736 from maintperl.
29002              
29003              HP-UX thread patches from Merijn H. Brand.
29004              
29005              Latin nit from Philip Newton.
29006      Branch: perl
29007           !> README.hpux hints/hpux.sh
29008 ____________________________________________________________________________
29009 [  8736] By: jhi                                   on 2001/02/09  16:42:31
29010         Log: Latin nit from Philip Newton.
29011      Branch: maint-5.6/perl
29012            ! README.hpux
29013 ____________________________________________________________________________
29014 [  8735] By: jhi                                   on 2001/02/09  16:24:03
29015         Log: Integrate changes #8704,8710 from pureperl.
29016              
29017              Fixed UMRs and leak in Perl_pmtrans()
29018              
29019              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
29020              associated UTFied tr/// code.  Also fixed scoping leak of
29021              PL_reg_start_tmp.
29022      Branch: perl
29023           !> op.c regcomp.c
29024 ____________________________________________________________________________
29025 [  8734] By: jhi                                   on 2001/02/09  15:40:21
29026         Log: Integrate change #8733 from maintperl.
29027              
29028              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
29029      Branch: perl
29030           !> pod/perlre.pod
29031 ____________________________________________________________________________
29032 [  8733] By: jhi                                   on 2001/02/09  15:35:47
29033         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
29034              From: Prymmer/Kahn <pvhp@best.com>
29035              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
29036              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
29037      Branch: maint-5.6/perl
29038            ! pod/perlre.pod
29039 ____________________________________________________________________________
29040 [  8732] By: jhi                                   on 2001/02/09  15:26:17
29041         Log: Rename README.posix-bc to README.bs2000 (to avoid the
29042              confusion of a "perlposix-bc.pod"), add a few missing
29043              arch pods, regen toc.
29044      Branch: maint-5.6/perl
29045           +> README.bs2000
29046            - README.posix-bc
29047            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
29048            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
29049 ____________________________________________________________________________
29050 [  8731] By: jhi                                   on 2001/02/09  15:23:39
29051         Log: De-cut-and-pasto.
29052      Branch: perl
29053            ! pod/perl.pod
29054 ____________________________________________________________________________
29055 [  8730] By: jhi                                   on 2001/02/09  15:11:13
29056         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
29057              when people think that perlposix-bc.pod tells anything about
29058              Perl and POSIX.  Regen toc.
29059      Branch: perl
29060           +> README.bs2000
29061            - README.posix-bc
29062            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
29063            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
29064 ____________________________________________________________________________
29065 [  8729] By: jhi                                   on 2001/02/09  14:52:28
29066         Log: The README.vmesa part of #8712 from maintperl.
29067      Branch: perl
29068            ! README.vmesa
29069 ____________________________________________________________________________
29070 [  8728] By: jhi                                   on 2001/02/09  14:46:06
29071         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
29072              From: Peter Prymmer <pvhp@forte.com>
29073              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
29074              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
29075      Branch: maint-5.6/perl
29076            ! README.vmesa win32/Makefile win32/makefile.mk
29077 ____________________________________________________________________________
29078 [  8727] By: jhi                                   on 2001/02/09  14:33:25
29079         Log: Integrate change #8712 from mainline.
29080              
29081              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
29082      Branch: maint-5.6/perl
29083           !> lib/Pod/Find.pm
29084 ____________________________________________________________________________
29085 [  8726] By: jhi                                   on 2001/02/09  14:30:28
29086         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
29087              From: Peter Prymmer <pvhp@forte.com>
29088              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
29089              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
29090      Branch: perl
29091            + t/lib/cgi-esc.t
29092            ! MANIFEST lib/CGI/Util.pm
29093 ____________________________________________________________________________
29094 [  8725] By: jhi                                   on 2001/02/09  04:56:47
29095         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
29096      Branch: maint-5.6/perl
29097            ! pod/perlport.pod
29098 ____________________________________________________________________________
29099 [  8724] By: jhi                                   on 2001/02/09  04:40:59
29100         Log: Integrate changes 7819,7820 from vmsperl into mainline.
29101              
29102              Add header for LIB$ prototypes (C. Berry)
29103              
29104              Convert fwrite()s to sockets to write()s, since some socket stacks
29105              don't take kindly to stdio.
29106              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
29107              (for often optional LNMs)
29108              Correct a few typos
29109              (C. Bailey)
29110      Branch: perl
29111           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
29112 ____________________________________________________________________________
29113 [  8723] By: jhi                                   on 2001/02/09  03:29:29
29114         Log: Integrate change #8722 from mainline.
29115              
29116              The Im() function wasn't returning zero for non-Math::Complex
29117              arguments.  The bug reported by John Gamble.
29118      Branch: maint-5.6/perl
29119           !> lib/Math/Complex.pm
29120 ____________________________________________________________________________
29121 [  8722] By: jhi                                   on 2001/02/09  03:28:33
29122         Log: The Im() function wasn't returning zero for non-Math::Complex
29123              arguments.  The bug reported by John Gamble.
29124      Branch: perl
29125            ! lib/Math/Complex.pm
29126 ____________________________________________________________________________
29127 [  8721] By: nick                                  on 2001/02/08  22:11:35
29128         Log: Correct the correction :-(
29129      Branch: perl
29130            ! perl.c
29131 ____________________________________________________________________________
29132 [  8720] By: bailey                                on 2001/02/08  20:59:22
29133         Log: Convert frwite()s to sockets to write()s, since some socket stacks
29134              don't take kindly to stdio.
29135              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
29136              (for often optional LNMs)
29137              Correct a few typos
29138              (C. Bailey)
29139      Branch: vmsperl
29140            ! vms/vms.c vms/vmsish.h
29141 ____________________________________________________________________________
29142 [  8719] By: bailey                                on 2001/02/08  20:51:02
29143         Log: Add header for LIB$ prototypes (C. Berry)
29144      Branch: vmsperl
29145            ! ext/Devel/DProf/DProf.xs
29146 ____________________________________________________________________________
29147 [  8718] By: bailey                                on 2001/02/08  20:49:00
29148         Log: SYN SYN
29149      Branch: vmsperl
29150           +> pod/perliol.pod t/lib/sample-tests/bailout
29151           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
29152           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
29153           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
29154           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
29155           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
29156           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
29157            - lib/unicode/Is/DCinital.pl
29158           !> (integrate 101 files)
29159 ____________________________________________________________________________
29160 [  8717] By: nick                                  on 2001/02/08  19:38:48
29161         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
29162              From: Robin Barker <rmb1@cise.npl.co.uk>
29163              Date: Thu, 8 Feb 2001 14:38:07 GMT
29164              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
29165      Branch: perl
29166            ! lib/CPAN.pm
29167 ____________________________________________________________________________
29168 [  8716] By: nick                                  on 2001/02/08  19:29:07
29169         Log: Generated files form 8713 etc.
29170      Branch: perl
29171            ! embed.h global.sym objXSUB.h perlapi.c proto.h
29172 ____________________________________________________________________________
29173 [  8715] By: nick                                  on 2001/02/08  19:26:08
29174         Log: Fixup non-ithread build after 8713
29175      Branch: perl
29176            ! perl.c
29177 ____________________________________________________________________________
29178 [  8714] By: nick                                  on 2001/02/08  19:17:45
29179         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
29180              From: nick@ccl4.org
29181              Date: Wed, 7 Feb 2001 00:27:47 +0000
29182              Message-Id: <20010207002747.B63724@plum.flirble.org>
29183      Branch: perl
29184            ! sv.c toke.c
29185 ____________________________________________________________________________
29186 [  8713] By: nick                                  on 2001/02/08  19:15:58
29187         Log: Subject: Re: [patch] Re: PL_ptr_table
29188              From: Doug Maceachern <dougm@covalent.net>
29189              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
29190              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
29191      Branch: perl
29192            ! embed.pl perl.c sv.c sv.h
29193 ____________________________________________________________________________
29194 [  8712] By: nick                                  on 2001/02/08  19:12:47
29195         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
29196              From: Peter Prymmer <pvhp@forte.com>
29197              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
29198              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
29199      Branch: perl
29200            ! lib/Pod/Find.pm
29201 ____________________________________________________________________________
29202 [  8711] By: nick                                  on 2001/02/07  21:06:11
29203         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
29204              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
29205              From: Alan Burlison <Alan.Burlison@uk.sun.com>
29206              Date: Tue, 06 Feb 2001 23:37:01 +0000
29207              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
29208      Branch: perl
29209            ! regcomp.c
29210 ____________________________________________________________________________
29211 [  8710] By: alanbur                               on 2001/02/07  00:22:04
29212         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
29213              associated UTFied tr/// code.  Also fixed scoping leak of
29214              PL_reg_start_tmp.
29215      Branch: maint-5.6/pureperl
29216            ! op.c regcomp.c
29217 ____________________________________________________________________________
29218 [  8709] By: nick                                  on 2001/02/06  21:16:49
29219         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
29220              From: Michael G Schwern <schwern@pobox.com>
29221              Date: Sun, 4 Feb 2001 19:47:14 -0500
29222              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
29223      Branch: perl
29224            ! pod/perlapi.pod pod/perlmodlib.PL
29225 ____________________________________________________________________________
29226 [  8708] By: nick                                  on 2001/02/06  20:41:20
29227         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
29228              From: Michael G Schwern <schwern@pobox.com>
29229              Date: Sun, 4 Feb 2001 21:17:49 -0500
29230              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
29231      Branch: perl
29232            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
29233            ! pod/perltootc.pod
29234 ____________________________________________________________________________
29235 [  8707] By: nick                                  on 2001/02/06  20:29:11
29236         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
29237              From: Michael G Schwern <schwern@pobox.com>
29238              Date: Tue, 6 Feb 2001 05:54:30 -0500
29239              Message-Id: <20010206055430.A951@blackrider.aocn.com>
29240      Branch: perl
29241            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
29242 ____________________________________________________________________________
29243 [  8706] By: nick                                  on 2001/02/06  20:21:40
29244         Log: Subject: RE: some win32 fixes
29245              Date: Tue, 6 Feb 2001 09:23:20 +0300
29246              From: Vadim Konovalov <vkonovalov@lucent.com>
29247              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
29248      Branch: perl
29249            ! toke.c win32/Makefile win32/config.bc win32/config.gc
29250            ! win32/config.vc win32/config_H.bc win32/makefile.mk
29251 ____________________________________________________________________________
29252 [  8705] By: alanbur                               on 2001/02/06  15:00:03
29253         Log: Synchronised with parent
29254      Branch: maint-5.6/pureperl
29255            ! regexec.c
29256           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
29257           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
29258 ____________________________________________________________________________
29259 [  8704] By: alanbur                               on 2001/02/06  14:55:24
29260         Log: Fixed UMRs and leak in Perl_pmtrans()
29261      Branch: maint-5.6/pureperl
29262            ! op.c
29263 ____________________________________________________________________________
29264 [  8703] By: gsar                                  on 2001/02/06  02:29:37
29265         Log: $(MAKE) distclean doesn't clean up properly on windows
29266      Branch: maint-5.6/perl
29267            ! win32/Makefile win32/makefile.mk
29268 ____________________________________________________________________________
29269 [  8702] By: gsar                                  on 2001/02/06  01:00:46
29270         Log: tweak change#8659 to keep it simple
29271      Branch: maint-5.6/perl
29272            ! utils/perldoc.PL
29273 ____________________________________________________________________________
29274 [  8701] By: gsar                                  on 2001/02/05  22:45:41
29275         Log: change#8693 was missing testsuite changes
29276      Branch: maint-5.6/perl
29277           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
29278 ____________________________________________________________________________
29279 [  8700] By: nick                                  on 2001/02/05  20:32:52
29280         Log: Integrate mainline
29281      Branch: perlio
29282           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
29283           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
29284           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
29285           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
29286           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
29287           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
29288           +> t/lib/test-harness.t
29289           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
29290           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
29291           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
29292           !> pod/perlutil.pod t/TEST utils/h2xs.PL
29293 ____________________________________________________________________________
29294 [  8699] By: nick                                  on 2001/02/05  19:41:07
29295         Log: Subject: perlfaq2, re: perlmongers
29296              From: David H. Adler <dha@panix.com>
29297              Date: Sun, 4 Feb 2001 23:48:23 -0500
29298              Message-Id: <20010204234823.A13429@panix.com>
29299      Branch: perl
29300            ! pod/perlfaq2.pod
29301 ____________________________________________________________________________
29302 [  8698] By: nick                                  on 2001/02/05  19:39:31
29303         Log: Missed file f#rom the testharness mess.
29304      Branch: perl
29305            + t/lib/test-harness.t
29306 ____________________________________________________________________________
29307 [  8697] By: nick                                  on 2001/02/05  19:37:21
29308         Log: Subject: [DOC PATCH] overload.pm nits
29309              From: John Tobey <jtobey@john-edwin-tobey.org>
29310              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
29311              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
29312      Branch: perl
29313            ! lib/overload.pm
29314 ____________________________________________________________________________
29315 [  8696] By: alanbur                               on 2001/02/05  11:56:00
29316         Log: Sync with parent
29317      Branch: maint-5.6/pureperl
29318           !> thread.h
29319 ____________________________________________________________________________
29320 [  8695] By: gsar                                  on 2001/02/05  03:27:34
29321         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
29322      Branch: maint-5.6/perl
29323            ! thread.h
29324 ____________________________________________________________________________
29325 [  8694] By: alanbur                               on 2001/02/05  00:07:47
29326         Log: Initial branch creation from //depot/maint-5.6/perl
29327      Branch: maint-5.6/pureperl
29328           +> (branch 1719 files)
29329 ____________________________________________________________________________
29330 [  8693] By: gsar                                  on 2001/02/04  22:38:49
29331         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
29332              changes)
29333      Branch: maint-5.6/perl
29334           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
29335           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
29336           !> ext/DB_File/version.c
29337 ____________________________________________________________________________
29338 [  8692] By: nick                                  on 2001/02/04  18:15:57
29339         Log: The missed t/TEST part of the grand testharness upgrade.
29340      Branch: perl
29341            ! t/TEST
29342 ____________________________________________________________________________
29343 [  8691] By: nick                                  on 2001/02/04  18:05:17
29344         Log: New improved test harness
29345              Subject: Re: [PATCH Test::Harness] Third time's a charm?
29346              From: Michael G Schwern <schwern@pobox.com>
29347              Date: Sun, 4 Feb 2001 08:01:20 -0500
29348              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
29349      Branch: perl
29350            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
29351            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
29352            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
29353            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
29354            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
29355            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
29356            ! MANIFEST lib/Test/Harness.pm
29357 ____________________________________________________________________________
29358 [  8690] By: nick                                  on 2001/02/04  17:57:51
29359         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
29360              From: Jonathan Stowe <gellyfish@gellyfish.com>
29361              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
29362              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
29363      Branch: perl
29364            ! utils/h2xs.PL
29365 ____________________________________________________________________________
29366 [  8689] By: nick                                  on 2001/02/04  17:55:24
29367         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
29368              From: Michael G Schwern <schwern@pobox.com>
29369              Date: Sat, 3 Feb 2001 22:46:38 -0500
29370              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
29371      Branch: perl
29372            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
29373            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
29374 ____________________________________________________________________________
29375 [  8688] By: nick                                  on 2001/02/04  17:43:55
29376         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
29377              length byfailing to spot lack of closing )
29378              From: nick@talking.bollo.cx
29379              Date: Sat, 03 Feb 2001 23:53:16 +0000
29380              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
29381      Branch: perl
29382            ! perlio.c pod/perldiag.pod
29383 ____________________________________________________________________________
29384 [  8687] By: jhi                                   on 2001/02/03  17:11:42
29385         Log: HP-UX thread patches from Merijn H. Brand.
29386      Branch: maint-5.6/perl
29387            ! README.hpux hints/hpux.sh
29388 ____________________________________________________________________________
29389 [  8686] By: jhi                                   on 2001/02/03  16:40:12
29390         Log: Metaconfig changes for #8685.
29391      Branch: metaconfig
29392            ! U/installdirs/instubperl.U
29393      Branch: metaconfig/U/perl
29394            ! Devel.U versiononly.U
29395 ____________________________________________________________________________
29396 [  8685] By: jhi                                   on 2001/02/03  16:39:49
29397         Log: For -Dusedevel builds turn off installusrbinperl and turn on
29398              versiononly, a combined idea of Richard Soderberg and Merijn
29399              H. Brand.  You can still override both of these from the command
29400              line if you need to, -Dinstallusrbinperl and -Uversiononly.
29401      Branch: perl
29402            ! Configure
29403 ____________________________________________________________________________
29404 [  8684] By: jhi                                   on 2001/02/03  16:16:34
29405         Log: Metaconfig unit fix for #8683.
29406      Branch: metaconfig
29407            ! U/compline/nblock_io.U
29408 ____________________________________________________________________________
29409 [  8683] By: jhi                                   on 2001/02/03  16:16:12
29410         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
29411              reported by Peter Prymmer for 5.6-TRIAL1.
29412      Branch: perl
29413            ! Configure
29414 ____________________________________________________________________________
29415 [  8682] By: jhi                                   on 2001/02/03  05:52:11
29416         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
29417              to work correctly.
29418      Branch: maint-5.6/perl
29419            ! hints/irix_6.sh
29420 ____________________________________________________________________________
29421 [  8681] By: jhi                                   on 2001/02/03  05:47:33
29422         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
29423      Branch: maint-5.6/perl
29424            ! pod/perlport.pod
29425 ____________________________________________________________________________
29426 [  8680] By: jhi                                   on 2001/02/02  21:39:49
29427         Log: perlport update from Peter Prymmer.
29428      Branch: maint-5.6/perl
29429            ! pod/perlport.pod
29430 ____________________________________________________________________________
29431 [  8679] By: nick                                  on 2001/02/02  20:50:48
29432         Log: Integrate mainline
29433      Branch: perlio
29434           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
29435           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
29436           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
29437 ____________________________________________________________________________
29438 [  8678] By: gsar                                  on 2001/02/02  16:02:12
29439         Log: note about bincompat, slightly modified (from Lupe Christoph)
29440      Branch: maint-5.6/perl
29441            ! README.solaris
29442 ____________________________________________________________________________
29443 [  8677] By: jhi                                   on 2001/02/02  15:46:20
29444         Log: Supported platforms updates.
29445      Branch: maint-5.6/perl
29446            ! pod/perlport.pod
29447 ____________________________________________________________________________
29448 [  8676] By: jhi                                   on 2001/02/02  03:41:26
29449         Log: A couple more perlfaq2 tweaks.
29450      Branch: maint-5.6/perl
29451            ! pod/perlfaq2.pod
29452 ____________________________________________________________________________
29453 [  8675] By: jhi                                   on 2001/02/02  03:17:44
29454         Log: Misedit in #8661.
29455      Branch: maint-5.6/perl
29456            ! Configure
29457 ____________________________________________________________________________
29458 [  8674] By: jhi                                   on 2001/02/02  03:14:38
29459         Log: Damien again.
29460      Branch: maint-5.6/perl
29461            ! pod/perlfaq2.pod
29462 ____________________________________________________________________________
29463 [  8673] By: jhi                                   on 2001/02/02  03:12:40
29464         Log: perlfaq update from Elaine Ashton.
29465      Branch: maint-5.6/perl
29466            ! pod/perlfaq2.pod
29467 ____________________________________________________________________________
29468 [  8672] By: jhi                                   on 2001/02/02  03:07:08
29469         Log: UTF-8 s/// patch from Inaba Hiroto.
29470      Branch: maint-5.6/perl
29471            ! pp_ctl.c pp_hot.c
29472 ____________________________________________________________________________
29473 [  8671] By: jhi                                   on 2001/02/01  22:34:31
29474         Log: Update Changes.
29475      Branch: perl
29476            ! Changes patchlevel.h
29477 ____________________________________________________________________________
29478 [  8670] By: jhi                                   on 2001/02/01  22:15:29
29479         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
29480              from maintperl.
29481              
29482              Upgrade to Getopt::Long 2.25, from Johan Vromans.
29483              
29484              more files need to be writable in the source distribution
29485              
29486              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
29487              
29488              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
29489              
29490              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
29491              
29492              Allow the float to be fuzzier.
29493              
29494              need to use INT2PTR instead of a straight cast or ia64 fails
29495              
29496              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
29497              
29498              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
29499      Branch: perl
29500           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
29501           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
29502           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
29503 ____________________________________________________________________________
29504 [  8669] By: jhi                                   on 2001/02/01  21:57:02
29505         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
29506              From: Robin Barker <rmb1@cise.npl.co.uk>
29507              Date: Thu, 1 Feb 2001 16:59:05 GMT
29508              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
29509      Branch: maint-5.6/perl
29510            ! pod/perlmodlib.PL
29511 ____________________________________________________________________________
29512 [  8668] By: nick                                  on 2001/02/01  19:41:40
29513         Log: Integrate mainline
29514      Branch: perlio
29515           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
29516           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
29517           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
29518 ____________________________________________________________________________
29519 [  8667] By: gsar                                  on 2001/02/01  16:59:11
29520         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
29521      Branch: maint-5.6/perl
29522            ! embed.pl embedvar.h
29523 ____________________________________________________________________________
29524 [  8666] By: gsar                                  on 2001/02/01  16:34:51
29525         Log: add missing entries to win32/config.?c
29526      Branch: maint-5.6/perl
29527            ! win32/config.bc win32/config.gc win32/config.vc
29528            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29529 ____________________________________________________________________________
29530 [  8665] By: jhi                                   on 2001/02/01  14:58:51
29531         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
29532              From: "Stephen P. Potter" <spp@spotter.yi.org>
29533              Date: Thu, 01 Feb 2001 10:45:46 -0500
29534              Message-Id: <200102011545.KAA31479@spotter.yi.org>
29535      Branch: maint-5.6/perl
29536            ! pod/perlfunc.pod
29537 ____________________________________________________________________________
29538 [  8664] By: gsar                                  on 2001/02/01  14:52:37
29539         Log: need to use INT2PTR instead of a straight cast or ia64 fails
29540              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
29541      Branch: maint-5.6/perl
29542            ! ext/POSIX/POSIX.xs
29543 ____________________________________________________________________________
29544 [  8663] By: jhi                                   on 2001/02/01  14:09:13
29545         Log: Allow the float to be fuzzier.
29546      Branch: maint-5.6/perl
29547            ! t/lib/peek.t
29548 ____________________________________________________________________________
29549 [  8662] By: jhi                                   on 2001/02/01  13:59:00
29550         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
29551              From: Robin Barker <rmb1@cise.npl.co.uk>
29552              Date: Thu, 1 Feb 2001 13:05:39 GMT
29553              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
29554      Branch: maint-5.6/perl
29555            ! pod/perlmodlib.pod
29556 ____________________________________________________________________________
29557 [  8661] By: jhi                                   on 2001/02/01  13:57:38
29558         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
29559              Date: Thu, 01 Feb 2001 14:15:41 +0100
29560              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29561              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
29562              
29563              Have the $ccflags in the gcc version test (strange, this change
29564              is claimed to be have been integrated already)
29565      Branch: maint-5.6/perl
29566            ! Configure
29567 ____________________________________________________________________________
29568 [  8660] By: jhi                                   on 2001/02/01  13:44:10
29569         Log: Integrate changes #7950,7964,7962 from mainline.
29570              
29571              Find the stdchar signedness using cpp, should fix some of
29572              the Solaris compiler warnings reported by Alan Burlison.
29573      Branch: maint-5.6/perl
29574           !> Configure config_h.SH
29575 ____________________________________________________________________________
29576 [  8659] By: jhi                                   on 2001/02/01  05:35:32
29577         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
29578              From: Jan Dubois <JanD@ActiveState.com>
29579              Date: Wed, 31 Jan 2001 21:17:03 -0800
29580              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
29581      Branch: maint-5.6/perl
29582            ! utils/perldoc.PL
29583 ____________________________________________________________________________
29584 [  8658] By: jhi                                   on 2001/02/01  04:33:17
29585         Log: Integrate the README.os390 and README.posix-bc parts of mainline
29586              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
29587              installperl parts were taken care of by #8657.)
29588      Branch: maint-5.6/perl
29589           !> README.os390 README.posix-bc
29590 ____________________________________________________________________________
29591 [  8657] By: jhi                                   on 2001/02/01  04:29:21
29592         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
29593              From: Peter Prymmer <pvhp@forte.com>
29594              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
29595              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
29596      Branch: maint-5.6/perl
29597            + ext/DynaLoader/dl_dllload.xs
29598            ! MANIFEST Makefile.SH hints/os390.sh installperl
29599 ____________________________________________________________________________
29600 [  8656] By: jhi                                   on 2001/02/01  04:25:45
29601         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
29602              From: Peter Prymmer <pvhp@forte.com>
29603              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
29604              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
29605      Branch: maint-5.6/perl
29606            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
29607 ____________________________________________________________________________
29608 [  8655] By: jhi                                   on 2001/02/01  04:14:47
29609         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
29610              From: troc@netrus.net
29611              Date: Wed, 31 Jan 2001 22:31:26 -0500
29612              Message-Id: <200102010331.WAA117.85@rocco.homenet>
29613      Branch: maint-5.6/perl
29614            ! os2/os2.c
29615 ____________________________________________________________________________
29616 [  8654] By: jhi                                   on 2001/02/01  04:12:52
29617         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
29618              as reported by Alan Burlison.
29619      Branch: maint-5.6/perl
29620            ! pp.h
29621 ____________________________________________________________________________
29622 [  8653] By: jhi                                   on 2001/02/01  04:05:12
29623         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
29624              From: dsugalski@northernlight.com
29625              Date: Wed, 31 Jan 2001 18:54:11 -0500
29626              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
29627      Branch: maint-5.6/perl
29628            ! configure.com
29629 ____________________________________________________________________________
29630 [  8652] By: jhi                                   on 2001/02/01  04:03:11
29631         Log: Misplaced #endif.
29632              
29633              Subject: [perl-5-6-1-trial2] patches for EPOC
29634              From: Olaf Flebbe <O.Flebbe@science-computing.de>
29635              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
29636              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
29637      Branch: maint-5.6/perl
29638            ! epoc/epocish.c
29639 ____________________________________________________________________________
29640 [  8651] By: jhi                                   on 2001/02/01  04:00:25
29641         Log: Integrate changes #8647,8648,8650 from mainline.
29642              
29643              Macrofy a magic UTF-8 test.
29644              
29645              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
29646              
29647              Watch out for cross compiling for EPOC (usually done on linux).
29648      Branch: maint-5.6/perl
29649           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
29650 ____________________________________________________________________________
29651 [  8650] By: jhi                                   on 2001/02/01  03:56:20
29652         Log: Watch out for cross compiling for EPOC (usually done on linux)
29653              
29654              Subject: [perl-5-6-1-trial2] patches for EPOC
29655              From: Olaf Flebbe <O.Flebbe@science-computing.de>
29656              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
29657              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
29658      Branch: perl
29659            ! ext/Errno/Errno_pm.PL
29660 ____________________________________________________________________________
29661 [  8649] By: gsar                                  on 2001/02/01  00:46:00
29662         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
29663      Branch: maint-5.6/perl
29664            ! sv.c
29665 ____________________________________________________________________________
29666 [  8648] By: jhi                                   on 2001/01/31  23:35:36
29667         Log: All the uses of PL_numeric_radix must be protected by
29668              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
29669              
29670              Subject: [perl-5-6-1-trial2] patches for EPOC
29671              From: Olaf Flebbe <O.Flebbe@science-computing.de>
29672              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
29673              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
29674      Branch: perl
29675            ! sv.c
29676 ____________________________________________________________________________
29677 [  8647] By: jhi                                   on 2001/01/31  22:56:16
29678         Log: Macrofy a magic UTF-8 test.
29679      Branch: perl
29680            ! utf8.c utf8.h
29681 ____________________________________________________________________________
29682 [  8646] By: gsar                                  on 2001/01/31  15:55:12
29683         Log: update Changes
29684      Branch: maint-5.6/perl
29685            ! Changes
29686 ____________________________________________________________________________
29687 [  8645] By: gsar                                  on 2001/01/31  15:10:14
29688         Log: Configure tweak suggested by Peter Prymmer
29689      Branch: maint-5.6/perl
29690            ! Configure
29691 ____________________________________________________________________________
29692 [  8644] By: gsar                                  on 2001/01/31  15:06:32
29693         Log: more files need to be writable in the source distribution
29694      Branch: maint-5.6/perl
29695            ! Porting/makerel
29696 ____________________________________________________________________________
29697 [  8643] By: jhi                                   on 2001/01/31  14:59:46
29698         Log: Integrate changes #8258,8278,8279 from mainline.
29699              
29700              Make the large file tests more robust/talkative.
29701      Branch: maint-5.6/perl
29702           !> t/lib/syslfs.t t/op/lfs.t
29703 ____________________________________________________________________________
29704 [  8642] By: gsar                                  on 2001/01/31  14:53:48
29705         Log: integrate changes#8311,8334 from mainline
29706              
29707              Add a new MakeMaker variable PM_FILTER that defines a Unix
29708              filter to be run on each .pm during the pm_to_blib() phase,
29709              a fixed version of
29710              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
29711              
29712              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
29713              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
29714              accurate reading of the "atime".  
29715      Branch: maint-5.6/perl
29716           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
29717           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
29718           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
29719 ____________________________________________________________________________
29720 [  8641] By: jhi                                   on 2001/01/31  14:46:37
29721         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
29722      Branch: maint-5.6/perl
29723            ! lib/Getopt/Long.pm
29724 ____________________________________________________________________________
29725 [  8640] By: gsar                                  on 2001/01/31  14:40:24
29726         Log: make regen_all
29727      Branch: maint-5.6/perl
29728            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
29729 ____________________________________________________________________________
29730 [  8639] By: gsar                                  on 2001/01/31  14:37:25
29731         Log: refresh windows config files
29732      Branch: maint-5.6/perl
29733            ! win32/Makefile win32/config_H.bc win32/config_H.gc
29734            ! win32/config_H.vc win32/makefile.mk
29735 ____________________________________________________________________________
29736 [  8638] By: gsar                                  on 2001/01/31  14:28:10
29737         Log: makefile tweaks for windows: introduce a bulk-switch to enable
29738              same options as ActivePerl; sync changes with makefile.mk
29739      Branch: maint-5.6/perl
29740            ! win32/Makefile win32/makefile.mk
29741 ____________________________________________________________________________
29742 [  8637] By: jhi                                   on 2001/01/31  04:41:30
29743         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
29744              From: Nicholas Clark <nick@ccl4.org>
29745              Date: Tue, 30 Jan 2001 19:51:05 +0000
29746              Message-ID: <20010130195105.R76607@plum.flirble.org> 
29747              
29748              op/inc cure.
29749      Branch: perl
29750            ! pp.c pp.h pp_hot.c t/op/arith.t
29751 ____________________________________________________________________________
29752 [  8636] By: jhi                                   on 2001/01/31  02:38:32
29753         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
29754              no perlio],8257,8380,8479,8515 from mainline.
29755              
29756              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
29757              
29758              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
29759              Subject: [PATCH perl@8133] fix-up for VMS extensions
29760              
29761              In VMS embedded perls couldn't access the statically built Socket.
29762              
29763              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
29764              
29765              Further VMS piping fixes from Charles Lane.
29766              
29767              Subject:  [PATCH] make t/op/misc.t work on VMS
29768              
29769              Add tracing for debugging extensions builds in VMS.
29770              
29771              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
29772      Branch: maint-5.6/perl
29773           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
29774           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
29775           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
29776 ____________________________________________________________________________
29777 [  8635] By: jhi                                   on 2001/01/31  01:46:41
29778         Log: Integrate change #7732 from mainline.
29779              
29780              Sparc 64-bit pack() fix from Jens Hamisch.
29781      Branch: maint-5.6/perl
29782           !> pp.c
29783 ____________________________________________________________________________
29784 [  8634] By: jhi                                   on 2001/01/31  01:41:16
29785         Log: One spot missing from #8626.
29786      Branch: maint-5.6/perl
29787            ! sv.c
29788 ____________________________________________________________________________
29789 [  8633] By: jhi                                   on 2001/01/31  00:49:17
29790         Log: Integrate change #7495 from mainline.
29791              
29792              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
29793      Branch: maint-5.6/perl
29794           !> MANIFEST ext/re/Makefile.PL
29795 ____________________________________________________________________________
29796 [  8632] By: jhi                                   on 2001/01/30  23:38:49
29797         Log: Integrate change #8396 from mainline.
29798              
29799              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
29800              better multicast support (resend)
29801      Branch: maint-5.6/perl
29802           !> ext/Socket/Socket.pm
29803 ____________________________________________________________________________
29804 [  8631] By: jhi                                   on 2001/01/30  23:28:03
29805         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
29806              
29807              More AIX lore. (7514, ext/re/hints/aix.pl)
29808              
29809              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
29810              
29811              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)
29812              
29813              Subject: [ID 20001214.002] Net::Ping patch
29814              
29815              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
29816              
29817              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
29818              
29819              Add ReuseAddr as a (preferred) alias for Reuse as we now
29820              also have ReusePort.
29821              
29822              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
29823      Branch: maint-5.6/perl
29824           +> ext/re/hints/aix.pl
29825           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
29826           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
29827 ____________________________________________________________________________
29828 [  8630] By: jhi                                   on 2001/01/30  23:03:59
29829         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
29830              
29831              read() documentation tweak for 20001121.004.
29832              
29833              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
29834      Branch: maint-5.6/perl
29835           !> pod/perlfunc.pod pod/perlre.pod
29836 ____________________________________________________________________________
29837 [  8629] By: jhi                                   on 2001/01/30  22:41:57
29838         Log: Integrate change #8098 from mainline.
29839              
29840              fastgetcwd is defined using a glob alias on a $^O dependent basis
29841              and there was no default assignment or perl subroutine.
29842      Branch: maint-5.6/perl
29843           !> lib/Cwd.pm
29844 ____________________________________________________________________________
29845 [  8628] By: jhi                                   on 2001/01/30  21:58:52
29846         Log: Integrate change #7866 from mainline.
29847              
29848              File::Temp 0.11.
29849      Branch: maint-5.6/perl
29850           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
29851 ____________________________________________________________________________
29852 [  8627] By: jhi                                   on 2001/01/30  21:39:44
29853         Log: Integrate changes #8075,8086,8228 from mainline.  
29854              
29855              Darwin is not Windows. (8075,8086)
29856              
29857              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
29858      Branch: maint-5.6/perl
29859           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
29860           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
29861           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
29862           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
29863 ____________________________________________________________________________
29864 [  8626] By: jhi                                   on 2001/01/30  21:22:11
29865         Log: Integrate with tweakery the change #8625 from mainline,
29866              the multibyte decimal separator fix ("fa_IR locale failure").
29867      Branch: maint-5.6/perl
29868            ! embedvar.h perlapi.h
29869           !> intrpvar.h perl.c perl.h sv.c util.c
29870 ____________________________________________________________________________
29871 [  8625] By: jhi                                   on 2001/01/30  20:26:33
29872         Log: Fix for the fa_IR locale failure.  The reason for the failure
29873              was that Perl was assuming the decimal separator aka the radix
29874              separator is one character.  The Farsi-Iranian locale crushed
29875              that bad assumption since there the separator is 'Momayyez',
29876              glyphwise looking somewhat like a slash, and in Unicode UTF-8
29877              encoded in two bytes, 0xd9 0xab.
29878      Branch: perl
29879            ! intrpvar.h perl.c perl.h sv.c util.c
29880 ____________________________________________________________________________
29881 [  8624] By: gsar                                  on 2001/01/30  20:17:03
29882         Log: regen_headers
29883      Branch: maint-5.6/perl
29884            ! Makefile.SH pod/perlintern.pod
29885 ____________________________________________________________________________
29886 [  8623] By: gsar                                  on 2001/01/30  19:42:34
29887         Log: backout change#7431 and its dependents (causes spurious rebuilds
29888              of autogenerated files)
29889              
29890              fix benign b.t failure
29891      Branch: maint-5.6/perl
29892            ! Makefile.SH t/lib/b.t
29893 ____________________________________________________________________________
29894 [  8622] By: jhi                                   on 2001/01/30  19:41:41
29895         Log: Microperl sync.
29896      Branch: perl
29897            ! mg.c perl.h
29898 ____________________________________________________________________________
29899 [  8621] By: gsar                                  on 2001/01/30  19:24:47
29900         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
29901              from mainline
29902              
29903              Subject: podlators 1.06 released
29904              
29905              Subject: [PATCH @8436] Eliminate op_children
29906              
29907              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
29908              
29909              (Replaced by #8448)  More op_children traces (cleanup of #8442).
29910              
29911              Subject: [PATCH #3 @8436] Re: Eliminate op_children
29912              Replace #8444 and #8445.
29913              
29914              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
29915              at the setting of the ofs_sv in new_struct_thread() as the
29916              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
29917              uninitialized fields are, uh, initialized with),
29918              SvREFCNT_inc()ing that invited a core dump.
29919              
29920              podlators 1.07, from Russ Allbery.
29921              
29922              Subject: [PATCH] regcomp.c old feature removal
29923              From: mjd@plover.com
29924              Date: 16 Jan 2001 14:43:18 -0000 
29925              Message-ID: <20010116144318.7140.qmail@plover.com> 
29926      Branch: maint-5.6/perl
29927           +> lib/Pod/Text/Overstrike.pm
29928           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
29929           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
29930           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
29931           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
29932           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
29933           !> util.c
29934 ____________________________________________________________________________
29935 [  8620] By: gsar                                  on 2001/01/30  18:48:32
29936         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
29937              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
29938              now fails one test)
29939              
29940              Subject: [PATCH] lvalue AUTOLOAD. No, really.
29941              
29942              Subject: [PATCH] Interesting syntax idea
29943              Make opens + bareword assigns do typeglob assigns.
29944              
29945              Tests for #8254.
29946              
29947              Subject: [PATCH @8269] Continue blocks and B::Deparse
29948              Make the peephole optimizer to bypass more null ops and
29949              and rewrite the deparse handling of continue blocks.
29950              
29951              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
29952              Doc tweak on #8313.
29953              
29954              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
29955              
29956              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
29957              
29958              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
29959              
29960              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
29961              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
29962              according to the platform.
29963              
29964              Subject: [PATCH @8404] Consolidated lvalue sub changes
29965              
29966              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
29967              
29968              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
29969              
29970              Subject: B::Concise -- an improved replacement for B::Terse 
29971              
29972              The B::Terse drop-in replacement wasn't quite drop-in.
29973              
29974              The LVRET macro needed an aTHX.
29975              
29976              Use the /^Perl_/-less form of is_lvalue_sub().
29977              
29978              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
29979      Branch: maint-5.6/perl
29980           +> ext/B/B/Concise.pm
29981           !> (integrate 27 files)
29982 ____________________________________________________________________________
29983 [  8619] By: nick                                  on 2001/01/30  18:40:28
29984         Log: Integrate mainline
29985      Branch: perlio
29986           !> (integrate 40 files)
29987 ____________________________________________________________________________
29988 [  8618] By: jhi                                   on 2001/01/30  18:37:18
29989         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
29990              Date: Mon, 29 Jan 2001 22:51:29 -0600
29991              From: "Craig A. Berry" <craigberry@mac.com>
29992              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
29993      Branch: perl
29994            ! vms/test.com
29995 ____________________________________________________________________________
29996 [  8617] By: jhi                                   on 2001/01/30  18:34:53
29997         Log: Subject: [PATCH] Add missing CV flags to dump.c
29998              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29999              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
30000              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
30001      Branch: perl
30002            ! dump.c
30003 ____________________________________________________________________________
30004 [  8616] By: jhi                                   on 2001/01/30  18:20:58
30005         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
30006              part isn't applicable to maintperl.
30007              
30008              UTF-8 nit from Inaba Hiroto.
30009      Branch: maint-5.6/perl
30010           !> pod/perlapi.pod utf8.c
30011 ____________________________________________________________________________
30012 [  8615] By: jhi                                   on 2001/01/30  18:18:51
30013         Log: UTF-8 nit from Inaba Hiroto.
30014      Branch: perl
30015            ! pod/perlapi.pod t/op/each.t utf8.c
30016 ____________________________________________________________________________
30017 [  8614] By: jhi                                   on 2001/01/30  18:13:38
30018         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
30019              
30020              perl's internal variables are not for public consumption,
30021              move their docs from perlapi.pod to perlintern.pod
30022              
30023              support for -Dusethreads build under HP-UX 10.20 and DCE threads
30024              library (11.0 and later have pthreads but 10.x don't)
30025              
30026              avoid uninitialized value warnings
30027              
30028              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
30029              gets weird results)
30030              
30031              perldoc nit on windows
30032              
30033              make it possible to run the tests outside the source tree
30034              (there's still a dependency on ../lib being the library
30035              location)
30036      Branch: perl
30037           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
30038           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
30039           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
30040           !> win32/bin/search.pl win32/vdir.h
30041 ____________________________________________________________________________
30042 [  8613] By: gsar                                  on 2001/01/30  16:39:59
30043         Log: make it possible to run the tests outside the source tree
30044              (there's still a dependency on ../lib being the library
30045              location)
30046      Branch: maint-5.6/perl
30047            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
30048 ____________________________________________________________________________
30049 [  8612] By: gsar                                  on 2001/01/30  16:31:12
30050         Log: perldoc nit on windows
30051      Branch: maint-5.6/perl
30052            ! utils/perldoc.PL
30053 ____________________________________________________________________________
30054 [  8611] By: gsar                                  on 2001/01/30  16:22:54
30055         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
30056              gets weird results)
30057      Branch: maint-5.6/perl
30058            ! win32/vdir.h
30059 ____________________________________________________________________________
30060 [  8610] By: gsar                                  on 2001/01/30  16:12:45
30061         Log: avoid uninitialized value warnings
30062      Branch: maint-5.6/perl
30063            ! win32/bin/search.pl
30064 ____________________________________________________________________________
30065 [  8609] By: gsar                                  on 2001/01/30  16:08:01
30066         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
30067              library (11.0 and later have pthreads but 10.x don't)
30068      Branch: maint-5.6/perl
30069            ! hints/hpux.sh thread.h
30070 ____________________________________________________________________________
30071 [  8608] By: gsar                                  on 2001/01/30  15:48:55
30072         Log: perl's internal variables are not for public consumption,
30073              move their docs from perlapi.pod to perlintern.pod
30074      Branch: maint-5.6/perl
30075            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
30076            ! thrdvar.h
30077 ____________________________________________________________________________
30078 [  8607] By: gsar                                  on 2001/01/30  15:44:27
30079         Log: mistakenly branched perl56delta.pod, revert
30080      Branch: maint-5.6/perl
30081            - pod/perl56delta.pod
30082           !> pod/perldelta.pod
30083 ____________________________________________________________________________
30084 [  8606] By: gsar                                  on 2001/01/30  14:20:24
30085         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
30086              dTHR which has been a noop for a while now, except for the
30087              compatibility definition in thread.h)
30088      Branch: maint-5.6/perl
30089           !> (integrate 45 files)
30090 ____________________________________________________________________________
30091 [  8605] By: jhi                                   on 2001/01/30  05:43:58
30092         Log: Mark the UTF-8 APIs as experimental.
30093      Branch: maint-5.6/perl
30094            ! embed.pl pod/perlapi.pod
30095 ____________________________________________________________________________
30096 [  8604] By: jhi                                   on 2001/01/30  05:38:40
30097         Log: Nits from earlier integrates.
30098      Branch: maint-5.6/perl
30099            ! lib/Carp/Heavy.pm
30100           !> sv.c
30101 ____________________________________________________________________________
30102 [  8603] By: jhi                                   on 2001/01/30  05:27:26
30103         Log: Regenerate Porting files.
30104      Branch: maint-5.6/perl
30105            ! Porting/Glossary Porting/config.sh Porting/config_H
30106 ____________________________________________________________________________
30107 [  8602] By: jhi                                   on 2001/01/30  05:14:59
30108         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
30109              8310,8339,8447,8492,8493,8505,8525: documentation changes.
30110              
30111              Subject: Re: perlfaq style changes
30112              
30113              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
30114              
30115              Subject: [PATCH] docs on NaN
30116              
30117              Subject: [patch] perlfaq7
30118              
30119              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
30120              
30121              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
30122              
30123              Subject: [PATCH] open() example in perlfunc.pod
30124              
30125              Podify README.mpeix (a new version from the web)
30126              
30127              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
30128              
30129              Subject: [PATCH] format and rewording in perlfaq.pod
30130              
30131              Subject: [PATCH] API Variable documentation   
30132              
30133              Memory management calls documentation.
30134              
30135              Subject: [PATCH: perl@8482] README.vms URL updates
30136              
30137              Subject: Minor typos in perlfaq2.pod
30138              
30139              Subject: [PATCH] pod/perlvar.pod
30140      Branch: maint-5.6/perl
30141           +> pod/perl56delta.pod
30142            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30143           !> README.amiga README.epoc README.mpeix README.vms
30144           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
30145           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
30146           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
30147           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
30148           !> pod/perlvar.pod thrdvar.h
30149 ____________________________________________________________________________
30150 [  8601] By: jhi                                   on 2001/01/30  04:38:35
30151         Log: Integrate changes #8036,8096,8253 from mainline:
30152              hints changes.
30153              
30154              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
30155              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
30156              
30157              Output the (apparent) version of gcc in Tru64.
30158      Branch: maint-5.6/perl
30159           +> ext/POSIX/hints/svr4.pl
30160           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
30161           !> hints/svr4.sh t/lib/bigfltpm.t
30162 ____________________________________________________________________________
30163 [  8600] By: jhi                                   on 2001/01/30  04:04:01
30164         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
30165              locale fixes.
30166              
30167              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
30168              
30169              Debian allows /usr/bin/locale to exist without any locales. (7868)
30170              
30171              Allow the locale test needing POSIX and the taint test
30172              needing IPC::SysV to run under 'minitest' (basically,
30173              bail out if loading the extension fails). (8384)
30174              
30175              Cleanup the locale.t output  (8480)
30176      Branch: maint-5.6/perl
30177           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
30178           !> t/pragma/locale.t
30179 ____________________________________________________________________________
30180 [  8599] By: jhi                                   on 2001/01/30  03:51:04
30181         Log: Missing generated files from #8598.
30182      Branch: maint-5.6/perl
30183            ! embed.h global.sym objXSUB.h perlapi.c proto.h
30184 ____________________________________________________________________________
30185 [  8598] By: jhi                                   on 2001/01/30  03:41:54
30186         Log: Integrate change #8555 from mainline, manually integrate parts
30187              of changes 8452 and 8583.
30188              
30189              Subject: [PATCH] utf8.c documentation (8452)
30190              
30191              No point in checking the length if the pointer is bogus. (8555)
30192              
30193              Introduce bytes_from_utf8() and implement sv_eq() using it,
30194              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
30195              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
30196              was malformed. (8583)
30197      Branch: maint-5.6/perl
30198            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
30199           !> pod/perlapi.pod sv.c utf8.c
30200 ____________________________________________________________________________
30201 [  8597] By: gsar                                  on 2001/01/30  02:37:26
30202         Log: get PERL_OBJECT build going again on windows
30203      Branch: maint-5.6/perl
30204            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
30205            ! pod/perlapi.pod proto.h sv.c
30206 ____________________________________________________________________________
30207 [  8596] By: jhi                                   on 2001/01/30  02:16:17
30208         Log: Signedness nit.
30209      Branch: perl
30210            ! sv.c
30211 ____________________________________________________________________________
30212 [  8595] By: jhi                                   on 2001/01/30  02:11:07
30213         Log: EBCDIC patch for Storable, from Peter Prymmer.
30214      Branch: perl
30215            ! t/lib/st-06compat.t
30216 ____________________________________________________________________________
30217 [  8594] By: jhi                                   on 2001/01/30  01:04:48
30218         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
30219              From: Peter Prymmer <pvhp@forte.com>
30220              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
30221              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
30222      Branch: perl
30223            ! t/lib/b.t
30224 ____________________________________________________________________________
30225 [  8593] By: jhi                                   on 2001/01/30  00:56:47
30226         Log: Subject: [PATCH: perl@8585] pod problems in io
30227              From: Peter Prymmer <pvhp@forte.com>
30228              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
30229              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
30230      Branch: perl
30231            ! pod/perlapio.pod pod/perliol.pod
30232 ____________________________________________________________________________
30233 [  8592] By: jhi                                   on 2001/01/30  00:48:20
30234         Log: Integrate perlio.
30235      Branch: perl
30236           !> pod/perlapio.pod pod/perliol.pod
30237 ____________________________________________________________________________
30238 [  8591] By: nick                                  on 2001/01/29  22:02:28
30239         Log: GNU 'merge' Simon's copy of perliol.pod with version
30240              patched by Craig's patch.
30241      Branch: perlio
30242            ! pod/perliol.pod
30243 ____________________________________________________________________________
30244 [  8590] By: nick                                  on 2001/01/29  21:55:10
30245         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
30246      Branch: perlio
30247            ! pod/perlapio.pod pod/perliol.pod
30248 ____________________________________________________________________________
30249 [  8589] By: jhi                                   on 2001/01/29  15:35:33
30250         Log: Integrate change #8586 from maint-5.6/perl.
30251              
30252              make the BOM detection code not call tell() until it has to
30253              (meant to fix esoteric compatibility issues where PL_rsfp
30254              is overridden)
30255      Branch: perl
30256           !> toke.c
30257 ____________________________________________________________________________
30258 [  8588] By: jhi                                   on 2001/01/29  15:29:11
30259         Log: Subject: MAking Solaris malloc() the default
30260              From: Lupe Christoph <lupe@lupe-christoph.de>
30261              Date: Mon, 29 Jan 2001 12:59:36 +0100
30262              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
30263              
30264              The README.solaris part slightly tweaked.
30265      Branch: perl
30266            ! README.solaris hints/solaris_2.sh
30267 ____________________________________________________________________________
30268 [  8587] By: jhi                                   on 2001/01/29  15:17:34
30269         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
30270              From: root@ak-75.mind.de
30271              Date: Sun, 28 Jan 2001 20:32:29 +0100
30272              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
30273      Branch: perl
30274            ! pod/perlre.pod
30275 ____________________________________________________________________________
30276 [  8586] By: gsar                                  on 2001/01/29  13:43:44
30277         Log: make the BOM detection code not call tell() until it has to
30278              (meant to fix esoteric compatibility issues where PL_rsfp
30279              is overridden)
30280      Branch: maint-5.6/perl
30281            ! toke.c
30282 ____________________________________________________________________________
30283 [  8585] By: jhi                                   on 2001/01/28  20:05:45
30284         Log: Update Changes.
30285      Branch: perl
30286            ! Changes patchlevel.h
30287 ____________________________________________________________________________
30288 [  8584] By: jhi                                   on 2001/01/28  19:30:02
30289         Log: Integrate perlio.
30290      Branch: perl
30291           +> pod/perliol.pod
30292           !> MANIFEST pod/perlapio.pod
30293 ____________________________________________________________________________
30294 [  8583] By: jhi                                   on 2001/01/28  19:28:40
30295         Log: Patch from Inaba Hiroto:
30296              - canonical UTF-8 hash keys: if a key string for a hash is
30297              UTF8-on, try downgrade the string and use it if
30298              unicode::distinct is not in effect.
30299              For the task, I added a function bytes_from_utf8() to utf8.c.
30300              It might resemble utf8_to_bytes() but it is not convenient
30301              to the task.
30302              Made a test for it and added to t/op/each.t
30303              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
30304              the mortal copy of the argument SV.
30305              And changed t/io/utf8.t test 18 which expects print() to
30306              upgrade its argument.
30307              - re-implement sv_eq with bytes_from_utf8()
30308              - some bug fixes
30309              - tr/// does not handle UTF8 range (\x{}-\x{})
30310              - \ before raw UTF8 character produced
30311              "Malformed UTF-8 character" warning.
30312              - "\x{100}\N{CENT SIGN}" is Malformed.
30313              Added tests for these 3.
30314              - and one silly bug (by me) with qu operator.
30315      Branch: perl
30316            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
30317            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
30318            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
30319 ____________________________________________________________________________
30320 [  8582] By: nick                                  on 2001/01/28  19:25:04
30321         Log: Add pod/perliol.pod to MANIFEST :-(
30322      Branch: perlio
30323            ! MANIFEST
30324 ____________________________________________________________________________
30325 [  8581] By: nick                                  on 2001/01/28  19:22:40
30326         Log: PerlIO documentation. Proofing and sub-editing requested.
30327      Branch: perlio
30328            + pod/perliol.pod
30329            ! pod/perlapio.pod
30330 ____________________________________________________________________________
30331 [  8580] By: jhi                                   on 2001/01/28  05:16:25
30332         Log: Revert the change to sv_2pv() done by #8054: Someone who
30333              did SvNV_set() on a scalar that also happened to be POK,
30334              followed by sv_2pv() won't get the right coercion anymore.
30335              [Sarathy]
30336      Branch: maint-5.6/perl
30337            ! sv.c
30338 ____________________________________________________________________________
30339 [  8579] By: jhi                                   on 2001/01/28  05:15:04
30340         Log: Remove the #8084 effect: do not allow -Q to be interpreted
30341              as -&Q(), this is too much wiggle room.
30342      Branch: maint-5.6/perl
30343            ! toke.c
30344 ____________________________________________________________________________
30345 [  8578] By: jhi                                   on 2001/01/28  05:12:45
30346         Log: Needed bits of #8439 (should have been in #8576),
30347              mainly for lval substr().
30348      Branch: maint-5.6/perl
30349            ! mg.c pp.c pp_hot.c
30350 ____________________________________________________________________________
30351 [  8577] By: jhi                                   on 2001/01/28  05:02:46
30352         Log: A missing check-in.
30353      Branch: maint-5.6/perl
30354            ! utf8.c
30355 ____________________________________________________________________________
30356 [  8576] By: jhi                                   on 2001/01/28  04:26:18
30357         Log: Integrate changes #8425,8436,8439,8517 from mainline.
30358              The 8439 was not truly integrated because it had too many
30359              dependencies on the development branch and because it introduced
30360              concepts too bold for a maintenance branch (such as the qu operator).
30361              
30362              Subject: [PATCH perl@8342] -Wformat
30363              
30364              Tighten some of the UTF-8 tests a bit.
30365              
30366              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
30367              - The substr lval was still not okay.
30368              - Now pp_stringify and sv_setsv copies source's UTF8 flag
30369              even if IN_BYTE.  pp_stringify is called from fold_constants
30370              at optimization phase and "\x{100}" was made SvUTF8_off under
30371              use bytes (the bytes pragma is for "byte semantics" and not
30372              for "do not produce UTF8 data")
30373      Branch: maint-5.6/perl
30374            ! t/lib/charnames.t t/op/substr.t toke.c
30375           !> sv.c t/pragma/utf8.t
30376 ____________________________________________________________________________
30377 [  8575] By: jhi                                   on 2001/01/28  04:01:51
30378         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
30379              
30380              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
30381              
30382              Subject: [ID 20001230.003] UTF-8 tr still hurts
30383              
30384              Test cases for #8385 (from Simon's "torture.pl")
30385              
30386              Start fixing UTF-8 lval substr() (8405)
30387      Branch: maint-5.6/perl
30388           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
30389           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
30390 ____________________________________________________________________________
30391 [  8574] By: jhi                                   on 2001/01/28  03:09:06
30392         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
30393              from mainline.
30394              
30395              UTF-8 cleanup.
30396              
30397              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
30398              
30399              "\x{FF}\xFF" was broken.
30400              
30401              Tests for #8329 and #8330.
30402              
30403              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
30404              
30405              IRIX compiler noticed that the bof initialization might be
30406              bypassed by control flow.
30407              
30408              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
30409      Branch: maint-5.6/perl
30410           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
30411           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
30412 ____________________________________________________________________________
30413 [  8573] By: jhi                                   on 2001/01/28  02:06:12
30414         Log: Retract #8552.
30415      Branch: perl
30416            ! lib/Text/Wrap.pm t/lib/textwrap.t
30417 ____________________________________________________________________________
30418 [  8572] By: jhi                                   on 2001/01/28  02:04:49
30419         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
30420              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
30421              not really integrated but instead salvaged by hand
30422              (they had too many dependencies on the development release
30423              to be cleanly integratable).
30424              
30425              Subject: more UTF8 test suites and an UTF8 patch
30426              
30427              Tweak for MULTIPLICITY/USE_PERLIO
30428              
30429              Signedness nit.
30430              
30431              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
30432              
30433              Use the UTF8_XXX macros in is_utf8_char().
30434              
30435              Rewrite pp_concat() in terms of sv_catsv().  The . operator
30436              should now be UTF-8-proof.
30437              
30438              Subject: [PATCH perl@8269] scanning two hex-constants
30439              fails on EBCDIC environment (script length.t)
30440              
30441              Add some Unicode chop() tests.
30442      Branch: maint-5.6/perl
30443            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
30444           !> sv.c t/op/chop.t utf8.h
30445 ____________________________________________________________________________
30446 [  8571] By: jhi                                   on 2001/01/28  00:35:59
30447         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
30448              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
30449              
30450              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
30451              
30452              The maxiters upper limit sanity check (guarding against
30453              non-progress) assumed bytes instead of characters in s///
30454              and split().
30455              
30456              Signedness nit.
30457              
30458              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
30459              join() should now be UTF-8-proof.
30460              
30461              More split // UTF-8 tests. (8250)
30462      Branch: maint-5.6/perl
30463           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
30464           !> util.c
30465 ____________________________________________________________________________
30466 [  8570] By: jhi                                   on 2001/01/27  22:15:46
30467         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
30468              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
30469              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
30470              8084,8204,8244,8333 from mainline.
30471              
30472              For -Q where Q might be a one-letter sub name one does no more
30473              get a warning about an unknown filetest (7941,7943,7944,8084).
30474              
30475              Subject: Re: [ID 20001130.011] expression parsing bug ?
30476              
30477              Make uv_to_utf8() to zero-terminate its output buffer.
30478              
30479              Split off t/op/length.t (7995)
30480              
30481              Split off t/op/utf8decode.t (7996)
30482              
30483              Remove an unnecessary 'use utf8' from the utf8.t (7998)
30484              
30485              Split off t/op/concat.t (8004)
30486              
30487              Split off t/op/ver.t (8005)
30488              
30489              Document utf8_length(), utf8_distance(), and utf8_hop().
30490              
30491              Document utf8_to_uv() better.
30492              
30493              Introduce macros for UTF8 decoding (8028,8033).
30494              
30495              Add test for reverse() (8030,8031).
30496              
30497              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
30498              
30499              Do not return the Unicode replacement character    on UTF-8
30500              decoding failure.
30501              
30502              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
30503              not this_utf8 i.e. the output string has one, but don't mess
30504              with source assumption. (8052,8053)
30505              
30506              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
30507              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
30508              was not expecting to be called with something that was already
30509              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
30510              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
30511              (8054)
30512              
30513              Recode the naughty binary bytes in utf8decode.t using the \xHH.
30514              
30515              Make some panic messages a bit more logical.
30516      Branch: maint-5.6/perl
30517           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
30518           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
30519           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
30520           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
30521           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
30522           !> utf8.c utf8.h
30523 ____________________________________________________________________________
30524 [  8569] By: jhi                                   on 2001/01/27  19:16:43
30525         Log: Integrate changes #7750 from perlio and #8566 from mainline.
30526      Branch: maint-5.6/perl
30527           !> regexec.c sv.c
30528 ____________________________________________________________________________
30529 [  8568] By: jhi                                   on 2001/01/27  18:06:51
30530         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
30531              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
30532              7935[-perlio.c],7936,7959,7965 from mainline.
30533              
30534              Change the "big byte" error message to "Wide character".
30535              (7355, the croak-if-wide-chars-in-print part ignored)
30536              
30537              Use UINT64_C().
30538              
30539              Introduce Perl_utf8_length().
30540              
30541              diff -se shows these as different (7753, forgotten check-ins)
30542              
30543              Subject: [PATCH] doop.c - UTF8 tr///
30544              
30545              If we use (aTHX_ ...) then put Perl_ on the front.
30546              
30547              Make utf8_length() and utf8_distance() to be less forgiving
30548              about bad UTF-8.
30549              
30550              Test line numbers are different with utf8.
30551              
30552              No need to scan till infinity, 13 is enough. (7872,7911)
30553              
30554              Subject: [PATCH] Tokeniser debugging
30555              
30556              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
30557              
30558              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
30559              
30560              Be more careful in Perl_sv_utf8_downgrade().
30561              
30562              Use DO_UTF8().
30563              
30564              Raw zero bytes in text files confuse at least GNU patch 2.1.
30565      Branch: maint-5.6/perl
30566           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
30567           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
30568           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
30569           !> t/pragma/utf8.t toke.c utf8.c utf8.h
30570 ____________________________________________________________________________
30571 [  8567] By: nick                                  on 2001/01/27  11:10:38
30572         Log: Integrate mainline
30573      Branch: perlio
30574           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
30575           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
30576           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
30577           !> toke.c
30578 ____________________________________________________________________________
30579 [  8566] By: jhi                                   on 2001/01/27  06:22:48
30580         Log: More documentation for the regexp context stack.
30581      Branch: perl
30582            ! regexec.c
30583 ____________________________________________________________________________
30584 [  8565] By: jhi                                   on 2001/01/27  05:21:57
30585         Log: Update Changes.
30586      Branch: perl
30587            ! Changes patchlevel.h
30588 ____________________________________________________________________________
30589 [  8564] By: jhi                                   on 2001/01/27  04:44:04
30590         Log: Threadedness patch for #8562 from Doug MacEachern.
30591      Branch: perl
30592            ! toke.c
30593 ____________________________________________________________________________
30594 [  8563] By: jhi                                   on 2001/01/27  04:26:24
30595         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
30596              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30597              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
30598              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
30599      Branch: perl
30600            ! op.c
30601 ____________________________________________________________________________
30602 [  8562] By: jhi                                   on 2001/01/27  04:20:30
30603         Log: Subject: Re: Announce : Tokener reporting patch
30604              From: Simon Cozens <simon@cozens.net>
30605              Date: Mon, 22 Jan 2001 02:17:22 +0000
30606              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
30607      Branch: perl
30608            ! embed.h embed.pl proto.h toke.c
30609 ____________________________________________________________________________
30610 [  8561] By: jhi                                   on 2001/01/27  04:17:24
30611         Log: Forgot from #8545.  Oops.
30612      Branch: perl
30613            ! pp.c t/pragma/overload.t
30614 ____________________________________________________________________________
30615 [  8560] By: jhi                                   on 2001/01/27  03:01:47
30616         Log: A better module compilation test, use MANIFEST as suggested
30617              by Spider.
30618      Branch: perl
30619            ! t/lib/1_compile.t
30620 ____________________________________________________________________________
30621 [  8559] By: jhi                                   on 2001/01/27  02:50:48
30622         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
30623              From: Peter Prymmer <pvhp@forte.com>
30624              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
30625              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
30626      Branch: perl
30627            ! t/lib/b.t
30628 ____________________________________________________________________________
30629 [  8558] By: jhi                                   on 2001/01/27  02:27:05
30630         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
30631              From: Peter Prymmer <pvhp@forte.com>
30632              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
30633              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
30634      Branch: perl
30635            ! t/pragma/sub_lval.t
30636 ____________________________________________________________________________
30637 [  8557] By: jhi                                   on 2001/01/27  02:26:03
30638         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
30639              From: Peter Prymmer <pvhp@forte.com>
30640              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
30641              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
30642      Branch: perl
30643            ! t/lib/st-06compat.t
30644 ____________________________________________________________________________
30645 [  8556] By: jhi                                   on 2001/01/27  02:24:33
30646         Log: Subject: [PATCH: perl@8531] minor update to README.os390
30647              From: Peter Prymmer <pvhp@forte.com>
30648              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
30649              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
30650      Branch: perl
30651            ! README.os390
30652 ____________________________________________________________________________
30653 [  8555] By: jhi                                   on 2001/01/27  00:35:47
30654         Log: No point in checking the length before we know whether the pointer
30655              is bogus or not, fixes Abigail's odbm failures in Linux.
30656      Branch: perl
30657            ! sv.c
30658 ____________________________________________________________________________
30659 [  8554] By: nick                                  on 2001/01/26  19:01:31
30660         Log: Integrate mainline
30661      Branch: perlio
30662           !> lib/Text/Wrap.pm t/lib/textwrap.t
30663 ____________________________________________________________________________
30664 [  8553] By: jhi                                   on 2001/01/26  15:19:39
30665         Log: Integrate change #7792 from perlio (multiplicity fix),
30666              fix the AV leak in regex DEBUGGING (tiny part of the
30667              polymorphic regexp patch #8143).
30668      Branch: maint-5.6/perl
30669            ! regcomp.c
30670           !> scope.h
30671 ____________________________________________________________________________
30672 [  8552] By: jhi                                   on 2001/01/26  15:03:23
30673         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
30674              From: Michael G Schwern <schwern@pobox.com>
30675              Date: Fri, 26 Jan 2001 09:28:31 -0500
30676              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
30677      Branch: perl
30678            ! lib/Text/Wrap.pm t/lib/textwrap.t
30679 ____________________________________________________________________________
30680 [  8551] By: jhi                                   on 2001/01/26  02:33:19
30681         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
30682              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
30683              
30684              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
30685              
30686              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
30687              
30688              Message nit.
30689              
30690              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
30691              
30692              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
30693              
30694              (the cleanup of unused submatches in regtry() and regcppop())
30695              
30696              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
30697              stored and restored, and thusly was trounced by the utf8 swash
30698              routines.
30699              
30700              use utf8 not required to use \x{}.
30701              
30702              Removed two more tests that make no sense in UTF-8 since the test
30703              data is not in UTF-8.
30704              
30705              Get the three different space character classes right under utf8.
30706              
30707              Implement ANYOFUTF8 regprop() dumping.
30708              
30709              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
30710              
30711              Document the regex context pushing/popping a bit better.
30712      Branch: maint-5.6/perl
30713           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
30714           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
30715           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
30716           !> t/op/regmesg.t utf8.c
30717 ____________________________________________________________________________
30718 [  8550] By: nick                                  on 2001/01/25  19:42:30
30719         Log: Integrate mainline
30720      Branch: perlio
30721           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
30722           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
30723           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
30724           !> t/lib/bigint.t t/lib/bigintpm.t
30725 ____________________________________________________________________________
30726 [  8549] By: jhi                                   on 2001/01/25  15:22:28
30727         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
30728      Branch: maint-5.6/perl
30729            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
30730 ____________________________________________________________________________
30731 [  8548] By: jhi                                   on 2001/01/25  15:02:55
30732         Log: Integrate changes #7997,8063,8492,8547 from mainline.
30733              
30734              Subject: Re: STRLEN - what?
30735              
30736              Subject: [PATCH] perlguts.pod
30737              
30738              Memory management calls documentation.
30739              
30740              Layout using tabulator is not a good idea in a pod.
30741      Branch: maint-5.6/perl
30742           !> pod/perlguts.pod
30743 ____________________________________________________________________________
30744 [  8547] By: jhi                                   on 2001/01/25  14:49:05
30745         Log: Layout using tabulator is not a good idea in a pod.
30746      Branch: perl
30747            ! pod/perlguts.pod
30748 ____________________________________________________________________________
30749 [  8546] By: jhi                                   on 2001/01/25  14:31:12
30750         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
30751              from mainline.
30752              
30753              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
30754              
30755              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
30756              
30757              More Win32 editor/IDE/shell hints.
30758              
30759              More Win32 Perling.
30760              
30761              Yet another editor edit.
30762              
30763              Edit edit edit.
30764              
30765              IDE/editor section tweaking.
30766              
30767              Few more IDE/editor nits from p5p.
30768      Branch: maint-5.6/perl
30769           !> pod/perlfaq3.pod
30770 ____________________________________________________________________________
30771 [  8545] By: jhi                                   on 2001/01/25  04:16:32
30772         Log: Subject: [PATCH 5.7.0] overload int()
30773              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30774              Date: Wed, 24 Jan 2001 19:06:57 -0500
30775              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
30776      Branch: perl
30777            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
30778            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
30779            ! t/lib/bigintpm.t
30780 ____________________________________________________________________________
30781 [  8544] By: jhi                                   on 2001/01/25  04:15:11
30782         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
30783              From: Peter Prymmer <pvhp@forte.com>
30784              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
30785              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
30786      Branch: perl
30787            ! Makefile.SH README.os390 hints/os390.sh installperl
30788 ____________________________________________________________________________
30789 [  8543] By: jhi                                   on 2001/01/25  03:52:08
30790         Log: Integrate change #8462,8469 from mainline.
30791              
30792              In VMS Perl subversion (perl -V) is undef.
30793      Branch: maint-5.6/perl
30794           !> configure.com
30795 ____________________________________________________________________________
30796 [  8542] By: jhi                                   on 2001/01/25  03:44:55
30797         Log: Integrate changes #7835,7850,8315,8316 from mainline.
30798              
30799              Solaris hints.
30800      Branch: maint-5.6/perl
30801           !> hints/solaris_2.sh
30802 ____________________________________________________________________________
30803 [  8541] By: jhi                                   on 2001/01/25  03:39:28
30804         Log: Integrate #8336 from mainline.
30805      Branch: maint-5.6/perl
30806           !> hv.c
30807 ____________________________________________________________________________
30808 [  8540] By: jhi                                   on 2001/01/25  03:23:50
30809         Log: Retract #8539.
30810      Branch: maint-5.6/perl
30811            ! pod/perlfaq3.pod
30812 ____________________________________________________________________________
30813 [  8539] By: jhi                                   on 2001/01/25  03:21:55
30814         Log: (Retracted by #5940.)
30815      Branch: maint-5.6/perl
30816            ! pod/perlfaq3.pod
30817 ____________________________________________________________________________
30818 [  8538] By: jhi                                   on 2001/01/25  03:14:07
30819         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
30820              From: Peter Prymmer <pvhp@forte.com>
30821              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
30822              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
30823              
30824              The VMS bits.
30825      Branch: maint-5.6/perl
30826            ! configure.com vms/descrip_mms.template
30827 ____________________________________________________________________________
30828 [  8537] By: jhi                                   on 2001/01/25  03:06:09
30829         Log: Integrate #7710,7824,7973 from mainline.
30830      Branch: maint-5.6/perl
30831           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
30832           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
30833           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
30834           !> vos/config.ga.def vos/config.ga.h win32/config.bc
30835           !> win32/config.gc win32/config.vc
30836 ____________________________________________________________________________
30837 [  8536] By: jhi                                   on 2001/01/24  13:50:20
30838         Log: Revert the edits made by me so far to the 5.6 branch since
30839              the TRIAL1 since I did edits when I should have been using
30840              integrates.  Bad programmer.   (Will integrate them properly later.)
30841              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
30842              The #8353 will not be reapplied at least for now since
30843              the UTF-8 hash keys need more thinking.
30844              (The patches #8347, #8354, #8454, #8473 were okay since they
30845              were original edits made specifically for the 5.6.1-TRIAL1.)
30846      Branch: maint-5.6/perl
30847            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30848            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
30849            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
30850            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
30851            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
30852            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30853            ! win32/config.bc win32/config.gc win32/config.vc
30854 ____________________________________________________________________________
30855 [  8535] By: bailey                                on 2001/01/24  06:37:02
30856         Log: SYN SYN
30857      Branch: vmsperl
30858           +> (branch 26 files)
30859           !> (integrate 130 files)
30860 ____________________________________________________________________________
30861 [  8534] By: nick                                  on 2001/01/23  19:30:57
30862         Log: Integrate mainline.
30863      Branch: perlio
30864           !> Changes Configure Porting/Glossary Porting/config.sh
30865           !> Porting/config_H embed.h embed.pl ext/Encode/compile
30866           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
30867           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
30868           !> pod/perlvar.pod proto.h t/lib/1_compile.t
30869 ____________________________________________________________________________
30870 [  8533] By: jhi                                   on 2001/01/23  16:15:46
30871         Log: Forgotten from #8501.
30872      Branch: perl
30873            ! Porting/Glossary Porting/config.sh Porting/config_H
30874 ____________________________________________________________________________
30875 [  8532] By: jhi                                   on 2001/01/23  16:13:27
30876         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
30877              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30878              Date: Mon, 22 Jan 2001 17:51:58 +0100
30879              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
30880      Branch: perl
30881            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
30882 ____________________________________________________________________________
30883 [  8531] By: jhi                                   on 2001/01/23  15:46:01
30884         Log: Update Changes.
30885      Branch: perl
30886            ! Changes patchlevel.h
30887 ____________________________________________________________________________
30888 [  8530] By: jhi                                   on 2001/01/23  15:38:39
30889         Log: De-cut-and-pasto.
30890      Branch: perl
30891            ! t/lib/1_compile.t
30892 ____________________________________________________________________________
30893 [  8529] By: jhi                                   on 2001/01/23  15:11:04
30894         Log: Document the mkdir trailing slashes case.
30895      Branch: perl
30896            ! pod/perlfunc.pod
30897 ____________________________________________________________________________
30898 [  8528] By: jhi                                   on 2001/01/23  15:08:28
30899         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
30900              get installed:
30901              
30902              Subject: lib/lib.pm
30903              From: <abigail@foad.org>
30904              Date: Mon, 28 Aug 2000 20:35:08 -0400
30905              Message-ID: <20000829003508.21281.qmail@foad.org>
30906      Branch: perl
30907            ! installperl
30908 ____________________________________________________________________________
30909 [  8527] By: jhi                                   on 2001/01/23  14:44:04
30910         Log: Metaconfig unit change for #8526.
30911      Branch: metaconfig
30912            ! U/threads/archname.U
30913 ____________________________________________________________________________
30914 [  8526] By: jhi                                   on 2001/01/23  14:43:19
30915         Log: Attach -perlio to the archname if so selected.
30916      Branch: perl
30917            ! Configure
30918 ____________________________________________________________________________
30919 [  8525] By: jhi                                   on 2001/01/23  14:24:01
30920         Log: Subject: [PATCH] pod/perlvar.pod
30921              From: abigail@foad.org
30922              Date: Tue, 23 Jan 2001 01:41:10 +0100
30923              Message-ID: <20010123004110.22259.qmail@foad.org>
30924      Branch: perl
30925            ! pod/perlvar.pod
30926 ____________________________________________________________________________
30927 [  8524] By: jhi                                   on 2001/01/23  14:22:32
30928         Log: A bug introduced in #8217 (the undefined variable in the
30929              lib/safe1_t #3) fixed, by Charles Lane:
30930              
30931              The earlier patch made it so that stuff running in Safe
30932              compartments could do a "caller" and see "main".  That
30933              little change in name is done right before the code in
30934              the compartment is run, and apparantly the parser
30935              was picking up the stash name before it got changed.
30936              
30937              (why it was threaded vs. unthreaded Perl that was sensitive to this
30938              I still don't know...and it probably doesn't matter).
30939              
30940              I tryed removing the stash name-change and saw that threaded Perl
30941              did indeed pass the lib/safe1.t tests.
30942              
30943              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
30944              do the name change (and to connect _ in the compartment to the global
30945              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
30946              to call _safe_pkg_prep when creating a new compartment.
30947              
30948              Passes all tests with threaded perl on linux; passes all tests
30949              with unthreaded perl on VMS.
30950              
30951              At some point I'll probably want to revisit Safe and Opcode to
30952              provide more sensible handling of global variables...and to get
30953              formats working in Safe compartments, which they don't do currently.
30954      Branch: perl
30955            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
30956 ____________________________________________________________________________
30957 [  8523] By: jhi                                   on 2001/01/23  14:11:58
30958         Log: Also the lib/Thread.pm itself needs to be ignored if
30959              the Thread extension hasn't been built.
30960      Branch: perl
30961            ! t/lib/1_compile.t
30962 ____________________________________________________________________________
30963 [  8522] By: jhi                                   on 2001/01/23  13:51:28
30964         Log: print() instead of warn() so that stderr doesn't get
30965              unncessarily polluted.
30966      Branch: perl
30967            ! ext/Encode/compile
30968 ____________________________________________________________________________
30969 [  8521] By: jhi                                   on 2001/01/23  13:49:48
30970         Log: Integrate perlio.
30971      Branch: perl
30972           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
30973           !> ext/Encode/encode.h
30974 ____________________________________________________________________________
30975 [  8520] By: nick                                  on 2001/01/22  21:44:00
30976         Log: More messing with Encode:
30977              Extra fields in header to allow multiple names and to record
30978              other things "compile" knows.
30979              Re-organise compile to factor out common output routines.
30980      Branch: perlio
30981            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
30982 ____________________________________________________________________________
30983 [  8519] By: nick                                  on 2001/01/22  20:33:50
30984         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
30985      Branch: perlio
30986            ! ext/Encode/Makefile.PL ext/Encode/compile
30987 ____________________________________________________________________________
30988 [  8518] By: nick                                  on 2001/01/22  20:28:13
30989         Log: Integrate mainline
30990      Branch: perlio
30991           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
30992           !> vos/config.alpha.def vos/config.alpha.h
30993 ____________________________________________________________________________
30994 [  8517] By: jhi                                   on 2001/01/22  15:37:17
30995         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
30996              by Inaba Hiroto.
30997      Branch: perl
30998            ! sv.c
30999 ____________________________________________________________________________
31000 [  8516] By: jhi                                   on 2001/01/22  14:55:15
31001         Log: More SIG_SIZE fixes.
31002      Branch: perl
31003            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
31004 ____________________________________________________________________________
31005 [  8515] By: jhi                                   on 2001/01/22  14:50:27
31006         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
31007              From: "Craig A. Berry" <craigberry@mac.com>
31008              Date: Mon, 22 Jan 2001 00:42:24 -0600
31009              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
31010      Branch: perl
31011            ! configure.com
31012 ____________________________________________________________________________
31013 [  8514] By: jhi                                   on 2001/01/22  14:31:17
31014         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
31015              From: "Craig A. Berry" <craigberry@mac.com>
31016              Date: Sun, 21 Jan 2001 23:03:25 -0600
31017              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
31018      Branch: perl
31019            ! configure.com
31020 ____________________________________________________________________________
31021 [  8513] By: jhi                                   on 2001/01/22  14:14:00
31022         Log: Add the .ucm encoding tables to the MANIFEST.
31023      Branch: perl
31024            ! MANIFEST
31025 ____________________________________________________________________________
31026 [  8512] By: jhi                                   on 2001/01/22  13:43:33
31027         Log: Integrate perlio.
31028      Branch: perl
31029           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
31030           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
31031           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
31032           +> ext/Encode/Encode/iso8859-10.ucm
31033           +> ext/Encode/Encode/iso8859-13.ucm
31034           +> ext/Encode/Encode/iso8859-14.ucm
31035           +> ext/Encode/Encode/iso8859-15.ucm
31036           +> ext/Encode/Encode/iso8859-16.ucm
31037           +> ext/Encode/Encode/iso8859-2.ucm
31038           +> ext/Encode/Encode/iso8859-3.ucm
31039           +> ext/Encode/Encode/iso8859-4.ucm
31040           +> ext/Encode/Encode/iso8859-5.ucm
31041           +> ext/Encode/Encode/iso8859-6.ucm
31042           +> ext/Encode/Encode/iso8859-7.ucm
31043           +> ext/Encode/Encode/iso8859-8.ucm
31044           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
31045           +> ext/Encode/Encode/symbol.ucm
31046           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
31047           !> perliol.h
31048 ____________________________________________________________________________
31049 [  8511] By: nick                                  on 2001/01/21  23:44:47
31050         Log: Make "real" layers of ":utf8" and ":raw".
31051              So now PERLIO=utf8 perl ...
31052              does what Andreas wanted.
31053              Fix arg passing in open.pm (still have a Carp issue).
31054      Branch: perlio
31055            ! lib/open.pm perlio.c perliol.h
31056 ____________________________________________________________________________
31057 [  8510] By: jhi                                   on 2001/01/21  22:56:53
31058         Log: Document the regex context pushing/popping a bit better.
31059      Branch: perl
31060            ! regexec.c
31061 ____________________________________________________________________________
31062 [  8509] By: jhi                                   on 2001/01/21  22:55:44
31063         Log: Tweak the mkdir trailing slash code some more.
31064              
31065              TO DO: the same handling should probably be done for
31066              all the other filesystem functions that can have directories
31067              as their arguments.
31068      Branch: perl
31069            ! pp_sys.c
31070 ____________________________________________________________________________
31071 [  8508] By: nick                                  on 2001/01/21  21:37:43
31072         Log: Switch "compiled in" encodings to .ucm format.
31073              (Leave others as .enc till we can run-time load .ucm,
31074              or find some other way to load them.)
31075      Branch: perlio
31076            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
31077            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
31078            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
31079            + ext/Encode/Encode/iso8859-10.ucm
31080            + ext/Encode/Encode/iso8859-13.ucm
31081            + ext/Encode/Encode/iso8859-14.ucm
31082            + ext/Encode/Encode/iso8859-15.ucm
31083            + ext/Encode/Encode/iso8859-16.ucm
31084            + ext/Encode/Encode/iso8859-2.ucm
31085            + ext/Encode/Encode/iso8859-3.ucm
31086            + ext/Encode/Encode/iso8859-4.ucm
31087            + ext/Encode/Encode/iso8859-5.ucm
31088            + ext/Encode/Encode/iso8859-6.ucm
31089            + ext/Encode/Encode/iso8859-7.ucm
31090            + ext/Encode/Encode/iso8859-8.ucm
31091            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
31092            + ext/Encode/Encode/symbol.ucm
31093            ! ext/Encode/Makefile.PL ext/Encode/compile
31094 ____________________________________________________________________________
31095 [  8507] By: nick                                  on 2001/01/21  21:02:03
31096         Log: Integrate (partial) mainline.
31097      Branch: perlio
31098           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
31099           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
31100           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31101 ____________________________________________________________________________
31102 [  8506] By: jhi                                   on 2001/01/21  20:09:30
31103         Log: Update Changes.
31104      Branch: perl
31105            ! Changes patchlevel.h
31106 ____________________________________________________________________________
31107 [  8505] By: jhi                                   on 2001/01/21  19:39:59
31108         Log: Subject: Minor typos in perlfaq2.pod
31109              From: "Stephen P. Potter" <spp@spotter.yi.org>
31110              Message-Id: <200101192101.QAA11911@spotter.yi.org>
31111              Date: Fri, 19 Jan 2001 16:01:13 -0500
31112              
31113              with a nit from Philip Netwon.
31114      Branch: perl
31115            ! pod/perlfaq2.pod
31116 ____________________________________________________________________________
31117 [  8504] By: jhi                                   on 2001/01/21  19:33:05
31118         Log: Metaconfig change for #8503.
31119      Branch: metaconfig
31120            ! U/threads/usethreads.U
31121 ____________________________________________________________________________
31122 [  8503] By: jhi                                   on 2001/01/21  19:32:21
31123         Log: Sanity check for conflicting thread flavours.
31124      Branch: perl
31125            ! Configure config_h.SH
31126 ____________________________________________________________________________
31127 [  8502] By: jhi                                   on 2001/01/21  19:23:00
31128         Log: Metaconfig change for #8501.
31129      Branch: metaconfig
31130            ! U/modified/sig_name.U
31131 ____________________________________________________________________________
31132 [  8501] By: jhi                                   on 2001/01/21  19:22:26
31133         Log: The SIG_SIZE is the number of the elements *excluding*
31134              the terminating NULL.
31135      Branch: perl
31136            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
31137            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
31138            ! win32/config_H.vc
31139 ____________________________________________________________________________
31140 [  8500] By: jhi                                   on 2001/01/21  18:31:31
31141         Log: Integrate perlio.
31142      Branch: perl
31143           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
31144           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
31145           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
31146           !> pp_sys.c proto.h sv.c
31147 ____________________________________________________________________________
31148 [  8499] By: jhi                                   on 2001/01/21  17:43:57
31149         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
31150              From: Hugo <hv@crypt.compulink.co.uk>
31151              Date: Sun, 21 Jan 2001 13:34:05 +0000
31152              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
31153              
31154              In sprintf UTF8ize only if necessary.
31155      Branch: perl
31156            ! sv.c
31157 ____________________________________________________________________________
31158 [  8498] By: nick                                  on 2001/01/21  16:25:32
31159         Log: Encode cleanup.
31160              Add command line control over "compile" so that Makefile.PL
31161              needs can be combined with other uses.
31162              Use command line options in Makefile.PL.
31163              Fix multi-byte parsing in .ucm files.
31164      Branch: perlio
31165            ! ext/Encode/Makefile.PL ext/Encode/compile
31166 ____________________________________________________________________________
31167 [  8497] By: nick                                  on 2001/01/21  12:56:27
31168         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
31169      Branch: perlio
31170            ! ext/Encode/Encode.xs
31171 ____________________________________________________________________________
31172 [  8496] By: nick                                  on 2001/01/21  12:18:45
31173         Log: Fixup after integrate:
31174              missed the .sym files that are changed by regen_headers
31175              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
31176      Branch: perlio
31177            ! global.sym pp.sym sv.c
31178 ____________________________________________________________________________
31179 [  8495] By: nick                                  on 2001/01/21  11:51:07
31180         Log: Integrate mainline.
31181      Branch: perlio
31182           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
31183           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
31184           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
31185           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
31186           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
31187           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
31188           !> win32/Makefile win32/makefile.mk
31189 ____________________________________________________________________________
31190 [  8494] By: jhi                                   on 2001/01/20  23:12:11
31191         Log: Forgot the expect_number() prototype.
31192      Branch: perl
31193            ! embed.h embed.pl proto.h
31194 ____________________________________________________________________________
31195 [  8493] By: jhi                                   on 2001/01/20  22:56:39
31196         Log: Subject: [PATCH: perl@8482] README.vms URL updates
31197              From: Peter Prymmer <pvhp@forte.com>
31198              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
31199              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
31200              
31201              Plus Craig A. Berry's suggestion to use compaq.com instead
31202              of digital.com.
31203      Branch: perl
31204            ! README.vms
31205 ____________________________________________________________________________
31206 [  8492] By: jhi                                   on 2001/01/20  22:50:05
31207         Log: Memory management calls documentation.
31208      Branch: perl
31209            ! pod/perlguts.pod
31210 ____________________________________________________________________________
31211 [  8491] By: jhi                                   on 2001/01/20  22:38:33
31212         Log: Signedness nit plus few memcpy/Copy nits.
31213      Branch: perl
31214            ! sv.c
31215 ____________________________________________________________________________
31216 [  8490] By: jhi                                   on 2001/01/20  22:25:53
31217         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
31218              From: Peter Prymmer <pvhp@forte.com>
31219              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
31220              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
31221      Branch: perl
31222            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
31223 ____________________________________________________________________________
31224 [  8489] By: jhi                                   on 2001/01/20  22:24:41
31225         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
31226              From: Peter Prymmer <pvhp@forte.com>
31227              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
31228              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
31229      Branch: perl
31230            ! win32/Makefile win32/makefile.mk
31231 ____________________________________________________________________________
31232 [  8488] By: jhi                                   on 2001/01/20  22:22:27
31233         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
31234              From: Peter Prymmer <pvhp@forte.com>
31235              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
31236              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
31237      Branch: perl
31238            ! Makefile.SH
31239 ____________________________________________________________________________
31240 [  8487] By: jhi                                   on 2001/01/20  22:21:18
31241         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
31242              From: Peter Prymmer <pvhp@forte.com>
31243              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
31244              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
31245      Branch: perl
31246            + ext/DynaLoader/dl_dllload.xs
31247            ! MANIFEST Makefile.SH hints/os390.sh
31248 ____________________________________________________________________________
31249 [  8486] By: jhi                                   on 2001/01/20  22:17:53
31250         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
31251              From: Peter Prymmer <pvhp@forte.com>
31252              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
31253              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
31254      Branch: perl
31255            ! README.os390 README.posix-bc
31256 ____________________________________________________________________________
31257 [  8485] By: jhi                                   on 2001/01/20  20:15:30
31258         Log: Document and test the new qu operator.
31259      Branch: perl
31260            + t/op/qu.t
31261            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
31262            ! pod/perlretut.pod pod/perlunicode.pod
31263 ____________________________________________________________________________
31264 [  8484] By: nick                                  on 2001/01/20  19:42:30
31265         Log: Infrastructure to allow:
31266              open($fh,"|-",@array);
31267              to be implemented
31268              i.e. mark pp_open as needing a stack mark, and make pp_open
31269              process its args in that style (and pass them _all_ to tied handles OPEN).
31270              Invent do_openn() which takes SV ** at allow it to see multiple args.
31271              Note this does not _do_ anything yet.
31272      Branch: perlio
31273            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
31274            ! perlapi.c pp_proto.h pp_sys.c proto.h
31275 ____________________________________________________________________________
31276 [  8483] By: nick                                  on 2001/01/20  17:23:14
31277         Log: Integrate mainline.
31278      Branch: perlio
31279           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
31280           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
31281 ____________________________________________________________________________
31282 [  8482] By: jhi                                   on 2001/01/19  15:37:49
31283         Log: Update Changes.
31284      Branch: perl
31285            ! Changes patchlevel.h
31286 ____________________________________________________________________________
31287 [  8481] By: jhi                                   on 2001/01/19  14:41:24
31288         Log: Subject: Re: new feature: s?printf parameter reordering 
31289              From: Hugo <hv@crypt.compulink.co.uk>
31290              Date: Thu, 11 Jan 2001 17:09:03 +0000
31291              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
31292              
31293              - support reordering for all parameters: %, *v, *, .*
31294              - lay down that the reordering specification must immediately
31295              follow that parameter: %3$, *v3$, *3$, .*3$
31296              - fix vectorisation of a zero-length string
31297              - factor out the code choosing the argument to format
31298              
31299              Possibly unwanted side-effects:
31300              - the special format specifiers ' +-0' must now precede any
31301              vectorisation specifier. Tests in op/sprintf and op/ver
31302              have been changed to reflect this.
31303              - sprintf.t test #214 changed its expectations because in many
31304              cases, the next parameter has already been consumed when an
31305              invalid type letter is detected.
31306              
31307              Probably wanted side-effects:
31308              - attempts to format a non-existent parameter will warn as if C<undef>
31309              - attempt to write to non-existent parameter with '%n' will complain
31310              of "attempt to modify read-only value" instead of being silent
31311      Branch: perl
31312            ! sv.c t/op/sprintf.t t/op/ver.t
31313 ____________________________________________________________________________
31314 [  8480] By: jhi                                   on 2001/01/19  14:08:37
31315         Log: Subject: PATCH pragma/locale.t
31316              From: andreas.koenig@anima.de (Andreas J. Koenig)
31317              Date: 18 Jan 2001 09:45:37 +0100
31318              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
31319      Branch: perl
31320            ! t/pragma/locale.t
31321 ____________________________________________________________________________
31322 [  8479] By: jhi                                   on 2001/01/19  13:19:58
31323         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
31324      Branch: perl
31325            ! configure.com
31326 ____________________________________________________________________________
31327 [  8478] By: jhi                                   on 2001/01/19  02:12:35
31328         Log: Automate 1_compile.t.
31329      Branch: perl
31330            ! t/lib/1_compile.t
31331 ____________________________________________________________________________
31332 [  8477] By: jhi                                   on 2001/01/19  01:49:56
31333         Log: Integrate perlio.
31334      Branch: perl
31335           !> sv.c win32/config.bc win32/config.gc win32/config.vc
31336           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31337 ____________________________________________________________________________
31338 [  8476] By: nick                                  on 2001/01/18  21:51:52
31339         Log: Integrate mainline
31340      Branch: perlio
31341           +> t/lib/1_compile.t t/lib/compmod.pl
31342           !> MANIFEST configure.com lib/unicode/distinct.pm
31343 ____________________________________________________________________________
31344 [  8475] By: nick                                  on 2001/01/18  21:48:02
31345         Log: Win32 "safe signals" co-existance fix.
31346              Fix SIG_SIZE value.
31347              Clear PL_sig_pending when cloning (fork).
31348      Branch: perlio
31349            ! sv.c win32/config.bc win32/config.gc win32/config.vc
31350            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31351 ____________________________________________________________________________
31352 [  8474] By: jhi                                   on 2001/01/18  14:40:57
31353         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
31354      Branch: perl
31355            ! t/lib/1_compile.t
31356 ____________________________________________________________________________
31357 [  8473] By: gsar                                  on 2001/01/18  11:42:31
31358         Log: unsubmitted trial1 change
31359      Branch: maint-5.6/perl
31360            ! Changes
31361 ____________________________________________________________________________
31362 [  8472] By: jhi                                   on 2001/01/18  04:30:24
31363         Log: The first bug found by 1_compile.t.
31364      Branch: perl
31365            ! lib/unicode/distinct.pm
31366 ____________________________________________________________________________
31367 [  8471] By: jhi                                   on 2001/01/18  04:29:42
31368         Log: Add Schwern's 1_compile test.  The compile_module script renamed
31369              to be a bit shorter for the 8.3 people.
31370      Branch: perl
31371            + t/lib/1_compile.t t/lib/compmod.pl
31372            ! MANIFEST
31373 ____________________________________________________________________________
31374 [  8470] By: jhi                                   on 2001/01/18  04:16:00
31375         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)
31376              From: Peter Prymmer <pvhp@forte.com>
31377              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
31378              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
31379              Replace #8463.
31380      Branch: maint-5.6/perl
31381            ! configure.com
31382 ____________________________________________________________________________
31383 [  8469] By: jhi                                   on 2001/01/18  04:13:02
31384         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)
31385              From: Peter Prymmer <pvhp@forte.com>
31386              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
31387              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
31388              Replace #8462.
31389      Branch: perl
31390            ! configure.com
31391 ____________________________________________________________________________
31392 [  8468] By: jhi                                   on 2001/01/18  03:42:08
31393         Log: Integrate perlio.
31394      Branch: perl
31395           !> gv.c mg.c perlio.c util.c
31396 ____________________________________________________________________________
31397 [  8467] By: nick                                  on 2001/01/17  22:41:10
31398         Log: "Safe" signals - trial implementation.
31399              gv.c tweaked to zero PL_sig_pend array
31400              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
31401              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
31402              Odd thing is that it "works" with PERLIO=stdio as well (linux).
31403      Branch: perlio
31404            ! gv.c mg.c perlio.c util.c
31405 ____________________________________________________________________________
31406 [  8466] By: nick                                  on 2001/01/17  20:40:20
31407         Log: Integrate mainline.
31408      Branch: perlio
31409           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31410           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
31411           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
31412           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31413           !> vos/config.ga.h win32/config.bc win32/config.gc
31414           !> win32/config.vc
31415 ____________________________________________________________________________
31416 [  8465] By: jhi                                   on 2001/01/17  18:37:13
31417         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
31418              From: Nicholas Clark <nick@ccl4.org>
31419              Date: Wed, 17 Jan 2001 17:31:33 +0000
31420              Message-ID: <20010117173133.I2633@plum.flirble.org>
31421      Branch: perl
31422            ! t/op/int.t
31423 ____________________________________________________________________________
31424 [  8464] By: jhi                                   on 2001/01/17  14:43:17
31425         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
31426              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31427              Date: Wed, 17 Jan 2001 15:16:43 +0100
31428              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
31429              
31430              pp_int() was dropping an NV to the floor,
31431              int(279964589018079/59) either returned not an integer
31432              4745162525730.15, or one got "Attempt to free unreferenced scalar."
31433      Branch: perl
31434            ! pp.c
31435 ____________________________________________________________________________
31436 [  8463] By: jhi                                   on 2001/01/17  06:12:42
31437         Log: (Replaced by #8470)
31438              
31439              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)
31440              From: "Craig A. Berry" <craigberry@mac.com>
31441              Date: Tue, 16 Jan 2001 23:38:46 -0600
31442              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
31443      Branch: maint-5.6/perl
31444            ! configure.com
31445 ____________________________________________________________________________
31446 [  8462] By: jhi                                   on 2001/01/17  06:11:31
31447         Log: (Replaced by #8469)
31448              
31449              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)
31450              From: "Craig A. Berry" <craigberry@mac.com>
31451              Date: Tue, 16 Jan 2001 23:38:46 -0600
31452              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
31453      Branch: perl
31454            ! configure.com
31455 ____________________________________________________________________________
31456 [  8461] By: jhi                                   on 2001/01/17  05:56:12
31457         Log: Allow for one trailing slash in the directory of mkdir().
31458      Branch: perl
31459            ! pp_sys.c
31460 ____________________________________________________________________________
31461 [  8460] By: jhi                                   on 2001/01/17  03:26:01
31462         Log: Metaconfig unit changes for #8459.
31463      Branch: metaconfig
31464            ! U/modified/Loc.U U/modified/sig_name.U
31465 ____________________________________________________________________________
31466 [  8459] By: jhi                                   on 2001/01/17  03:24:48
31467         Log: Define SIG_SIZE, the number of elements in the sig_name and
31468              sig_num arrays, including the final NULL entry.
31469      Branch: perl
31470            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31471            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
31472            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
31473            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31474            ! win32/config.bc win32/config.gc win32/config.vc
31475 ____________________________________________________________________________
31476 [  8458] By: jhi                                   on 2001/01/17  01:41:33
31477         Log: Integrate perlio.
31478      Branch: perl
31479           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
31480           !> perlapi.h proto.h sv.c
31481 ____________________________________________________________________________
31482 [  8457] By: nick                                  on 2001/01/16  22:07:26
31483         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
31484              Provides all the "cost" but no benefit yet - it is to allow cost
31485              to be measured, and implementation experiments (just in mg.c?).
31486      Branch: perlio
31487            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
31488            ! perlapi.h proto.h sv.c
31489 ____________________________________________________________________________
31490 [  8456] By: nick                                  on 2001/01/16  21:07:07
31491         Log: Integrate mainline.
31492      Branch: perlio
31493           !> (integrate 51 files)
31494 ____________________________________________________________________________
31495 [  8455] By: jhi                                   on 2001/01/16  18:13:43
31496         Log: Subject: [PATCH] regcomp.c old feature removal
31497              From: mjd@plover.com
31498              Date: 16 Jan 2001 14:43:18 -0000 
31499              Message-ID: <20010116144318.7140.qmail@plover.com> 
31500      Branch: perl
31501            ! regcomp.c
31502 ____________________________________________________________________________
31503 [  8454] By: jhi                                   on 2001/01/16  16:12:39
31504         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
31505              From: "Indy Singh" <indy@nusphere.com>
31506              Date: Wed, 10 Jan 2001 20:17:49 -0500
31507              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
31508      Branch: maint-5.6/perl
31509            ! win32/Makefile
31510 ____________________________________________________________________________
31511 [  8453] By: jhi                                   on 2001/01/16  16:09:33
31512         Log: Update Changes.
31513      Branch: perl
31514            ! Changes patchlevel.h
31515 ____________________________________________________________________________
31516 [  8452] By: jhi                                   on 2001/01/16  15:42:04
31517         Log: Subject: Re: API Cleanup
31518              To: perl5-porters@perl.org
31519              Date: Tue, 16 Jan 2001 13:42:30 +0000
31520              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
31521              
31522              Subject: [PATCH] utf8.c documentation
31523              From: Simon Cozens <simon@cozens.net>
31524              Date: Tue, 16 Jan 2001 13:52:48 +0000
31525              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
31526              
31527              Subject: Re: API Cleanup
31528              From: Simon Cozens <simon@cozens.net>
31529              Date: Tue, 16 Jan 2001 14:58:55 +0000
31530              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
31531              
31532              UTF-8 doc patches.
31533      Branch: perl
31534            ! embed.pl pod/perlapi.pod utf8.c
31535 ____________________________________________________________________________
31536 [  8451] By: jhi                                   on 2001/01/16  14:41:39
31537         Log: podlators 1.07, from Russ Allbery.
31538      Branch: perl
31539            ! lib/Pod/Man.pm
31540 ____________________________________________________________________________
31541 [  8450] By: jhi                                   on 2001/01/16  14:24:19
31542         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
31543              From: "Indy Singh" <indy@nusphere.com>
31544              Date: Mon, 15 Jan 2001 20:59:40 -0500
31545              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
31546      Branch: perl
31547            ! win32/Makefile
31548 ____________________________________________________________________________
31549 [  8449] By: jhi                                   on 2001/01/16  03:42:55
31550         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
31551              at the setting of the ofs_sv in new_struct_thread() as the
31552              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
31553              that invited a core dump.
31554      Branch: perl
31555            ! util.c
31556 ____________________________________________________________________________
31557 [  8448] By: jhi                                   on 2001/01/16  01:49:07
31558         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
31559              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31560              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
31561              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
31562              
31563              Replace #8444 and #8445.
31564      Branch: perl
31565            ! ext/B/B.xs ext/B/B/Debug.pm
31566 ____________________________________________________________________________
31567 [  8447] By: jhi                                   on 2001/01/15  21:05:35
31568         Log: Subject: [PATCH] API Variable documentation   
31569              From: Simon Cozens <simon@cozens.net>
31570              Date: Mon, 15 Jan 2001 19:35:54 +0000
31571              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
31572      Branch: perl
31573            ! pod/perlapi.pod thrdvar.h
31574 ____________________________________________________________________________
31575 [  8446] By: jhi                                   on 2001/01/15  20:49:20
31576         Log: Signedness nit.
31577      Branch: perl
31578            ! pp_ctl.c
31579 ____________________________________________________________________________
31580 [  8445] By: jhi                                   on 2001/01/15  20:28:48
31581         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
31582      Branch: perl
31583            ! ext/B/B/Debug.pm
31584 ____________________________________________________________________________
31585 [  8444] By: jhi                                   on 2001/01/15  13:09:10
31586         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
31587      Branch: perl
31588            ! ext/B/B.xs
31589 ____________________________________________________________________________
31590 [  8443] By: jhi                                   on 2001/01/15  13:06:26
31591         Log: Missing from #8439.
31592      Branch: perl
31593            ! keywords.h mg.c
31594 ____________________________________________________________________________
31595 [  8442] By: jhi                                   on 2001/01/15  13:02:38
31596         Log: Subject: [PATCH @8436] Eliminate op_children
31597              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31598              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
31599              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
31600              
31601              Subject: [PATCH @8436] Re: Eliminate op_children
31602              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31603              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
31604              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
31605      Branch: perl
31606            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
31607            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
31608            ! op.c op.h
31609 ____________________________________________________________________________
31610 [  8441] By: jhi                                   on 2001/01/15  12:57:08
31611         Log: Use the /^Perl_/-less form of is_lvalue_sub().
31612      Branch: perl
31613            ! pp.h
31614 ____________________________________________________________________________
31615 [  8440] By: jhi                                   on 2001/01/15  05:13:09
31616         Log: Revert #8437 and #8438, the Linux large files story is more complex.
31617      Branch: metaconfig/U/perl
31618            ! d_fpos64_t.U d_off64_t.U
31619      Branch: perl
31620            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31621            ! config_h.SH configure.com epoc/config.sh perl.h
31622            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
31623            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31624            ! win32/config.bc win32/config.gc win32/config.vc
31625 ____________________________________________________________________________
31626 [  8439] By: jhi                                   on 2001/01/15  05:02:24
31627         Log: More UTF-8 patches from Inaba Hiroto.
31628              - The substr lval was still not okay.
31629              - Now pp_stringify and sv_setsv copies source's UTF8 flag
31630              even if IN_BYTE.  pp_stringify is called from fold_constants
31631              at optimization phase and "\x{100}" was made SvUTF8_off under
31632              use bytes (the bytes pragma is for "byte semantics" and not
31633              for "do not produce UTF8 data")
31634              - New `qu' operator to generate UTF8 string explicitly.
31635              Though I agree with the policy "0x00-0xff always produce bytes",
31636              sometimes want to such a string to be coded in UTF8.
31637              I can use pack"U0a*" but it requires more typing and has
31638              runtime overhead.
31639              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
31640              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
31641              string is not UTF8_on and has char 0x80-0xff.
31642              
31643              TODO: document and test qu.
31644      Branch: perl
31645            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
31646            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
31647            ! toke.c
31648 ____________________________________________________________________________
31649 [  8438] By: jhi                                   on 2001/01/14  05:10:23
31650         Log: Metaconfig unit changes for #8437.
31651      Branch: metaconfig/U/perl
31652            ! d_fpos64_t.U d_off64_t.U
31653 ____________________________________________________________________________
31654 [  8437] By: jhi                                   on 2001/01/14  04:55:34
31655         Log: Add <features.h> probing, seems to be needed for (some?)
31656              Linux largefileness.
31657      Branch: perl
31658            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31659            ! config_h.SH configure.com epoc/config.sh perl.h
31660            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
31661            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
31662            ! win32/config.bc win32/config.gc win32/config.vc
31663 ____________________________________________________________________________
31664 [  8436] By: jhi                                   on 2001/01/13  17:47:21
31665         Log: Tighten some of the tests a bit.
31666      Branch: perl
31667            ! t/pragma/utf8.t
31668 ____________________________________________________________________________
31669 [  8435] By: jhi                                   on 2001/01/13  17:31:54
31670         Log: Integrate perlio.
31671      Branch: perl
31672           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
31673           !> win32/config_H.gc win32/config_H.vc
31674 ____________________________________________________________________________
31675 [  8434] By: nick                                  on 2001/01/13  11:36:53
31676         Log: Run dmake regen_config_h for Win32
31677      Branch: perlio
31678            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31679 ____________________________________________________________________________
31680 [  8433] By: nick                                  on 2001/01/13  11:31:55
31681         Log: VMS friendly patch to Encode compile process
31682      Branch: perlio
31683            ! ext/Encode/Makefile.PL ext/Encode/compile
31684 ____________________________________________________________________________
31685 [  8432] By: nick                                  on 2001/01/13  11:06:44
31686         Log: Integrate mainline
31687      Branch: perlio
31688           +> ext/B/B/Concise.pm
31689           !> (integrate 52 files)
31690 ____________________________________________________________________________
31691 [  8431] By: jhi                                   on 2001/01/13  05:55:55
31692         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
31693              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31694              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
31695              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
31696      Branch: perl
31697            ! ext/B/B/Concise.pm
31698 ____________________________________________________________________________
31699 [  8430] By: jhi                                   on 2001/01/13  04:24:18
31700         Log: The LVRET macro needed an aTHX.
31701      Branch: perl
31702            ! pp.h
31703 ____________________________________________________________________________
31704 [  8429] By: jhi                                   on 2001/01/13  02:12:42
31705         Log: Update Changes.
31706      Branch: perl
31707            ! Changes patchlevel.h
31708 ____________________________________________________________________________
31709 [  8428] By: jhi                                   on 2001/01/13  02:08:50
31710         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
31711              From: Peter Prymmer <pvhp@forte.com>
31712              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
31713              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
31714              
31715              Add a BEGIN guard for sloppy floating point division.
31716      Branch: perl
31717            ! lib/Math/BigInt.pm lib/bigint.pl
31718 ____________________________________________________________________________
31719 [  8427] By: jhi                                   on 2001/01/13  01:47:16
31720         Log: The B::Terse drop-in replacement wasn't quite drop-in.
31721      Branch: perl
31722            ! ext/B/B/Terse.pm
31723 ____________________________________________________________________________
31724 [  8426] By: jhi                                   on 2001/01/12  21:20:43
31725         Log: Use UVXf.
31726      Branch: perl
31727            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31728            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
31729            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31730            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31731            ! win32/config.gc win32/config.vc
31732 ____________________________________________________________________________
31733 [  8425] By: jhi                                   on 2001/01/12  20:20:14
31734         Log: Subject: [PATCH perl@8342] -Wformat
31735              From: Robin Barker <rmb1@cise.npl.co.uk>
31736              Date: Fri, 12 Jan 2001 20:03:14 GMT
31737              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
31738      Branch: perl
31739            ! ext/Encode/Encode.xs mg.c sv.c toke.c
31740 ____________________________________________________________________________
31741 [  8424] By: jhi                                   on 2001/01/12  20:01:48
31742         Log: Subject: B::Concise -- an improved replacement for B::Terse 
31743              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
31744              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
31745              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
31746      Branch: perl
31747            + ext/B/B/Concise.pm
31748            ! MANIFEST ext/B/B/Terse.pm
31749 ____________________________________________________________________________
31750 [  8423] By: jhi                                   on 2001/01/12  19:24:02
31751         Log: The new metaconfig unit from the #8421.
31752      Branch: metaconfig/U/perl
31753            + d_sigprocmask.U
31754 ____________________________________________________________________________
31755 [  8422] By: jhi                                   on 2001/01/12  19:23:43
31756         Log: Forgot the microperl config from the #8421.
31757      Branch: perl
31758            ! uconfig.h uconfig.sh
31759 ____________________________________________________________________________
31760 [  8421] By: jhi                                   on 2001/01/12  19:05:27
31761         Log: Add sigprocmask() probe, regen Configure, regen toc.
31762      Branch: perl
31763            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31764            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
31765            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31766            ! vos/config.ga.h win32/config.bc win32/config.gc
31767            ! win32/config.vc
31768 ____________________________________________________________________________
31769 [  8420] By: jhi                                   on 2001/01/12  18:34:31
31770         Log: Add sockatmark() to the todo list.
31771      Branch: perl
31772            ! Todo-5.6
31773 ____________________________________________________________________________
31774 [  8419] By: jhi                                   on 2001/01/12  18:09:46
31775         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
31776      Branch: perl
31777            ! op.c
31778 ____________________________________________________________________________
31779 [  8418] By: jhi                                   on 2001/01/12  18:05:30
31780         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
31781              From: Radu Greab <radu@netsoft.ro>
31782              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
31783              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
31784      Branch: perl
31785            ! op.c t/pragma/sub_lval.t
31786 ____________________________________________________________________________
31787 [  8417] By: jhi                                   on 2001/01/12  16:09:09
31788         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
31789              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
31790              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
31791              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
31792      Branch: perl
31793            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
31794            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
31795            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
31796            ! t/pragma/sub_lval.t toke.c
31797 ____________________________________________________________________________
31798 [  8416] By: jhi                                   on 2001/01/12  15:42:06
31799         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
31800              From: "Richard Soderberg" <rs@crystalflame.net>
31801              Date: Fri, 12 Jan 2001 04:49:35 -0800
31802              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
31803              
31804              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
31805              according to the platform.
31806      Branch: perl
31807            ! op.c
31808 ____________________________________________________________________________
31809 [  8415] By: jhi                                   on 2001/01/12  15:33:41
31810         Log: One more UTF-8 fix from Inaba Hiroto.
31811      Branch: perl
31812            ! pp.c regexec.c t/pragma/utf8.t
31813 ____________________________________________________________________________
31814 [  8414] By: jhi                                   on 2001/01/12  15:30:18
31815         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
31816      Branch: perl
31817            ! regexec.c
31818 ____________________________________________________________________________
31819 [  8413] By: jhi                                   on 2001/01/12  15:22:10
31820         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
31821              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31822              Date: Thu, 11 Jan 2001 12:53:36 +0100
31823              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
31824      Branch: perl
31825            ! toke.c
31826 ____________________________________________________________________________
31827 [  8412] By: jhi                                   on 2001/01/12  15:20:25
31828         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
31829              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31830              Date: Fri, 12 Jan 2001 14:37:55 +0100
31831              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
31832      Branch: perl
31833            ! hints/posix-bc.sh
31834 ____________________________________________________________________________
31835 [  8411] By: jhi                                   on 2001/01/12  15:14:14
31836         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
31837              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31838              Date: Fri, 12 Jan 2001 10:42:21 +0100
31839              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
31840      Branch: perl
31841            ! t/op/regmesg.t
31842 ____________________________________________________________________________
31843 [  8410] By: jhi                                   on 2001/01/12  05:48:55
31844         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
31845              From: Nicholas Clark <nick@ccl4.org> 
31846              Date: Sun, 7 Jan 2001 19:47:14 +0000
31847              Message-ID: <20010107194714.B1048@plum.flirble.org>
31848      Branch: perl
31849            ! t/op/numconvert.t
31850 ____________________________________________________________________________
31851 [  8409] By: jhi                                   on 2001/01/12  05:41:28
31852         Log: Integrate perlio.
31853      Branch: perl
31854           !> mg.c scope.h
31855 ____________________________________________________________________________
31856 [  8408] By: nick                                  on 2001/01/11  22:43:28
31857         Log: Remove variables that were used in experiments.
31858      Branch: perlio
31859            ! mg.c
31860 ____________________________________________________________________________
31861 [  8407] By: nick                                  on 2001/01/11  20:57:44
31862         Log: Catch die in %SIG handler and unblock the signal before re-dying.
31863              This make Linux work _without_ sigsetjmp().
31864              Turn off sigsetjmp() to see what else it does.
31865              May need Configure probe for sigprocmask() if anything has sigaction()
31866              but not sigprocmask().
31867      Branch: perlio
31868            ! mg.c scope.h
31869 ____________________________________________________________________________
31870 [  8406] By: nick                                  on 2001/01/11  19:32:07
31871         Log: Integrate mainline
31872      Branch: perlio
31873           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
31874           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
31875           !> t/op/substr.t
31876 ____________________________________________________________________________
31877 [  8405] By: jhi                                   on 2001/01/11  17:11:01
31878         Log: Fix UTF-8 lval substr().
31879      Branch: perl
31880            ! mg.c t/op/substr.t
31881 ____________________________________________________________________________
31882 [  8404] By: jhi                                   on 2001/01/11  05:13:58
31883         Log: Update Changes.
31884      Branch: perl
31885            ! Changes patchlevel.h
31886 ____________________________________________________________________________
31887 [  8403] By: jhi                                   on 2001/01/11  04:38:24
31888         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
31889              From: Hugo <hv@crypt.compulink.co.uk>
31890              Date: Mon, 30 Oct 2000 01:33:26 +0000
31891              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
31892      Branch: perl
31893            ! regexec.c t/op/re_tests
31894 ____________________________________________________________________________
31895 [  8402] By: jhi                                   on 2001/01/11  04:26:12
31896         Log: Integrate perlio.
31897      Branch: perl
31898           !> scope.h util.c
31899 ____________________________________________________________________________
31900 [  8401] By: nick                                  on 2001/01/10  22:52:55
31901         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
31902              (So Alan and Ilya can try setting via hints.)
31903              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
31904              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
31905              doing the save everywhere seems to restart read() correctly, but just
31906              doing it once "round" the handler does not.
31907      Branch: perlio
31908            ! scope.h
31909 ____________________________________________________________________________
31910 [  8400] By: jhi                                   on 2001/01/10  21:57:54
31911         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
31912              of IRIX, HP-UX is unaffected.
31913      Branch: perl
31914            ! perl.h
31915 ____________________________________________________________________________
31916 [  8399] By: nick                                  on 2001/01/10  21:29:19
31917         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
31918      Branch: perlio
31919            ! util.c
31920 ____________________________________________________________________________
31921 [  8398] By: jhi                                   on 2001/01/10  20:55:31
31922         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
31923              also have ReusePort.
31924      Branch: perl
31925            ! ext/IO/lib/IO/Socket/INET.pm
31926 ____________________________________________________________________________
31927 [  8397] By: jhi                                   on 2001/01/10  20:50:57
31928         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
31929              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
31930              Date: Wed, 10 Jan 2001 01:38:13 -0800
31931              Message-ID: <20010110013813.B41744@yahoo-inc.com>
31932      Branch: perl
31933            ! ext/IO/lib/IO/Socket/INET.pm
31934 ____________________________________________________________________________
31935 [  8396] By: jhi                                   on 2001/01/10  20:49:30
31936         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
31937              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
31938              Date: Wed, 10 Jan 2001 01:37:32 -0800
31939              Message-ID: <20010110013732.A41744@yahoo-inc.com>
31940      Branch: perl
31941            ! ext/Socket/Socket.pm
31942 ____________________________________________________________________________
31943 [  8395] By: jhi                                   on 2001/01/10  20:41:37
31944         Log: Test for bug id 20010105.016 (fixed by #8378).
31945      Branch: perl
31946            ! t/op/split.t
31947 ____________________________________________________________________________
31948 [  8394] By: jhi                                   on 2001/01/10  20:26:32
31949         Log: Integrate perlio.
31950      Branch: perl
31951            ! util.c
31952 ____________________________________________________________________________
31953 [  8393] By: nick                                  on 2001/01/10  19:34:30
31954         Log: Back out Simon's pid hackery for now.
31955      Branch: perlio
31956            ! util.c
31957 ____________________________________________________________________________
31958 [  8392] By: nick                                  on 2001/01/10  19:23:13
31959         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
31960      Branch: perlio
31961           !> (integrate 29 files)
31962 ____________________________________________________________________________
31963 [  8391] By: jhi                                   on 2001/01/10  18:43:15
31964         Log: Subject: [PATCH] Fix my_pclose segfault
31965              From: Simon Cozens <simon@cozens.net>
31966              Date: Wed, 10 Jan 2001 18:39:35 +0000
31967              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
31968      Branch: perl
31969            ! util.c
31970 ____________________________________________________________________________
31971 [  8390] By: jhi                                   on 2001/01/10  18:42:08
31972         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
31973              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31974              Date:     Wed, 10 Jan 2001 13:23:02 EST
31975              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
31976      Branch: perl
31977            ! ext/Opcode/Opcode.xs
31978 ____________________________________________________________________________
31979 [  8389] By: jhi                                   on 2001/01/10  15:16:07
31980         Log: Turn off the integer preservation for now.
31981      Branch: perl
31982            ! perl.h
31983 ____________________________________________________________________________
31984 [  8388] By: jhi                                   on 2001/01/10  15:01:25
31985         Log: Few more IDE/editor nits from p5p.
31986      Branch: perl
31987            ! pod/perlfaq3.pod
31988 ____________________________________________________________________________
31989 [  8387] By: jhi                                   on 2001/01/10  06:53:16
31990         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
31991              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
31992              Date: Tue, 9 Jan 2001 23:16:02 +0000
31993              Message-ID: <20010109231602.A81101@plum.flirble.org>
31994      Branch: perl
31995            ! sv.c
31996 ____________________________________________________________________________
31997 [  8386] By: jhi                                   on 2001/01/10  03:17:54
31998         Log: Test cases for #8385 (from Simon's "torture.pl")
31999      Branch: perl
32000            ! t/op/tr.t
32001 ____________________________________________________________________________
32002 [  8385] By: jhi                                   on 2001/01/10  03:17:11
32003         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
32004              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
32005              Date: Wed, 10 Jan 2001 11:39:39 +0900
32006              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
32007              
32008              Some more UTF-8 tr cases fixed.
32009      Branch: perl
32010            ! doop.c
32011 ____________________________________________________________________________
32012 [  8384] By: jhi                                   on 2001/01/09  22:45:40
32013         Log: Allow the locale test needing POSIX and the taint test
32014              needing IPC::SysV to run under 'minitest' (basically,
32015              bail out if loading the extension fails)
32016      Branch: perl
32017            ! t/op/misc.t t/op/taint.t
32018 ____________________________________________________________________________
32019 [  8383] By: jhi                                   on 2001/01/09  21:36:04
32020         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
32021              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32022              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
32023              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
32024      Branch: perl
32025            ! t/io/openpid.t
32026 ____________________________________________________________________________
32027 [  8382] By: jhi                                   on 2001/01/09  21:06:08
32028         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
32029              Should finish up the bug id 20001205.022.
32030      Branch: perl
32031            ! pp.c pp_hot.c scope.c
32032 ____________________________________________________________________________
32033 [  8381] By: jhi                                   on 2001/01/09  18:27:43
32034         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
32035              From: Andy Dougherty <doughera@lafayette.edu>
32036              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
32037              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
32038              
32039              More robust yacc/bison error detection.
32040      Branch: perl
32041            ! t/comp/proto.t
32042 ____________________________________________________________________________
32043 [  8380] By: jhi                                   on 2001/01/09  15:21:38
32044         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
32045              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32046              Date:     Tue, 9 Jan 2001 07:53:55 EST
32047              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
32048      Branch: perl
32049            ! t/op/misc.t vms/test.com
32050 ____________________________________________________________________________
32051 [  8379] By: jhi                                   on 2001/01/09  15:20:38
32052         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
32053              From: jhi@cc.hut.fi
32054              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
32055              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
32056              
32057              The #8378 fixed this.
32058      Branch: perl
32059            ! t/op/tr.t
32060 ____________________________________________________________________________
32061 [  8378] By: jhi                                   on 2001/01/09  15:05:32
32062         Log: Subject: One more patch for UTF8 
32063              From: Inaba Hiroto <inaba@st.rim.or.jp>
32064              Date: Tue, 09 Jan 2001 01:04:32 +0900
32065              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
32066              
32067              UTF-8 fixes for 'x' and tr///.
32068      Branch: perl
32069            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
32070            ! regcomp.c regexec.c toke.c utf8.c
32071 ____________________________________________________________________________
32072 [  8377] By: jhi                                   on 2001/01/09  14:32:17
32073         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
32074      Branch: perl
32075            ! t/op/length.t
32076 ____________________________________________________________________________
32077 [  8376] By: jhi                                   on 2001/01/09  04:32:32
32078         Log: integrate changes #7775, #8316, #8316 from mainline
32079      Branch: maint-5.6/perl
32080            ! hints/solaris_2.sh
32081 ____________________________________________________________________________
32082 [  8375] By: jhi                                   on 2001/01/09  04:26:43
32083         Log: Update Changes.
32084      Branch: perl
32085            ! Changes patchlevel.h
32086 ____________________________________________________________________________
32087 [  8374] By: jhi                                   on 2001/01/09  04:14:32
32088         Log: IDE/editor section tweaking.
32089      Branch: perl
32090            ! pod/perlfaq3.pod
32091 ____________________________________________________________________________
32092 [  8373] By: jhi                                   on 2001/01/09  02:38:26
32093         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
32094              From: Peter Prymmer <pvhp@forte.com>
32095              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
32096              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
32097              
32098              In preparation os OS/390 dynamic loading.
32099      Branch: perl
32100            ! README.os390 hints/os390.sh
32101 ____________________________________________________________________________
32102 [  8372] By: jhi                                   on 2001/01/09  00:24:30
32103         Log: Integrate with perlio.
32104      Branch: perl
32105           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
32106 ____________________________________________________________________________
32107 [  8371] By: nick                                  on 2001/01/08  23:54:33
32108         Log: Fix "scalars leaked" bugs caused by overload magic
32109              (Highlighted by Ilya's DESTROY optimization.)
32110      Branch: perlio
32111            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
32112 ____________________________________________________________________________
32113 [  8370] By: nick                                  on 2001/01/08  20:19:41
32114         Log: Integrate mainline
32115      Branch: perlio
32116           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
32117           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
32118           !> t/op/64bitint.t
32119 ____________________________________________________________________________
32120 [  8369] By: jhi                                   on 2001/01/08  17:30:52
32121         Log: save_delete() Safefree() doesn't (anymore?) work with shared
32122              strings, one test failure in op/misc and almost all of lib/b.
32123              (Outcomments #8369.)
32124      Branch: perl
32125            ! scope.c
32126 ____________________________________________________________________________
32127 [  8368] By: jhi                                   on 2001/01/08  14:47:10
32128         Log: (Outcommented by #8369.)
32129              
32130              Subject: Re: Perl BugID 20001205.022 ---- save_delete
32131              From: Simon Cozens <simon@cozens.net>
32132              Date: Sat, 6 Jan 2001 11:48:40 +0000
32133              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
32134              
32135              The save_delete() does need the Safefree.
32136      Branch: perl
32137            ! scope.c
32138 ____________________________________________________________________________
32139 [  8367] By: bailey                                on 2001/01/08  08:53:52
32140         Log: Once again syncing after too long an absence
32141      Branch: vmsperl
32142           +> (branch 55 files)
32143            - MAINTAIN fix_pl vos/config.def vos/config.h
32144            - vos/config_h.SH_orig
32145           !> (integrate 498 files)
32146 ____________________________________________________________________________
32147 [  8366] By: jhi                                   on 2001/01/08  02:42:59
32148         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
32149              From: nick@ccl4.org
32150              Date: Sun, 7 Jan 2001 21:07:18 +0000
32151              Message-Id: <20010107210717.D1048@plum.flirble.org>
32152      Branch: perl
32153            ! sv.c t/op/64bitint.t
32154 ____________________________________________________________________________
32155 [  8365] By: jhi                                   on 2001/01/08  02:35:16
32156         Log: Subject: [PATCH] environ nit
32157              From: Simon Cozens <simon@cozens.net>
32158              Date: Sun, 7 Jan 2001 17:57:07 +0000
32159              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
32160              
32161              Use environ only if we have it.
32162      Branch: perl
32163            ! mg.c
32164 ____________________________________________________________________________
32165 [  8364] By: jhi                                   on 2001/01/08  02:24:51
32166         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
32167      Branch: perl
32168            ! ext/GDBM_File/GDBM_File.xs
32169 ____________________________________________________________________________
32170 [  8363] By: jhi                                   on 2001/01/08  02:19:24
32171         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
32172              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32173              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
32174              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
32175      Branch: perl
32176            ! dump.c op.c
32177 ____________________________________________________________________________
32178 [  8362] By: jhi                                   on 2001/01/08  02:17:43
32179         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
32180              From: Doug MacEachern <dougm@covalent.net>
32181              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
32182              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
32183              
32184              Allow AUTOLOAD to be an xsub and allow such xsubs
32185              to avoid use of $AUTOLOAD.
32186      Branch: perl
32187            ! gv.c
32188 ____________________________________________________________________________
32189 [  8361] By: jhi                                   on 2001/01/08  02:16:07
32190         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
32191              From: Radu Greab <radu@netsoft.ro>
32192              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
32193              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
32194              
32195              No need for the potentially unportable $SIG{CHLD}.
32196      Branch: perl
32197            ! t/io/pipe.t
32198 ____________________________________________________________________________
32199 [  8360] By: jhi                                   on 2001/01/08  01:58:23
32200         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
32201      Branch: perl
32202            ! lib/Getopt/Long.pm
32203 ____________________________________________________________________________
32204 [  8359] By: jhi                                   on 2001/01/08  01:55:44
32205         Log: Integrate perlio.
32206      Branch: perl
32207           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
32208           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
32209           !> utf8.c win32/Makefile
32210 ____________________________________________________________________________
32211 [  8358] By: jhi                                   on 2001/01/07  21:16:50
32212         Log: Update the EPOC cross SDK URL.
32213      Branch: perl
32214            ! README.epoc
32215 ____________________________________________________________________________
32216 [  8357] By: jhi                                   on 2001/01/07  21:16:09
32217         Log: Update the EPOC cross SDK URL.
32218      Branch: maint-5.6/perl
32219            ! README.epoc
32220 ____________________________________________________________________________
32221 [  8356] By: nick                                  on 2001/01/06  21:47:52
32222         Log: FILE * in XS code for PerlIO world:
32223              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
32224              - Add FILE * T_STDIO typemap.
32225              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
32226      Branch: perlio
32227            ! lib/ExtUtils/typemap perlio.c perlio.h
32228 ____________________________________________________________________________
32229 [  8355] By: jhi                                   on 2001/01/06  20:27:15
32230         Log: integrate change #8336 from mainline
32231              
32232              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
32233      Branch: maint-5.6/perl
32234            ! hv.c
32235 ____________________________________________________________________________
32236 [  8354] By: jhi                                   on 2001/01/06  20:24:29
32237         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
32238              From: Robin Barker <rmb1@cise.npl.co.uk>
32239              Date: Fri, 22 Dec 2000 12:17:38 GMT
32240              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
32241              
32242              The patch reformats some long =item lines so they give
32243              correct output via pod2man | nroff -man
32244              
32245              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
32246              From: Robin Barker <rmb1@cise.npl.co.uk>
32247              Date: Tue, 2 Jan 2001 15:35:03 GMT
32248              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
32249              
32250              Here is a _further_ patch which corrects a few more errors:
32251              * an empty C<=item> in CPAN.pm
32252              * patching the wrong file (pod/perlamiga.pod not README.amiga)
32253              * leaving empty C<=item>s which formatted incorrectly
32254              * over long C<=item>s revealed by latest patch to Pod::Man
32255      Branch: maint-5.6/perl
32256            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
32257            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
32258            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
32259            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
32260            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
32261            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
32262 ____________________________________________________________________________
32263 [  8353] By: jhi                                   on 2001/01/06  20:21:10
32264         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
32265              
32266              UTF-8 hash keys.
32267      Branch: maint-5.6/perl
32268            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
32269 ____________________________________________________________________________
32270 [  8352] By: jhi                                   on 2001/01/06  20:18:44
32271         Log: Forgotten from #8438.
32272      Branch: maint-5.6/perl
32273            ! epoc/epocish.h
32274 ____________________________________________________________________________
32275 [  8351] By: jhi                                   on 2001/01/06  20:18:12
32276         Log: Forgotten from #8347.
32277      Branch: maint-5.6/perl
32278            ! config_h.SH
32279 ____________________________________________________________________________
32280 [  8350] By: jhi                                   on 2001/01/06  20:00:19
32281         Log: Thinko in #8347.
32282      Branch: maint-5.6/perl
32283            ! regcomp.c
32284 ____________________________________________________________________________
32285 [  8349] By: jhi                                   on 2001/01/06  18:05:30
32286         Log: Copy the FAQ3 IDE section from the development branch,
32287              changes originally by Peter Prymmer.
32288      Branch: maint-5.6/perl
32289            ! pod/perlfaq3.pod
32290 ____________________________________________________________________________
32291 [  8348] By: jhi                                   on 2001/01/06  18:03:02
32292         Log: EPOC updates for TRIAL1.
32293              
32294              Subject: [5.6.1 trial1] EPOC update
32295              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32296              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
32297              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
32298              
32299              Subject: epoc patch2 for perl-5.6.1-trial1
32300              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32301              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
32302              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
32303      Branch: maint-5.6/perl
32304            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
32305            ! epoc/epocish.c
32306 ____________________________________________________________________________
32307 [  8347] By: jhi                                   on 2001/01/06  17:29:10
32308         Log: integrate changes #7710,7824,7973 from mainline,
32309              plus VMS nits from Peter Prymmer and Dan Sugalski.
32310              
32311              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
32312              library (getprotobyname and getprotobynumber are outversioned by
32313              the same calls in libc, at least for xlc version 3.
32314              
32315              Add HAS_SBRK_PROTO.
32316              
32317              Fixes for signedness warnings noticed by VMSperlers.
32318      Branch: maint-5.6/perl
32319            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32320            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
32321            ! sv.c vms/descrip_mms.template vos/config.alpha.def
32322            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32323            ! win32/config.bc win32/config.gc win32/config.vc
32324 ____________________________________________________________________________
32325 [  8346] By: nick                                  on 2001/01/06  14:36:01
32326         Log: Fixup accumulated integrate muddles (perlio == devperl again)
32327      Branch: perlio
32328            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
32329 ____________________________________________________________________________
32330 [  8345] By: nick                                  on 2001/01/06  14:24:58
32331         Log: Integrate mainline
32332      Branch: perlio
32333           !> (integrate 55 files)
32334 ____________________________________________________________________________
32335 [  8344] By: jhi                                   on 2001/01/06  02:24:02
32336         Log: Subject: [patch] PerlIO_cleanup() prototype
32337              From: Doug MacEachern <dougm@covalent.net>
32338              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
32339              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
32340      Branch: perl
32341            ! perlio.h
32342 ____________________________________________________________________________
32343 [  8343] By: jhi                                   on 2001/01/06  01:04:09
32344         Log: IRIX compiler noticed that the bof initialization might be
32345              bypassed by control flow.
32346      Branch: perl
32347            ! toke.c
32348 ____________________________________________________________________________
32349 [  8342] By: jhi                                   on 2001/01/06  00:10:48
32350         Log: Update Changes.
32351      Branch: perl
32352            ! Changes patchlevel.h
32353 ____________________________________________________________________________
32354 [  8341] By: jhi                                   on 2001/01/05  23:52:33
32355         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
32356      Branch: perl
32357            ! toke.c
32358 ____________________________________________________________________________
32359 [  8340] By: jhi                                   on 2001/01/05  22:44:08
32360         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
32361              From: Radu Greab <radu@netsoft.ro>
32362              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
32363              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
32364      Branch: perl
32365            ! t/io/pipe.t util.c
32366 ____________________________________________________________________________
32367 [  8339] By: jhi                                   on 2001/01/05  22:35:17
32368         Log: Subject: [PATCH] format and rewording in perlfaq.pod
32369              From: Robin Barker <rmb1@cise.npl.co.uk>
32370              Date: Fri, 5 Jan 2001 18:51:20 GMT
32371              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
32372      Branch: perl
32373            ! pod/perlfaq.pod
32374 ____________________________________________________________________________
32375 [  8338] By: jhi                                   on 2001/01/05  22:31:17
32376         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
32377              From: Peter Prymmer <pvhp@forte.com>
32378              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
32379              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
32380      Branch: perl
32381            ! utils/perlbug.PL
32382 ____________________________________________________________________________
32383 [  8337] By: jhi                                   on 2001/01/05  18:15:11
32384         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
32385              From: Robin Barker <rmb1@cise.npl.co.uk>
32386              Date: Tue, 2 Jan 2001 15:24:07 GMT
32387              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
32388              
32389              If you call configure as C<./Configure> or C<sh ./Configure>,
32390              $src is set to the absolute path name, not '.'.
32391              
32392              This, in turn, means -Dmksymlink tries to do its stuff because
32393              it does not think it is in the src directory.
32394              
32395              (plus a metaconfig nitfix)
32396      Branch: metaconfig
32397            ! U/compline/ccflags.U U/modified/src.U
32398      Branch: perl
32399            ! Configure config_h.SH
32400 ____________________________________________________________________________
32401 [  8336] By: jhi                                   on 2001/01/05  17:48:32
32402         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
32403              From: Alan Burlison <Alan.Burlison@uk.sun.com>
32404              Message-ID: <3A5606C4.473D2226@uk.sun.com>
32405              Date: Fri, 05 Jan 2001 17:39:16 +0000
32406      Branch: perl
32407            ! hv.c
32408 ____________________________________________________________________________
32409 [  8335] By: jhi                                   on 2001/01/05  16:05:44
32410         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
32411      Branch: perl
32412            ! lib/Getopt/Long.pm
32413 ____________________________________________________________________________
32414 [  8334] By: jhi                                   on 2001/01/05  16:00:51
32415         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
32416              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
32417              Date: Fri, 05 Jan 2001 13:46:51 +0100
32418              Message-ID: <13693.978698811@nice.ram.loc>
32419              
32420              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
32421              accurate reading of the "atime".  
32422      Branch: perl
32423            ! t/io/fs.t
32424 ____________________________________________________________________________
32425 [  8333] By: jhi                                   on 2001/01/05  15:57:37
32426         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
32427              From: Simon Cozens <simon@cozens.net>
32428              Date: Fri, 8 Dec 2000 13:33:31 +0000
32429              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
32430              
32431              A lost patch fragment.
32432      Branch: perl
32433            ! doop.c
32434 ____________________________________________________________________________
32435 [  8332] By: jhi                                   on 2001/01/05  15:40:42
32436         Log: Do away with strncpy() and a fixed length buffer.
32437      Branch: perl
32438            ! utf8.c
32439 ____________________________________________________________________________
32440 [  8331] By: jhi                                   on 2001/01/05  15:03:07
32441         Log: Tests for #8329 and #8330.
32442      Branch: perl
32443            ! t/op/bop.t
32444 ____________________________________________________________________________
32445 [  8330] By: jhi                                   on 2001/01/05  15:02:38
32446         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
32447              raw 8-bit form to the UTF-8 string.
32448      Branch: perl
32449            ! toke.c
32450 ____________________________________________________________________________
32451 [  8329] By: jhi                                   on 2001/01/05  14:55:13
32452         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
32453              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32454              Date: Fri, 5 Jan 2001 12:28:52 +0100
32455              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
32456              
32457              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
32458              no effect.  (changed the strncpy() to Copy())
32459      Branch: perl
32460            ! toke.c
32461 ____________________________________________________________________________
32462 [  8328] By: jhi                                   on 2001/01/05  06:44:27
32463         Log: UTF-8 cleanup.
32464      Branch: perl
32465            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
32466            ! regexec.c sv.c toke.c
32467 ____________________________________________________________________________
32468 [  8327] By: jhi                                   on 2001/01/05  01:11:29
32469         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')
32470              From: Radu Greab <radu@netsoft.ro>
32471              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
32472              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
32473              
32474              Cleans up Harness to not use FileHandle, which uses IO.
32475      Branch: perl
32476            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
32477 ____________________________________________________________________________
32478 [  8326] By: jhi                                   on 2001/01/05  00:56:37
32479         Log: Update Changes.
32480      Branch: perl
32481            ! Changes patchlevel.h
32482 ____________________________________________________________________________
32483 [  8325] By: jhi                                   on 2001/01/05  00:53:18
32484         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
32485              From: Peter Prymmer <pvhp@forte.com>
32486              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
32487              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
32488              
32489              plus a couple more tailing whitespace removals.
32490      Branch: perl
32491            ! win32/Makefile
32492 ____________________________________________________________________________
32493 [  8324] By: jhi                                   on 2001/01/05  00:47:39
32494         Log: Add some Unicode chop() tests.
32495      Branch: perl
32496            ! t/op/chop.t
32497 ____________________________________________________________________________
32498 [  8323] By: jhi                                   on 2001/01/05  00:47:23
32499         Log: Unify UTF-8 malformedness handling.
32500      Branch: perl
32501            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
32502 ____________________________________________________________________________
32503 [  8322] By: jhi                                   on 2001/01/04  22:21:54
32504         Log: The new $issymlink was unknown to Mksymlinks.
32505      Branch: metaconfig/U/perl
32506            ! Mksymlinks.U issymlink.U
32507      Branch: perl
32508            ! Configure config_h.SH
32509 ____________________________________________________________________________
32510 [  8321] By: jhi                                   on 2001/01/04  21:51:05
32511         Log: The test didn't work under the core test framework.
32512      Branch: perl
32513            ! t/lib/st-lock.t
32514 ____________________________________________________________________________
32515 [  8320] By: jhi                                   on 2001/01/04  21:14:22
32516         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
32517      Branch: perl
32518            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
32519 ____________________________________________________________________________
32520 [  8319] By: jhi                                   on 2001/01/04  20:46:17
32521         Log: Typo in #8312 when manually appying a problematic patch fragment.
32522      Branch: perl
32523            ! ext/Storable/Storable.xs
32524 ____________________________________________________________________________
32525 [  8318] By: jhi                                   on 2001/01/04  20:43:01
32526         Log: The $sh_c didn't fly.
32527      Branch: metaconfig
32528            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
32529            ! U/modified/Loc.U U/modified/myhostname.U
32530            ! U/modified/spitshell.U
32531      Branch: metaconfig/U/perl
32532            ! issymlink.U
32533      Branch: perl
32534            ! Configure config_h.SH
32535 ____________________________________________________________________________
32536 [  8317] By: jhi                                   on 2001/01/04  19:58:01
32537         Log: AIX builtin test -h is broken, changes based on
32538              
32539              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
32540              Date: Tue, 02 Jan 2001 11:24:39 +0100
32541              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32542              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
32543      Branch: metaconfig
32544            + U/modified/spitshell.U
32545            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
32546            ! U/modified/Loc.U U/modified/myhostname.U
32547      Branch: metaconfig/U/perl
32548            ! Mksymlinks.U issymlink.U
32549      Branch: perl
32550            ! Configure
32551 ____________________________________________________________________________
32552 [  8316] By: jhi                                   on 2001/01/04  19:02:22
32553         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
32554              From: Andy Dougherty <doughera@lafayette.edu>
32555              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
32556              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
32557              
32558              Beware of GNU ld.
32559      Branch: perl
32560            ! hints/solaris_2.sh
32561 ____________________________________________________________________________
32562 [  8315] By: jhi                                   on 2001/01/04  18:56:48
32563         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
32564              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
32565              Date: Wed, 3 Jan 2001 07:58:51 +0100
32566              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
32567      Branch: perl
32568            ! hints/solaris_2.sh
32569 ____________________________________________________________________________
32570 [  8314] By: jhi                                   on 2001/01/04  18:54:07
32571         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
32572              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32573              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
32574              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
32575              
32576              Doc tweak on #8313.
32577      Branch: perl
32578            ! ext/B/B/Deparse.pm
32579 ____________________________________________________________________________
32580 [  8313] By: jhi                                   on 2001/01/04  18:52:27
32581         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
32582              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
32583              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32584              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
32585              
32586              Make the peephole optimizer to bypass more null ops and
32587              and rewrite the deparse handling of continue blocks.
32588      Branch: perl
32589            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
32590 ____________________________________________________________________________
32591 [  8312] By: jhi                                   on 2001/01/04  18:47:39
32592         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
32593      Branch: perl
32594            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
32595            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
32596            ! t/lib/st-lock.t
32597 ____________________________________________________________________________
32598 [  8311] By: jhi                                   on 2001/01/04  18:36:08
32599         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
32600              filter to be run on each .pm during the pm_to_blib() phase,
32601              a fixed version of
32602              
32603              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
32604              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
32605              Date: Wed, 03 Jan 2001 22:01:30 +0100
32606              Message-ID: <5296.978555690@nice.ram.loc>
32607      Branch: perl
32608            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
32609            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
32610            ! lib/ExtUtils/MakeMaker.pm
32611 ____________________________________________________________________________
32612 [  8310] By: jhi                                   on 2001/01/04  18:32:54
32613         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
32614              From: Robin Barker <rmb1@cise.npl.co.uk>
32615              Date: Tue, 2 Jan 2001 15:35:03 GMT
32616              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
32617      Branch: perl
32618            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
32619            ! pod/perlrequick.pod
32620 ____________________________________________________________________________
32621 [  8309] By: jhi                                   on 2001/01/04  18:29:07
32622         Log: Subject: Re: [patch] static-ize XS()
32623              From: Doug MacEachern <dougm@covalent.net>
32624              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
32625              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
32626              
32627              Provide prototypes for the XS functions.
32628      Branch: perl
32629            ! lib/ExtUtils/xsubpp
32630 ____________________________________________________________________________
32631 [  8308] By: jhi                                   on 2001/01/04  18:27:44
32632         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
32633              From: Doug MacEachern <dougm@covalent.net>
32634              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
32635              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
32636      Branch: perl
32637            ! lib/ExtUtils/typemap
32638 ____________________________________________________________________________
32639 [  8307] By: jhi                                   on 2001/01/04  18:25:25
32640         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
32641              From: Doug MacEachern <dougm@covalent.net>
32642              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
32643              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
32644              
32645              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
32646      Branch: perl
32647            ! lib/ExtUtils/MM_Unix.pm
32648 ____________________________________________________________________________
32649 [  8306] By: jhi                                   on 2001/01/04  18:23:00
32650         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
32651              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32652              Date: Thu, 4 Jan 2001 12:47:10 +0100 
32653              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
32654              
32655              The toke.c part only, patching embed.h and proto.h is futile.
32656      Branch: perl
32657            ! toke.c
32658 ____________________________________________________________________________
32659 [  8305] By: jhi                                   on 2001/01/04  18:05:51
32660         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
32661              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32662              Date: Thu, 4 Jan 2001 17:50:12 +0100 
32663              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
32664      Branch: perl
32665            ! toke.c
32666 ____________________________________________________________________________
32667 [  8304] By: jhi                                   on 2001/01/04  18:03:26
32668         Log: Subject: [PATCH perl@8269]
32669              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
32670              Date: Thu, 4 Jan 2001 12:53:39 +0100 
32671              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
32672              
32673              If running byacc write-enable also perly.h.
32674      Branch: perl
32675            ! Makefile.SH
32676 ____________________________________________________________________________
32677 [  8303] By: jhi                                   on 2001/01/04  15:40:49
32678         Log: Rewrite pp_concat() in terms of sv_catsv().
32679      Branch: perl
32680            ! pp_hot.c
32681 ____________________________________________________________________________
32682 [  8302] By: nick                                  on 2001/01/03  22:43:22
32683         Log: Integrate mainline.
32684      Branch: perlio
32685           !> ext/Encode/Encode.xs sv.c utf8.c
32686 ____________________________________________________________________________
32687 [  8301] By: jhi                                   on 2001/01/02  23:40:26
32688         Log: Variable naming tweak.
32689      Branch: perl
32690            ! sv.c
32691 ____________________________________________________________________________
32692 [  8300] By: jhi                                   on 2001/01/02  23:40:02
32693         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
32694              in is_utf8_string().
32695      Branch: perl
32696            ! utf8.c
32697 ____________________________________________________________________________
32698 [  8299] By: jhi                                   on 2001/01/02  22:14:40
32699         Log: Integrate perlio.
32700      Branch: perl
32701           !> pp.c pp_hot.c win32/Makefile
32702 ____________________________________________________________________________
32703 [  8298] By: nick                                  on 2001/01/02  22:03:06
32704         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
32705      Branch: perlio
32706            ! pp.c pp_hot.c
32707 ____________________________________________________________________________
32708 [  8297] By: jhi                                   on 2001/01/02  04:26:28
32709         Log: Signedness nit.
32710      Branch: perl
32711            ! ext/Encode/Encode.xs
32712 ____________________________________________________________________________
32713 [  8296] By: nick                                  on 2001/01/01  23:49:36
32714         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
32715      Branch: perlio
32716            ! win32/Makefile
32717 ____________________________________________________________________________
32718 [  8295] By: jhi                                   on 2001/01/01  23:05:48
32719         Log: Integrate perlio.
32720      Branch: perl
32721           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
32722           !> t/lib/encode.t
32723 ____________________________________________________________________________
32724 [  8294] By: nick                                  on 2001/01/01  22:48:34
32725         Log: Integrate mainline
32726      Branch: perlio
32727            ! pp_hot.c t/lib/encode.t
32728           !> (integrate 65 files)
32729 ____________________________________________________________________________
32730 [  8293] By: nick                                  on 2001/01/01  21:58:50
32731         Log: More rigor in UTF-8-ness of Encode's toUnicode
32732              XS export some of the utf8 internal functions.
32733              Test some of the functions.
32734              Fix pp_concat() bug shown by said tests.
32735      Branch: perlio
32736            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
32737            ! t/lib/encode.t
32738 ____________________________________________________________________________
32739 [  8292] By: jhi                                   on 2001/01/01  18:11:44
32740         Log: Integrate perlio.
32741      Branch: perl
32742           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
32743           !> ext/Encode/encengine.c ext/Encode/encode.h
32744 ____________________________________________________________________________
32745 [  8291] By: jhi                                   on 2001/01/01  18:10:58
32746         Log: Podify README.mpeix (a new version from the web),
32747              add a dummy NAME to Carp::Heavy, regen toc.
32748      Branch: perl
32749            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
32750            ! pod/perltoc.pod
32751 ____________________________________________________________________________
32752 [  8290] By: nick                                  on 2001/01/01  17:43:47
32753         Log: Loose the "Loading..." warning.
32754              Another bug in fallback support
32755      Branch: perlio
32756            ! ext/Encode/Encode.pm ext/Encode/encengine.c
32757 ____________________________________________________________________________
32758 [  8289] By: jhi                                   on 2001/01/01  00:01:57
32759         Log: Bump up Larry's copyright.
32760      Branch: perl
32761            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
32762            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
32763            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
32764            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
32765            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
32766            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
32767            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
32768            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
32769 ____________________________________________________________________________
32770 [  8288] By: nick                                  on 2000/12/31  21:27:53
32771         Log: Fix .ucm reading - forgot a chr()
32772              Start of .ucm write (for .enc to .ucm)
32773      Branch: perlio
32774            ! ext/Encode/compile
32775 ____________________________________________________________________________
32776 [  8287] By: jhi                                   on 2000/12/31  18:15:56
32777         Log: Comment away a diagnostic message as noted by Craig A. Berry
32778              (the unexpected message was confusing testing)
32779      Branch: perl
32780            ! ext/Encode/Encode.pm
32781 ____________________________________________________________________________
32782 [  8286] By: jhi                                   on 2000/12/31  18:14:51
32783         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
32784              Date: Sun, 31 Dec 2000 11:17:37 -0600
32785              From: "Craig A. Berry" <craigberry@mac.com>
32786              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
32787      Branch: perl
32788            ! ext/Encode/Makefile.PL
32789 ____________________________________________________________________________
32790 [  8285] By: nick                                  on 2000/12/31  18:11:54
32791         Log: Start of support of ICU-style .ucm files:
32792              - teach compile how to read a .ucm file
32793              - first guess at how to represent fallbacks in "tries".
32794              - use fallbacks if check == 0
32795              - new return code to indicate we used one.
32796      Branch: perlio
32797            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
32798            ! ext/Encode/encengine.c ext/Encode/encode.h
32799 ____________________________________________________________________________
32800 [  8284] By: jhi                                   on 2000/12/31  18:04:41
32801         Log: Pacify picky VMS compiler.
32802              
32803              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
32804              From: "Craig A. Berry" <craig.berry@psinetcs.com>
32805              Date: Sat, 30 Dec 2000 18:10:02 -0600
32806              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
32807      Branch: perl
32808            ! sv.c
32809 ____________________________________________________________________________
32810 [  8283] By: jhi                                   on 2000/12/31  16:11:47
32811         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
32812      Branch: perl
32813            ! t/lib/glob-basic.t
32814 ____________________________________________________________________________
32815 [  8282] By: jhi                                   on 2000/12/31  15:26:11
32816         Log: Integrate perlio.
32817      Branch: perl
32818           !> makedef.pl opcode.pl os2/os2.c perlio.c
32819 ____________________________________________________________________________
32820 [  8281] By: nick                                  on 2000/12/31  10:06:15
32821         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
32822              is available to be exported
32823      Branch: perlio
32824            ! makedef.pl perlio.c
32825 ____________________________________________________________________________
32826 [  8280] By: nick                                  on 2000/12/31  09:41:26
32827         Log: Ilya's OS2 patch (testing for damage on Win32)
32828      Branch: perlio
32829            ! makedef.pl opcode.pl os2/os2.c
32830 ____________________________________________________________________________
32831 [  8279] By: jhi                                   on 2000/12/30  21:52:07
32832         Log: Test nits.
32833      Branch: perl
32834            ! t/lib/syslfs.t t/op/lfs.t
32835 ____________________________________________________________________________
32836 [  8278] By: jhi                                   on 2000/12/30  21:47:49
32837         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
32838              From: andreas.koenig@anima.de (Andreas J. Koenig)
32839              Date: 30 Dec 2000 22:35:37 +0100
32840              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
32841              
32842              The 32-bit wraparound test wasn't quite right.
32843      Branch: perl
32844            ! t/lib/syslfs.t t/op/lfs.t
32845 ____________________________________________________________________________
32846 [  8277] By: jhi                                   on 2000/12/30  21:33:44
32847         Log: Subject: [PATCH] open() example in perlfunc.pod 
32848              From: Karsten Sperling <s_sperli@ira.uka.de>
32849              Date: Sat, 30 Dec 2000 22:27:09 +0100
32850              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
32851      Branch: perl
32852            ! pod/perlfunc.pod
32853 ____________________________________________________________________________
32854 [  8276] By: jhi                                   on 2000/12/30  20:32:40
32855         Log: Not quite that many tests yet.
32856      Branch: perl
32857            ! t/op/pat.t
32858 ____________________________________________________________________________
32859 [  8275] By: jhi                                   on 2000/12/30  20:26:58
32860         Log: Integrate perlio.
32861      Branch: perl
32862           !> toke.c
32863 ____________________________________________________________________________
32864 [  8274] By: jhi                                   on 2000/12/30  20:24:56
32865         Log: Signedness nit.
32866      Branch: perl
32867            ! utf8.c
32868 ____________________________________________________________________________
32869 [  8273] By: jhi                                   on 2000/12/30  20:15:46
32870         Log: Add a test case for 20000731.001 which was fixed by the #8267.
32871      Branch: perl
32872            ! t/op/pat.t
32873 ____________________________________________________________________________
32874 [  8272] By: nick                                  on 2000/12/30  19:47:51
32875         Log: Tweak for MULTIPLICITY/USE_PERLIO
32876      Branch: perlio
32877            ! toke.c
32878 ____________________________________________________________________________
32879 [  8271] By: nick                                  on 2000/12/30  19:46:45
32880         Log: Integrate mainline
32881      Branch: perlio
32882           +> lib/unicode/distinct.pm
32883           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
32884           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
32885           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
32886 ____________________________________________________________________________
32887 [  8270] By: jhi                                   on 2000/12/30  19:39:50
32888         Log: Subject: RE: perl@8269
32889              From: "Richard Soderberg" <rs@crystalflame.net>
32890              Date: Sat, 30 Dec 2000 11:36:27 -0800
32891              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
32892              
32893              A missing aTHX_.
32894      Branch: perl
32895            ! toke.c
32896 ____________________________________________________________________________
32897 [  8269] By: jhi                                   on 2000/12/30  18:55:48
32898         Log: Update Changes.
32899      Branch: perl
32900            ! Changes patchlevel.h
32901 ____________________________________________________________________________
32902 [  8268] By: jhi                                   on 2000/12/30  17:18:40
32903         Log: Add a test for Unicode split //.  The #8267 was the cure.
32904      Branch: perl
32905            ! t/op/split.t
32906 ____________________________________________________________________________
32907 [  8267] By: jhi                                   on 2000/12/30  17:14:19
32908         Log: Subject: more UTF8 test suites and an UTF8 patch
32909              From: Inaba Hiroto <inaba@st.rim.or.jp>
32910              Date: Sat, 30 Dec 2000 14:27:10 +0900
32911              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
32912              
32913              Just the patch part for now, and the pragma renamed
32914              as unicode::distinct.
32915      Branch: perl
32916            + lib/unicode/distinct.pm
32917            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
32918            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
32919            ! regcomp.h regexec.c sv.c toke.c utf8.c
32920 ____________________________________________________________________________
32921 [  8266] By: nick                                  on 2000/12/30  16:40:49
32922         Log: Integrate mainline
32923      Branch: perlio
32924           +> lib/Pod/Text/Overstrike.pm
32925           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
32926           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
32927           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
32928           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
32929           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
32930 ____________________________________________________________________________
32931 [  8265] By: jhi                                   on 2000/12/30  07:28:55
32932         Log: The sv_catsv() fix, take two.
32933      Branch: perl
32934            ! sv.c t/op/join.t
32935 ____________________________________________________________________________
32936 [  8264] By: jhi                                   on 2000/12/30  06:19:18
32937         Log: Undo all the join-related changes since #8248: relevant
32938              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
32939              The new sv_catsv() doesn't fly so it must go back to
32940              the drawing board.
32941      Branch: perl
32942            ! sv.c t/op/join.t t/pragma/utf8.t
32943 ____________________________________________________________________________
32944 [  8263] By: jhi                                   on 2000/12/30  01:08:32
32945         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
32946      Branch: perl
32947            ! sv.c
32948 ____________________________________________________________________________
32949 [  8262] By: jhi                                   on 2000/12/30  00:45:14
32950         Log: Retract #8261.
32951      Branch: perl
32952            ! hv.c util.c
32953 ____________________________________________________________________________
32954 [  8261] By: jhi                                   on 2000/12/30  00:38:32
32955         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
32956      Branch: perl
32957            ! hv.c util.c
32958 ____________________________________________________________________________
32959 [  8260] By: jhi                                   on 2000/12/29  22:51:33
32960         Log: (Retracted by #8264)  More fixing for #8251.
32961      Branch: perl
32962            ! sv.c
32963 ____________________________________________________________________________
32964 [  8259] By: jhi                                   on 2000/12/29  18:27:30
32965         Log: Subject: podlators 1.06 released
32966              From: Russ Allbery <rra@stanford.edu>
32967              Date: 25 Dec 2000 05:09:30 -0800
32968              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
32969      Branch: perl
32970            + lib/Pod/Text/Overstrike.pm
32971            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
32972            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
32973 ____________________________________________________________________________
32974 [  8258] By: jhi                                   on 2000/12/29  18:20:45
32975         Log: Make the large file tests more robust/talkative as suggested by
32976              
32977              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
32978              From: andreas.koenig@anima.de (Andreas J. Koenig)
32979              Date: 29 Dec 2000 14:23:01 +0100
32980              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
32981      Branch: perl
32982            ! t/lib/syslfs.t t/op/lfs.t
32983 ____________________________________________________________________________
32984 [  8257] By: jhi                                   on 2000/12/29  17:48:04
32985         Log: Further VMS piping fixes from Charles Lane:
32986              
32987              In summary, error messages produced when a subprocess terminated
32988              abnormally were being sent not just to the parent process, but to
32989              grandparents, because of default values for error output that were
32990              not completely overridden when the subprocess was started.
32991              
32992              This patch fixes this behavior by defining user-mode (i.e., temporary
32993              for the duration of the program) logical names for SYS$OUTPUT and
32994              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
32995              changes to make it so that the user-mode logicals are the ones that
32996              control where Perl's error messages go if it terminates abnormally.
32997              
32998              I also added some gratuitous fixes to the indentation of braces in
32999              the piping code.  It just looked ugly, before.
33000      Branch: perl
33001            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
33002 ____________________________________________________________________________
33003 [  8256] By: jhi                                   on 2000/12/29  17:45:12
33004         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
33005              From: "Casey R. Tweten" <crt@kiski.net>
33006              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
33007              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
33008              
33009              Tests for for #8240.
33010      Branch: perl
33011            ! t/pragma/constant.t
33012 ____________________________________________________________________________
33013 [  8255] By: jhi                                   on 2000/12/29  17:43:07
33014         Log: Subject: Re: [PATCH] Interesting syntax idea
33015              From: Simon Cozens <simon@cozens.net>
33016              Date: Fri, 29 Dec 2000 14:34:04 +0000
33017              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
33018              
33019              Tests for #8254.
33020      Branch: perl
33021            ! t/pragma/sub_lval.t
33022 ____________________________________________________________________________
33023 [  8254] By: jhi                                   on 2000/12/29  17:42:11
33024         Log: Subject: [PATCH] Interesting syntax idea
33025              From: Simon Cozens <simon@cozens.net>
33026              Date: Wed, 27 Dec 2000 05:08:57 +0000
33027              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
33028              
33029              Make opens + bareword assigns do typeglob assigns.
33030      Branch: perl
33031            ! op.c
33032 ____________________________________________________________________________
33033 [  8253] By: jhi                                   on 2000/12/29  17:36:45
33034         Log: Output the (apparent) version of gcc, as suggested by
33035              
33036              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
33037              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
33038              Date: 26 Dec 2000 04:29:17 -0500
33039              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
33040              
33041              (The patch as such didn't any more apply as the misparsing had
33042              already been addressed in #6474.)  Also change the wording about
33043              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
33044      Branch: perl
33045            ! hints/dec_osf.sh
33046 ____________________________________________________________________________
33047 [  8252] By: nick                                  on 2000/12/29  12:14:31
33048         Log: Integrate mainline
33049      Branch: perlio
33050           !> (integrate 27 files)
33051 ____________________________________________________________________________
33052 [  8251] By: jhi                                   on 2000/12/29  08:45:46
33053         Log: (Retracted by #8264)
33054              
33055              (Fixed by #8260.)
33056              
33057              sv_catsv() needs one more byte space than seems reasonable.
33058              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
33059              Curiouser and curiouser.
33060      Branch: perl
33061            ! sv.c
33062 ____________________________________________________________________________
33063 [  8250] By: jhi                                   on 2000/12/29  07:57:52
33064         Log: More split // UTF-8 tests.
33065      Branch: perl
33066            ! t/pragma/utf8.t
33067 ____________________________________________________________________________
33068 [  8249] By: jhi                                   on 2000/12/29  07:54:51
33069         Log: (Retracted by #8264)  More join() testing which was good because
33070              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
33071      Branch: perl
33072            ! pp.c t/op/join.t utf8.c utf8.h
33073 ____________________________________________________________________________
33074 [  8248] By: jhi                                   on 2000/12/29  07:08:32
33075         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
33076              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
33077              that the only cases to care about are byte+byte and byte+character.
33078              
33079              TODO: See how well pp_concat() could be implemented in terms
33080              of sv_catsv().
33081      Branch: perl
33082            ! doop.c sv.c t/op/join.t utf8.h
33083 ____________________________________________________________________________
33084 [  8247] By: jhi                                   on 2000/12/29  06:35:23
33085         Log: Signedness nit.
33086      Branch: perl
33087            ! pp_hot.c
33088 ____________________________________________________________________________
33089 [  8246] By: jhi                                   on 2000/12/29  01:23:31
33090         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
33091              From: Lupe Christoph <lupe@lupe-christoph.de>
33092              Date: Thu, 28 Dec 2000 23:00:00 +0100
33093              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
33094              
33095              Suggest rsync --delete --dry-run.
33096      Branch: perl
33097            ! pod/perlhack.pod
33098 ____________________________________________________________________________
33099 [  8245] By: jhi                                   on 2000/12/28  23:57:05
33100         Log: The maxiters upper limit sanity check (guarding against
33101              non-progress) assumed bytes instead of characters in s///
33102              and split().
33103      Branch: perl
33104            ! pp.c pp_hot.c
33105 ____________________________________________________________________________
33106 [  8244] By: jhi                                   on 2000/12/28  23:34:08
33107         Log: Make some panic messages a bit more logical.
33108      Branch: perl
33109            ! doop.c pod/perldiag.pod pp.c pp_hot.c
33110 ____________________________________________________________________________
33111 [  8243] By: jhi                                   on 2000/12/28  22:59:16
33112         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
33113              From: Simon Cozens <simon@cozens.net>
33114              Date: Wed, 27 Dec 2000 02:30:03 +0000
33115              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
33116      Branch: perl
33117            ! pp.c t/pragma/sub_lval.t
33118 ____________________________________________________________________________
33119 [  8242] By: jhi                                   on 2000/12/28  22:56:53
33120         Log: Subject: [PATCH blead] Fix B::Terse indentation
33121              From: Daniel Chetlin <daniel@chetlin.com>
33122              Date: Wed, 27 Dec 2000 06:43:30 -0800
33123              Message-ID: <20001227064329.B9573@darkstar>
33124      Branch: perl
33125            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
33126 ____________________________________________________________________________
33127 [  8241] By: jhi                                   on 2000/12/28  22:48:59
33128         Log: The latter patch from the
33129              
33130              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
33131              From: Peter Prymmer <pvhp@forte.com> 
33132              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
33133              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
33134              
33135              (the former patch from the above should have been
33136              taken care of by Nick I-S)
33137      Branch: perl
33138            ! win32/Makefile
33139 ____________________________________________________________________________
33140 [  8240] By: jhi                                   on 2000/12/28  22:45:22
33141         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
33142              From: "Casey R. Tweten" <crt@kiski.net>
33143              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
33144              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
33145      Branch: perl
33146            ! lib/constant.pm
33147 ____________________________________________________________________________
33148 [  8239] By: jhi                                   on 2000/12/28  22:37:45
33149         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
33150              From: Simon Cozens <simon@cozens.net>
33151              Date: Wed, 27 Dec 2000 14:12:44 +0000
33152              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
33153      Branch: perl
33154            ! t/op/method.t t/op/sort.t toke.c
33155 ____________________________________________________________________________
33156 [  8238] By: jhi                                   on 2000/12/28  22:30:32
33157         Log: Subject: [PATCH perl@8229] Call.pm
33158              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
33159              Date: Mon, 25 Dec 2000 10:47:15 -0000
33160              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
33161      Branch: perl
33162            ! ext/Filter/Util/Call/Call.pm
33163 ____________________________________________________________________________
33164 [  8237] By: jhi                                   on 2000/12/28  22:19:21
33165         Log: Subject: [PATCH blead] Fix problem with `&' prototype
33166              From: Daniel Chetlin <daniel@chetlin.com>
33167              Date: Wed, 27 Dec 2000 15:55:32 -0800
33168              Message-ID: <20001227155532.D9573@darkstar>
33169      Branch: perl
33170            ! op.c t/comp/proto.t
33171 ____________________________________________________________________________
33172 [  8236] By: jhi                                   on 2000/12/28  22:09:25
33173         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
33174              From: Daniel Chetlin <daniel@chetlin.com>
33175              Date: Sun, 24 Dec 2000 04:09:49 -0800
33176              Message-ID: <20001224040949.B3090@darkstar>
33177      Branch: perl
33178            ! gv.c mg.c t/op/attrs.t
33179 ____________________________________________________________________________
33180 [  8235] By: jhi                                   on 2000/12/28  22:07:11
33181         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
33182              From: Jan Dubois <jand@ActiveState.com>
33183              Date: Tue, 26 Dec 2000 20:57:31 -0800
33184              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
33185      Branch: perl
33186            ! win32/win32.c
33187 ____________________________________________________________________________
33188 [  8234] By: jhi                                   on 2000/12/28  21:52:42
33189         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
33190              From: Simon Cozens <simon@cozens.net>
33191              Date: Thu, 28 Dec 2000 20:33:13 +0000
33192              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
33193      Branch: perl
33194            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
33195 ____________________________________________________________________________
33196 [  8233] By: jhi                                   on 2000/12/28  19:40:49
33197         Log: Integrate perlio.
33198      Branch: perl
33199           !> ext/Encode/Makefile.PL ext/Encode/compile
33200 ____________________________________________________________________________
33201 [  8232] By: nick                                  on 2000/12/23  16:06:00
33202         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
33203              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
33204      Branch: perlio
33205            ! ext/Encode/Makefile.PL
33206 ____________________________________________________________________________
33207 [  8231] By: nick                                  on 2000/12/23  14:30:34
33208         Log: "Compiled" encode build cleanup
33209              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
33210              - .c files do not export sub-tables
33211      Branch: perlio
33212            ! ext/Encode/Makefile.PL ext/Encode/compile
33213 ____________________________________________________________________________
33214 [  8230] By: nick                                  on 2000/12/23  12:50:37
33215         Log: Integrate mainline
33216      Branch: perlio
33217           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
33218           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
33219           !> pod/perl5004delta.pod pod/perl5005delta.pod
33220           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
33221           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
33222           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
33223           !> pod/perlsub.pod
33224 ____________________________________________________________________________
33225 [  8229] By: jhi                                   on 2000/12/22  15:32:12
33226         Log: Integrate perlio.
33227      Branch: perl
33228           +> win32/distclean.bat
33229           !> MANIFEST t/io/utf8.t
33230 ____________________________________________________________________________
33231 [  8228] By: jhi                                   on 2000/12/22  15:29:40
33232         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
33233              From: Robin Barker <rmb1@cise.npl.co.uk>
33234              Date: Fri, 22 Dec 2000 12:17:38 GMT
33235              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
33236      Branch: perl
33237            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
33238            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
33239            ! pod/perl5004delta.pod pod/perl5005delta.pod
33240            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
33241            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
33242            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
33243            ! pod/perlsub.pod
33244 ____________________________________________________________________________
33245 [  8227] By: jhi                                   on 2000/12/22  15:24:28
33246         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
33247              From: "John L. Allen" <allen@grumman.com>
33248              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
33249              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
33250              
33251              Document APPLLIB_EXP.
33252      Branch: perl
33253            ! INSTALL
33254 ____________________________________________________________________________
33255 [  8226] By: nick                                  on 2000/12/21  22:11:50
33256         Log: Handy script for when one forgets to "dmake clean" 
33257      Branch: perlio
33258            + win32/distclean.bat
33259            ! MANIFEST
33260 ____________________________________________________________________________
33261 [  8225] By: nick                                  on 2000/12/21  21:54:04
33262         Log: CRLF platform issue with io/utf8 fix.
33263      Branch: perlio
33264            ! t/io/utf8.t
33265 ____________________________________________________________________________
33266 [  8224] By: nick                                  on 2000/12/21  21:02:20
33267         Log: Integrate mainline
33268      Branch: perlio
33269           !> Changes Configure Makefile.SH Porting/Glossary
33270           !> Porting/config.sh Porting/config_H configure.com
33271           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
33272           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
33273           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
33274           !> win32/config.bc win32/config.gc win32/config.vc
33275 ____________________________________________________________________________
33276 [  8223] By: jhi                                   on 2000/12/21  17:09:16
33277         Log: Update Changes.
33278      Branch: perl
33279            ! Changes patchlevel.h
33280 ____________________________________________________________________________
33281 [  8222] By: jhi                                   on 2000/12/21  16:24:01
33282         Log: Metaconfig unit changes for #8221.
33283      Branch: metaconfig/U/perl
33284           +> issymlink.U
33285            - testsyml.U
33286            ! Mksymlinks.U
33287 ____________________________________________________________________________
33288 [  8221] By: jhi                                   on 2000/12/21  16:23:48
33289         Log: Rename testsyml to issymlink.
33290      Branch: perl
33291            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33292            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
33293            ! win32/config.vc
33294 ____________________________________________________________________________
33295 [  8220] By: jhi                                   on 2000/12/21  15:47:26
33296         Log: Robustness support for #8218 (symlink forest) since the GNU
33297              tools seem to be overly picky about symlinkage depths.
33298      Branch: perl
33299            ! Makefile.SH t/io/fs.t
33300 ____________________________________________________________________________
33301 [  8219] By: jhi                                   on 2000/12/21  15:38:27
33302         Log: Metaconfig changes for #8218.
33303      Branch: metaconfig
33304            ! U/modified/Oldconfig.U
33305      Branch: metaconfig/U/perl
33306            + Mksymlinks.U
33307            ! testsyml.U
33308 ____________________________________________________________________________
33309 [  8218] By: jhi                                   on 2000/12/21  15:37:57
33310         Log: Add Configure option -Dmksymlinks which will create a symlink
33311              forest if the current/build differs from the source directory.
33312              TODO: mkdir -p is not portable.
33313      Branch: perl
33314            ! Configure
33315 ____________________________________________________________________________
33316 [  8217] By: jhi                                   on 2000/12/21  14:39:12
33317         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
33318              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
33319              Date: Thu, 21 Dec 2000 09:38:18 GMT
33320              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
33321              
33322              The ofs became an SV.
33323      Branch: perl
33324            ! ext/Thread/Thread.xs
33325 ____________________________________________________________________________
33326 [  8216] By: jhi                                   on 2000/12/21  05:40:21
33327         Log: The polymorphism seems to have fixed 20000517.001.
33328      Branch: perl
33329            ! t/pragma/utf8.t
33330 ____________________________________________________________________________
33331 [  8215] By: jhi                                   on 2000/12/21  04:44:52
33332         Log: read() documentation tweak for 20001121.004.
33333      Branch: perl
33334            ! pod/perlfunc.pod
33335 ____________________________________________________________________________
33336 [  8214] By: jhi                                   on 2000/12/21  03:54:11
33337         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
33338      Branch: perl
33339            ! pp_sys.c t/op/misc.t
33340 ____________________________________________________________________________
33341 [  8213] By: jhi                                   on 2000/12/21  00:28:10
33342         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
33343              From: Peter Prymmer <pvhp@forte.com>
33344              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
33345              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
33346      Branch: perl
33347            ! configure.com
33348 ____________________________________________________________________________
33349 [  8212] By: jhi                                   on 2000/12/21  00:26:21
33350         Log: Edit edit edit.
33351      Branch: perl
33352            ! pod/perlfaq3.pod
33353 ____________________________________________________________________________
33354 [  8211] By: jhi                                   on 2000/12/20  18:52:46
33355         Log: Update Changes.
33356      Branch: perl
33357            ! Changes patchlevel.h
33358 ____________________________________________________________________________
33359 [  8210] By: jhi                                   on 2000/12/20  18:34:47
33360         Log: Yet another editor edit.
33361      Branch: perl
33362            ! pod/perlfaq3.pod
33363 ____________________________________________________________________________
33364 [  8209] By: jhi                                   on 2000/12/20  15:33:28
33365         Log: More Win32 Perling.
33366      Branch: perl
33367            ! pod/perlfaq3.pod
33368 ____________________________________________________________________________
33369 [  8208] By: jhi                                   on 2000/12/20  15:07:46
33370         Log: More Win32 editor/IDE/shell hints.
33371      Branch: perl
33372            ! pod/perlfaq3.pod
33373 ____________________________________________________________________________
33374 [  8207] By: jhi                                   on 2000/12/20  03:54:08
33375         Log: Subject: [PATCH] obscure timing knowledge
33376              From: Nicholas Clark <nick@ccl4.org>
33377              Date: Tue, 19 Dec 2000 19:22:31 +0000
33378              Message-ID: <20001219192231.F2827@plum.flirble.org>
33379      Branch: perl
33380            ! sv.c
33381 ____________________________________________________________________________
33382 [  8206] By: jhi                                   on 2000/12/20  03:45:57
33383         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
33384              From: Spider Boardman <spider@leggy.zk3.dec.com>
33385              Date: Tue, 19 Dec 2000 21:30:16 -0500
33386              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
33387      Branch: perl
33388            ! sv.c
33389 ____________________________________________________________________________
33390 [  8205] By: jhi                                   on 2000/12/19  23:02:01
33391         Log: Update Changes.
33392      Branch: perl
33393            ! Changes patchlevel.h
33394 ____________________________________________________________________________
33395 [  8204] By: jhi                                   on 2000/12/19  22:58:18
33396         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
33397              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
33398              on editors and diffing/patching.
33399      Branch: perl
33400            ! t/op/utf8decode.t
33401 ____________________________________________________________________________
33402 [  8203] By: nick                                  on 2000/12/19  21:36:16
33403         Log: Integrate mainline (forgot my own change...)
33404      Branch: perlio
33405           !> ext/Encode/compile
33406 ____________________________________________________________________________
33407 [  8202] By: nick                                  on 2000/12/19  21:34:42
33408         Log: Integrate mainline.
33409      Branch: perlio
33410           !> (integrate 61 files)
33411 ____________________________________________________________________________
33412 [  8201] By: nick                                  on 2000/12/19  21:34:06
33413         Log: Avoid looking for File::Glob when we don't need it.
33414      Branch: perl
33415            ! ext/Encode/compile
33416 ____________________________________________________________________________
33417 [  8200] By: jhi                                   on 2000/12/19  18:35:49
33418         Log: Update Changes.
33419      Branch: perl
33420            ! Changes patchlevel.h
33421 ____________________________________________________________________________
33422 [  8199] By: jhi                                   on 2000/12/19  18:35:07
33423         Log: Microperl tweaks.
33424      Branch: perl
33425            ! sv.c uconfig.h uconfig.sh
33426 ____________________________________________________________________________
33427 [  8198] By: jhi                                   on 2000/12/19  18:29:59
33428         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
33429      Branch: perl
33430            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33431            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
33432 ____________________________________________________________________________
33433 [  8197] By: jhi                                   on 2000/12/19  17:55:29
33434         Log: In VMS embedded perls couldn't access the statically built Socket,
33435              from Charles Lane.
33436      Branch: perl
33437            ! configure.com
33438 ____________________________________________________________________________
33439 [  8196] By: jhi                                   on 2000/12/19  17:49:50
33440         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
33441              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
33442              Date: Sun, 17 Dec 2000 19:11:44 -0000
33443              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
33444      Branch: perl
33445            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
33446            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
33447 ____________________________________________________________________________
33448 [  8195] By: jhi                                   on 2000/12/19  17:47:53
33449         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
33450              From: Jonathan Stowe <gellyfish@gellyfish.com>
33451              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
33452              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
33453      Branch: perl
33454            ! utils/h2xs.PL
33455 ____________________________________________________________________________
33456 [  8194] By: jhi                                   on 2000/12/19  17:46:28
33457         Log: Subject: Re: useless use of void context work-around
33458              From: andreas.koenig@anima.de (Andreas J. Koenig)
33459              Date: 16 Dec 2000 15:13:36 +0100
33460              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
33461              
33462              Document (comment) the q(di ds ig) trick in the code.
33463      Branch: perl
33464            ! op.c
33465 ____________________________________________________________________________
33466 [  8193] By: jhi                                   on 2000/12/19  17:10:57
33467         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
33468              From: "Mark J. Reed" <mreed@strange.turner.com>
33469              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
33470              Message-Id: <200012160222.VAA13986@strange.turner.com>
33471      Branch: perl
33472            ! ext/Sys/Syslog/Syslog.pm
33473 ____________________________________________________________________________
33474 [  8192] By: jhi                                   on 2000/12/19  17:07:45
33475         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
33476              From: Nicholas Clark <nick@ccl4.org>
33477              Date: Sat, 16 Dec 2000 19:03:13 +0000
33478              Message-ID: <20001216190313.D68304@plum.flirble.org>
33479      Branch: perl
33480            ! t/op/64bitint.t
33481 ____________________________________________________________________________
33482 [  8191] By: jhi                                   on 2000/12/19  17:06:13
33483         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
33484              From: Dominic Dunlop <domo@computer.org>
33485              Date: Mon, 18 Dec 2000 12:00:15 +0100
33486              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
33487              
33488              This patchlet is needed in order that perl can be statically linked.  
33489      Branch: perl
33490            ! regexec.c
33491 ____________________________________________________________________________
33492 [  8190] By: jhi                                   on 2000/12/19  17:03:08
33493         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
33494              From: "Craig A. Berry" <craig.berry@psinetcs.com>
33495              Date: Sun, 17 Dec 2000 00:18:35 -0600
33496              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
33497      Branch: perl
33498            ! perlio.h vms/gen_shrfls.pl
33499 ____________________________________________________________________________
33500 [  8189] By: jhi                                   on 2000/12/19  16:20:28
33501         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
33502              From: Prymmer/Kahn <pvhp@best.com>
33503              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
33504              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
33505              
33506              A better version of #8188.
33507      Branch: perl
33508            ! pod/perlfaq3.pod
33509 ____________________________________________________________________________
33510 [  8188] By: jhi                                   on 2000/12/19  15:57:06
33511         Log: (Replaced by #8189)
33512              
33513              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
33514              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
33515              From: Prymmer/Kahn <pvhp@best.com>
33516              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
33517              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
33518              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
33519              Date: Mon, 18 Dec 2000 11:10:45 -0500
33520              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
33521      Branch: perl
33522            ! pod/perlfaq3.pod
33523 ____________________________________________________________________________
33524 [  8187] By: jhi                                   on 2000/12/19  15:54:19
33525         Log: Email address fix for Anton Berezin.
33526      Branch: perl
33527            ! AUTHORS
33528 ____________________________________________________________________________
33529 [  8186] By: jhi                                   on 2000/12/19  15:38:54
33530         Log: Subject: [PATCH perl@8102] cygwin port
33531              From: "Eric Fifer" <efifer@dircon.co.uk> 
33532              Date: Thu, 14 Dec 2000 13:41:29 -0000
33533              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
33534              
33535              When compiling modules the data item that is being imported
33536              from libperl.dll needs to be tagged as imported/shared data:
33537              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
33538      Branch: perl
33539            ! perliol.h
33540 ____________________________________________________________________________
33541 [  8185] By: jhi                                   on 2000/12/19  14:53:24
33542         Log: Regen uconfig.h and uconfig.sh.
33543      Branch: perl
33544            ! uconfig.h uconfig.sh
33545 ____________________________________________________________________________
33546 [  8184] By: jhi                                   on 2000/12/18  20:43:49
33547         Log: Comments work so much better when they are closed.
33548      Branch: perl
33549            ! regcomp.c
33550 ____________________________________________________________________________
33551 [  8183] By: jhi                                   on 2000/12/18  18:04:02
33552         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
33553              Fixes the bug 20001218.016.
33554      Branch: perl
33555            ! regcomp.c
33556 ____________________________________________________________________________
33557 [  8182] By: gsar                                  on 2000/12/18  09:53:47
33558         Log: delete spurious files
33559      Branch: maint-5.6/perl
33560            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
33561            - vos/config.h vos/config_h.SH_orig
33562 ____________________________________________________________________________
33563 [  8181] By: gsar                                  on 2000/12/18  09:46:08
33564         Log: regen perltoc
33565      Branch: maint-5.6/perl
33566            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
33567 ____________________________________________________________________________
33568 [  8180] By: gsar                                  on 2000/12/18  09:20:27
33569         Log: integrate changes#7924..7926,7946,7952 from mainline
33570      Branch: maint-5.6/perl
33571           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
33572           !> lib/File/stat.pm t/lib/class-struct.t
33573 ____________________________________________________________________________
33574 [  8179] By: gsar                                  on 2000/12/18  08:55:54
33575         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
33576              7918,7919,7988,8907 from mainline (various)
33577      Branch: maint-5.6/perl
33578           +> t/lib/class-struct.t
33579           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
33580           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
33581           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
33582 ____________________________________________________________________________
33583 [  8178] By: gsar                                  on 2000/12/18  08:16:30
33584         Log: avoid redefinition warnings on windows due to sys/socket.h getting
33585              #included before win32.h
33586      Branch: maint-5.6/perl
33587            ! win32/include/sys/socket.h
33588 ____________________________________________________________________________
33589 [  8177] By: gsar                                  on 2000/12/18  05:24:04
33590         Log: make regen_headers; fix POSIX.xs problems; remove outdated
33591              code from sys/socket.h that makes build fail now
33592      Branch: maint-5.6/perl
33593            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
33594            ! pod/perlapi.pod
33595           !> win32/include/sys/socket.h
33596 ____________________________________________________________________________
33597 [  8176] By: gsar                                  on 2000/12/18  05:20:17
33598         Log: update Changes
33599      Branch: maint-5.6/perl
33600            ! Changes patchlevel.h
33601 ____________________________________________________________________________
33602 [  8175] By: gsar                                  on 2000/12/18  04:57:48
33603         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
33604              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
33605              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
33606              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
33607              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
33608              7823,7825,7838
33609      Branch: maint-5.6/perl
33610           +> lib/File/Spec/Epoc.pm
33611           !> (integrate 88 files)
33612 ____________________________________________________________________________
33613 [  8174] By: gsar                                  on 2000/12/18  03:53:09
33614         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
33615              7625..7629,7631..7634,7637,7639,7642 from mainline
33616      Branch: maint-5.6/perl
33617           +> README.solaris
33618           !> (integrate 26 files)
33619 ____________________________________________________________________________
33620 [  8173] By: gsar                                  on 2000/12/18  03:37:02
33621         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
33622              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
33623              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
33624              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
33625      Branch: maint-5.6/perl
33626           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
33627            - MAINTAIN
33628           !> (integrate 111 files)
33629 ____________________________________________________________________________
33630 [  8172] By: jhi                                   on 2000/12/18  02:49:27
33631         Log: Regen pods.
33632      Branch: perl
33633            ! pod/perlmodlib.pod pod/perltoc.pod
33634 ____________________________________________________________________________
33635 [  8171] By: gsar                                  on 2000/12/18  02:49:24
33636         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
33637              7465..7471 from mainline
33638              
33639              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
33640              in platforms that strictly require all the symbols being present
33641              at link time.
33642              
33643              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
33644              
33645              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
33646              
33647              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
33648              
33649              Subject: [PATCH] todo
33650              
33651              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
33652              
33653              Use $sort, $uniq (and $tr) consistently as wondered
33654              by Nicholas Clark.
33655              
33656              Too enthusiastic editing in #7460.
33657              
33658              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
33659              
33660              Upgrade to CPAN 1.58_55.
33661              Subject: CPAN.pm status
33662              
33663              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
33664              
33665              Make target reordering to avoid pointless re-makes.
33666              Subject: Re: Total re-make of 'make okfile' after 7451 ?
33667              
33668              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
33669              
33670              Subject: DOC PATCH 5.6.0
33671              
33672              Add the repository doc by Malcolm, Sarathy, and by Simon,
33673              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
33674      Branch: maint-5.6/perl
33675           +> Porting/repository.pod
33676           !> Configure MANIFEST Makefile.SH README.dos README.os2
33677           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
33678           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
33679           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
33680 ____________________________________________________________________________
33681 [  8169] By: gsar                                  on 2000/12/18  02:33:34
33682         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
33683              7435..7441,7445 from mainline
33684              
33685              Make the UTF-8 decoding stricter and more verbose when
33686              malformation happens.  This involved adding an argument
33687              to utf8_to_uv_chk(), which involved changing its prototype,
33688              and prefer STRLEN over I32 for the UTF-8 length, which as
33689              a domino effect necessitated changing the prototypes of
33690              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
33691              The stricter UTF-8 decoding checking uses Markus Kuhn's
33692              UTF-8 Decode Stress Tester from
33693              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
33694              
33695              Run vms/vms_yfix.pl, should have done that after changing
33696              perly.c in #7382.
33697              
33698              Subject: [PATCH 5.7.0] static linking with uninstalled perl
33699              
33700              (Replaced by #7440.)
33701              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
33702              
33703              Fix the bug ID 20001024.005, the bug introduced by #7416.
33704              
33705              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
33706              
33707              Fix the bug reported in
33708              From: andreas.koenig@anima.de (Andreas J. Koenig)
33709              Also make is_utf8_char() stricter.
33710              
33711              Missed the header file changes from #7425.
33712              
33713              Check if stdio supports tweaking lval and cnt simultaneously.
33714              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
33715              
33716              Stratus VOS updates from Paul Green.
33717              
33718              Podify README.epoc and README.vos.
33719              
33720              Add targets to Makefile.SH, most importantly
33721              'regen_all' which also remembers to update vms/perly*.
33722              
33723              Subject: Minor update to find2perl, for portability
33724              
33725              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
33726              
33727              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
33728              
33729              Rename UTF8LEN() to be UNISKIP(), too confusing to have
33730              UTF8LEN() and UTF8SKIP(). 
33731              
33732              Allow poking holes at the UTF-8 decoding strictness.
33733              
33734              Continue the internal UTF-8 API tweaking.
33735              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
33736              used much more than the simpler API, now called utf8_to_uv_simple().
33737              Still not quite happy with API, too much partial duplication
33738              of functionality.
33739              
33740              A new version of making the syslog test more robust.
33741              (Replaces #7421.)
33742              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
33743              
33744              buildtoc target tweaks.
33745              
33746              Integrate with vmsperl #7430 by Charles Bailey:
33747              
33748              Cleanup from prior patch (Charles Lane?):
33749              - improve handling of MFDs in Basename and Path
33750              - default to no xsubpp line # munging when building debug images
33751      Branch: maint-5.6/perl
33752           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33753           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
33754           !> (integrate 67 files)
33755 ____________________________________________________________________________
33756 [  8168] By: gsar                                  on 2000/12/18  02:05:49
33757         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
33758              
33759              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
33760              From: Martin Husemann <martin@duskware.de>
33761              
33762              Subject: [PATCH 5.7.0] restore match data on backtracing
33763              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33764      Branch: maint-5.6/perl
33765           !> regcomp.c regexec.c t/op/re_tests
33766 ____________________________________________________________________________
33767 [  8167] By: gsar                                  on 2000/12/18  01:55:22
33768         Log: integrate changes#7858,7986 from mainline
33769              
33770              C<foreach my $x ...> in pseudo-fork()ed process may diddle
33771              parent's memory; fix it by keeping track of the actual pad
33772              offset rather than a raw pointer (this change is probably also
33773              relevant to non-ithreads case to avoid fallout from reallocs of
33774              the pad array, but is currently only enabled for the ithreads
33775              case in the interests of minimal disruption to existing "well
33776              tested" code)
33777              
33778              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
33779              due to the notorious GetFileType() bug in Windows 9x, which fstat()
33780              tickles)
33781      Branch: maint-5.6/perl
33782           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
33783           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
33784           !> win32/win32.c win32/win32.h win32/win32sck.c
33785 ____________________________________________________________________________
33786 [  8166] By: gsar                                  on 2000/12/18  01:52:59
33787         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
33788              from mainline (xsubpp and ExtUtils::LibList fixups, various
33789              other small items)
33790      Branch: maint-5.6/perl
33791           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
33792           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
33793           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
33794           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
33795           !> win32/bin/search.pl
33796 ____________________________________________________________________________
33797 [  8165] By: gsar                                  on 2000/12/18  01:28:45
33798         Log: integrate changes#7533,7563,7611,7623 from mainline (various
33799              malloc.c embellishments)
33800      Branch: maint-5.6/perl
33801           !> malloc.c pod/perldiag.pod
33802 ____________________________________________________________________________
33803 [  8164] By: gsar                                  on 2000/12/18  01:23:33
33804         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
33805              fixups)
33806      Branch: maint-5.6/perl
33807           !> utils/h2xs.PL
33808 ____________________________________________________________________________
33809 [  8163] By: gsar                                  on 2000/12/18  01:17:50
33810         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
33811              fixups)
33812      Branch: maint-5.6/perl
33813           !> Makefile.SH utils/perlbug.PL
33814 ____________________________________________________________________________
33815 [  8162] By: gsar                                  on 2000/12/18  00:25:43
33816         Log: always export Perl_deb() (it is required by re.xs whether
33817              Perl is built with or without -DDEBUGGING)
33818      Branch: maint-5.6/perl
33819            ! makedef.pl
33820 ____________________________________________________________________________
33821 [  8161] By: gsar                                  on 2000/12/18  00:23:38
33822         Log: integrate change#7414 from mainline
33823              
33824              Undo the basename() part of #7412 since the lib/basename
33825              tests would need upgrading too.
33826              
33827              squelch two tests in tr.t that rely on tr/// paranoia change
33828              that's not in 5.6.x
33829      Branch: maint-5.6/perl
33830            ! t/op/tr.t
33831           !> lib/File/Basename.pm
33832 ____________________________________________________________________________
33833 [  8160] By: gsar                                  on 2000/12/18  00:05:30
33834         Log: missing change in previous integrate
33835      Branch: maint-5.6/perl
33836           !> README.aix
33837 ____________________________________________________________________________
33838 [  8159] By: gsar                                  on 2000/12/18  00:03:38
33839         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
33840              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
33841              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
33842              7410..7413 from mainline
33843      Branch: maint-5.6/perl
33844           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
33845           +> t/lib/tie-splice.t
33846            - lib/unicode/Is/DCinital.pl
33847           !> (integrate 112 files)
33848 ____________________________________________________________________________
33849 [  8158] By: jhi                                   on 2000/12/17  23:04:24
33850         Log: Subject: [PATCHES] RE: perl@8150 
33851              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
33852              Date: Sun, 17 Dec 2000 21:46:39 +0100
33853              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
33854              
33855              Neither cygwin has a getpwuid() one can trust on.
33856      Branch: perl
33857            ! t/lib/glob-basic.t
33858 ____________________________________________________________________________
33859 [  8157] By: jhi                                   on 2000/12/17  23:01:54
33860         Log: More MAN.PODS => {} fixes.
33861      Branch: perl
33862            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
33863            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
33864            ! os2/OS2/REXX/Makefile.PL
33865 ____________________________________________________________________________
33866 [  8156] By: gsar                                  on 2000/12/17  22:49:13
33867         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
33868              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
33869              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
33870              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
33871              7201,7204 from mainline
33872      Branch: maint-5.6/perl
33873           !> (integrate 121 files)
33874 ____________________________________________________________________________
33875 [  8155] By: jhi                                   on 2000/12/17  22:30:58
33876         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
33877              From: "Craig A. Berry" <craigberry@mac.com>
33878              Date: Sun, 17 Dec 2000 13:09:28 -0600
33879              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
33880              
33881              MAN.PODS => ' ' is naughty.
33882      Branch: perl
33883            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
33884 ____________________________________________________________________________
33885 [  8154] By: nick                                  on 2000/12/17  22:07:13
33886         Log: MULTIPLICITY nit.
33887      Branch: perl
33888            ! mg.c
33889 ____________________________________________________________________________
33890 [  8153] By: gsar                                  on 2000/12/17  21:23:05
33891         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
33892              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
33893              from mainline
33894              
33895              Document the SvIOK_.*UV().
33896              
33897              Update Unicode todo list.
33898              
33899              Guard against bad string->int conversion for quads.
33900              
33901              Subject: small apidoc fix
33902              
33903              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
33904              
33905              Subject: [PATCH] Tied filehandle documentation
33906              
33907              Subject: [PATCH] Modernize Opcode.pm documentation
33908              
33909              Make Data::Dumper (non-XS) to work with changed semantics of ref().
33910              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
33911              [applied even though said semantics didn't change in 5.6.x]
33912              
33913              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
33914              
33915              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
33916              
33917              Fix the URL, but the server is still missing in action.
33918              Subject: [ID 20000905.002] perlfaq1.pod URL error
33919              
33920              Subject: [ID 20000903.001] \w in utf8-strings
33921              
33922              Fix the ccversion detection for 5.1 and beyond.
33923              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
33924              
33925              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
33926              
33927              Subject: [ID 20000904.008] Tiny fix for perldiag
33928              
33929              Subject: Re: [ID 20000906.004] segfault with bad perl statement
33930              
33931              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
33932              
33933              Subject: [ID 20000908.002] perlipc documentation bug.
33934              
33935              Subject: [PATCH lib/Benchmark.pm]
33936              
33937              Re-allow vec() for characters > 255.
33938              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
33939              
33940              Do away with memory models cruft.  Sorry, PDP users.
33941              
33942              Continue #7041.
33943              
33944              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
33945              
33946              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
33947              
33948              Upgrade to CPAN 1.57_65, from Andreas König.
33949              
33950              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
33951              by Russ Allbery.
33952              
33953              Silence t/pod/*.t about alternate quote-mappings now implemented
33954              by Pod::Text, from Brad Appleton.
33955              
33956              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
33957              Subject: borland C++ win32.c tweak
33958              
33959              C<@a = @b = split(...)> optimization coredumps under ithreads
33960              (missed a spot when fixing up op_pmreplroot hack for ithreads)
33961              
33962              Document the SvUTF8*().
33963              
33964              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
33965              
33966              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
33967              
33968              Do in VMS as the #7054 does.
33969              
33970              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
33971              
33972              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
33973              
33974              Subject: [patch: perl@7045] vms updates
33975              
33976              Test for the #7049.
33977              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
33978              
33979              Break up the myconfig lines a bit.
33980              Subject: perlbug/perl -V output format
33981              
33982              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
33983              
33984              The #7054 truncated Configure badly.
33985              
33986              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
33987              initialization in all the threads on Windows
33988              
33989              Allow for whitespace between "#" and "line" in cpp output.
33990              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
33991              
33992              Remove vestiges of tr//CU.
33993              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
33994              
33995              The return value of setlocale must be copied away.
33996              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
33997              
33998              Allow chop() and chomp() to be overridden.
33999              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
34000              
34001              Hints optimization.
34002              Subject: Minor nit
34003              
34004              Subject: [PATCH] de-wall t/README
34005              
34006              Subject: Re: Two advertising clauses need to be removed
34007      Branch: maint-5.6/perl
34008           !> (integrate 75 files)
34009 ____________________________________________________________________________
34010 [  8152] By: gsar                                  on 2000/12/17  20:30:11
34011         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
34012              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
34013              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
34014              
34015              Don't attach -ld to the archname if pointless.
34016              
34017              Document UNTIE in a very minimalistic way.
34018              
34019              POSIX doesn't report long double values under -Duselongdouble
34020              when the long doubles are "real" (bigger than doubles).
34021              
34022              More author updates.
34023              
34024              Try to deduce NV_MAX.  Really should be Configure fodder.
34025              
34026              :: not allowed in pathnames, change to .
34027              Subject: [PATCH perl@6938] cygwin port
34028              
34029              Forget about NV_MAX (#6951).  Various floating point tweaks,
34030              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
34031              
34032              Move the Solaris 7 scan to use64bitall, make the
34033              failure to find 64-bot sparc libc to mention the
34034              possibility of being in an intel, from Lupe and Alan.
34035              
34036              Regen perltoc.
34037              
34038              AUTHORS tweaks, from Peter Prymmer.
34039              
34040              More address tweaking.
34041              
34042              Small tweaks all over.
34043              
34044              File::Temp patches from Andreas König,
34045              
34046              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
34047              
34048              Subject: CPAN.pm beta 1.57_57 for the core
34049              
34050              Part of the solution.
34051              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
34052              
34053              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
34054              
34055              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
34056              
34057              Add the overload warnings to perldiag.
34058              
34059              Drop unused argument.
34060              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
34061              
34062              Subject: Nit in Configure (bleadperl@6961)
34063              
34064              Update to PodParser 1.18, from Brad Appleton.
34065              
34066              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
34067              
34068              Subject: [PATCH: 6948] add SCNfldbl to configure.com
34069              
34070              Document UNTIE. Also tweak implementation to suppress the 'inner references'
34071              warning when UNTIE exists and instead pass the cound of extra references to
34072              the UNTIE method.
34073              
34074              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
34075              so that case-ignoring systems like DCL can tell them from
34076              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
34077              
34078              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
34079              
34080              Feature ordering tweak.
34081              
34082              Regen perltoc.
34083              
34084              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
34085              
34086              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
34087              
34088              Subject: http:// in L<>
34089              
34090              Detypo.
34091              
34092              change#6791 accidentally clobbered change#6710, put it back
34093              
34094              Only the first line, thank you very much.
34095              
34096              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
34097              plus rework the http: spots as suggested by Tom Christiansen,
34098              plus regen perltoc.
34099              
34100              Undo part of change 6489 which looks like a bulk edit which
34101              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
34102              The supressing of main:: on return from select() is undesirable.
34103              
34104              Apparently avoiding the swapping is too costly.
34105              
34106              Various Configure nits by Philip Newton,
34107              plus the ebcdic one by me.
34108              
34109              Make certain cc is set before trying to run it.
34110              
34111              If overloaded %{} etc. return the object do not loop.
34112              Thus  sub deref { $_[0] } functions if object is wanted type.
34113              
34114              Update perlhist.
34115              
34116              More %{} and other deref special casing - do not pass to 'nomethod'.
34117      Branch: maint-5.6/perl
34118           !> (integrate 59 files)
34119 ____________________________________________________________________________
34120 [  8151] By: gsar                                  on 2000/12/17  19:14:38
34121         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
34122              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
34123              
34124              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
34125              
34126              Make the epsilon to be relative, not absolute.
34127              
34128              Put back the flags dump as reasoned in
34129              Subject: Re: [PATCH] Glob dumping
34130              
34131              Introduce ccname to keep track of what compiler kind of we have.
34132              
34133              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
34134              
34135              Put back the slice accidentally removed by #6907.
34136              
34137              Reset archname and archname64 always, forcing them be
34138              recomputed at each Configure run, make Configure and
34139              the hints files agree on the naming of largefiles variables.
34140              
34141              Don't say "Perl 5.0 source kit".
34142              
34143              Subject: [PATCH] fix misc cast warnings
34144              
34145              Subject: typos in pods
34146              
34147              NVs not necessarily doubles, as pointed out by Yitzchak.
34148              
34149              Subject: [PATCH 6889] add a few ldbl formats to configure.com
34150              
34151              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
34152              
34153              Better options for rsync.
34154              
34155              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
34156              
34157              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
34158              
34159              Subject: [PATCH] Re: UNTIE method 
34160              
34161              A better fix for the Socket building problem from Craig Berry.
34162              
34163              Retract the dummy test, skip the security tests (instead of failing),
34164              explain what the warnings mean.
34165              
34166              Heap decorruption.
34167              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
34168              
34169              Update to Unicode 3.0.1.
34170              
34171              Missed one Unicode file.
34172              
34173              Subject: Re: typos in pods
34174              
34175              The #6929 was too skimpy.
34176              
34177              sscanf() may be the only way to read long doubles from strings.
34178              
34179              Reveal Borland's isnan.
34180              Subject: build with BC++ tweak
34181              
34182              Issue useful diagnostic on unknown pod commands.
34183              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
34184              
34185              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
34186              
34187              Clarify the third case of ftmp-security warnings.
34188              
34189              Make -Dusemorebits find long doubles in Solaris.
34190              
34191              Wrap the test in eval.
34192      Branch: maint-5.6/perl
34193           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
34194           +> lib/unicode/PropList.txt lib/unicode/README.perl
34195           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
34196           +> lib/unicode/Unicode.301 vms/vmspipe.com
34197            - lib/unicode/Props.txt lib/unicode/UCD300.html
34198            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
34199           !> (integrate 305 files)
34200 ____________________________________________________________________________
34201 [  8150] By: jhi                                   on 2000/12/17  18:47:57
34202         Log: Uncheckedin generated files.
34203      Branch: perl
34204            ! global.sym perlapi.c pod/perlapi.pod
34205 ____________________________________________________________________________
34206 [  8149] By: jhi                                   on 2000/12/17  18:41:22
34207         Log: Update Changes.
34208      Branch: perl
34209            ! Changes patchlevel.h
34210 ____________________________________________________________________________
34211 [  8148] By: jhi                                   on 2000/12/17  18:39:16
34212         Log: Subject: [PATCH] Fcntl constants speedup
34213              From: Nicholas Clark <nick@ccl4.org>
34214              Date: Sun, 17 Dec 2000 16:29:24 +0000
34215              Message-ID: <20001217162924.E97668@plum.flirble.org>
34216              
34217              Use IVs for the Fcntl constants instead of NVs.
34218      Branch: perl
34219            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
34220 ____________________________________________________________________________
34221 [  8147] By: jhi                                   on 2000/12/17  18:33:41
34222         Log: Add test for #8145 (binmode() warning), add warning for
34223              ioctl() and sockpair(), document them. (fileno() cannot
34224              be tripwired with the same kind of warning because
34225              'defined fileno($foo)' seems to be an idiom.)
34226      Branch: perl
34227            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
34228 ____________________________________________________________________________
34229 [  8146] By: gsar                                  on 2000/12/17  18:09:08
34230         Log: update Changes
34231      Branch: maint-5.6/perl
34232            ! Changes
34233 ____________________________________________________________________________
34234 [  8145] By: jhi                                   on 2000/12/17  17:39:35
34235         Log: Subject: [PATCH] Re: The long awaited feature ...
34236              From: Simon Cozens <simon@cozens.net>
34237              Date: Sun, 17 Dec 2000 12:31:56 +0000
34238              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
34239              
34240              Add a warning to binmode() about using bad filehandles
34241              (can happen e.g. if someone forgets the filehandle argument)
34242      Branch: perl
34243            ! pp_sys.c
34244 ____________________________________________________________________________
34245 [  8144] By: jhi                                   on 2000/12/17  17:33:48
34246         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
34247              From: Jonathan Stowe <gellyfish@gellyfish.com>
34248              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
34249              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
34250      Branch: perl
34251            ! lib/Net/Ping.pm
34252 ____________________________________________________________________________
34253 [  8143] By: jhi                                   on 2000/12/17  05:31:37
34254         Log: Polymorphic regexps.
34255              
34256              Fixes at least the bugs 20001028.003 (both of them...) and
34257              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
34258              also to be fixed by now, probably already before this patch.
34259      Branch: perl
34260            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
34261            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
34262            ! t/op/utf8decode.t t/pragma/utf8.t
34263 ____________________________________________________________________________
34264 [  8142] By: jhi                                   on 2000/12/16  17:16:05
34265         Log: Subject: [patch perl@8102] dos/djgpp update
34266              From: Laszlo Molnar <ml1050@freemail.hu>
34267              Date: Sat, 16 Dec 2000 01:40:52 +0100
34268              Message-ID: <20001216014052.A335@freemail.hu>
34269      Branch: perl
34270            ! djgpp/config.over t/base/commonsense.t
34271 ____________________________________________________________________________
34272 [  8141] By: jhi                                   on 2000/12/16  17:09:27
34273         Log: Few uncheckedin files.
34274      Branch: perl
34275            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
34276 ____________________________________________________________________________
34277 [  8140] By: nick                                  on 2000/12/15  22:14:31
34278         Log: Integrate mainline
34279      Branch: perlio
34280           !> (integrate 53 files)
34281 ____________________________________________________________________________
34282 [  8139] By: jhi                                   on 2000/12/15  19:49:49
34283         Log: One more IVUV tweak from Nicholas Clark.
34284      Branch: perl
34285            ! sv.c
34286 ____________________________________________________________________________
34287 [  8138] By: jhi                                   on 2000/12/15  19:17:06
34288         Log: Return of the IVUV-preservation, now seems to be happy even
34289              in Digital UNIX (the broken strtoul brokenness detection
34290              seems to have been the fly in the ointment).
34291      Branch: perl
34292            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34293            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
34294            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
34295            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
34296            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34297            ! vos/config.ga.h win32/config.bc win32/config.gc
34298            ! win32/config.vc
34299 ____________________________________________________________________________
34300 [  8137] By: jhi                                   on 2000/12/15  18:12:14
34301         Log: Metaconfig unit change for #8136.
34302      Branch: metaconfig
34303            ! U/modified/d_strtoul.U
34304      Branch: metaconfig/U/perl
34305            ! d_strtoull.U d_strtouq.U
34306 ____________________________________________________________________________
34307 [  8136] By: jhi                                   on 2000/12/15  18:11:35
34308         Log: I don't think it's sensible or portable to test the strtou*
34309              on /^-/ strings.
34310      Branch: perl
34311            ! Configure
34312 ____________________________________________________________________________
34313 [  8135] By: jhi                                   on 2000/12/15  17:18:49
34314         Log: Metaconfig unit change for #8134.
34315      Branch: metaconfig
34316            ! U/modified/d_strtoul.U
34317 ____________________________________________________________________________
34318 [  8134] By: jhi                                   on 2000/12/15  17:14:13
34319         Log: If longsize is 8 we don't need a LL suffix for integer constants.
34320      Branch: perl
34321            ! Configure config_h.SH
34322 ____________________________________________________________________________
34323 [  8133] By: jhi                                   on 2000/12/15  16:00:23
34324         Log: Update Changes.
34325      Branch: perl
34326            ! Changes patchlevel.h
34327 ____________________________________________________________________________
34328 [  8132] By: jhi                                   on 2000/12/15  15:44:16
34329         Log: Some compilers get huffy if you do not cast a const pointer
34330              to a non-const when assigning.
34331      Branch: perl
34332            ! gv.c
34333 ____________________________________________________________________________
34334 [  8131] By: jhi                                   on 2000/12/15  15:38:30
34335         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
34336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34337              Date: Fri, 15 Dec 2000 05:26:57 -0500
34338              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
34339      Branch: perl
34340            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
34341            ! t/pragma/overload.t
34342 ____________________________________________________________________________
34343 [  8130] By: jhi                                   on 2000/12/15  15:36:08
34344         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
34345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34346              Date: Thu, 14 Dec 2000 22:02:43 -0500
34347              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
34348      Branch: perl
34349            ! gv.c perl.h
34350 ____________________________________________________________________________
34351 [  8129] By: jhi                                   on 2000/12/15  15:34:16
34352         Log: Subject: PATCH: h2xs nit
34353              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34354              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
34355              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
34356              
34357              Add a template README.
34358      Branch: perl
34359            ! utils/h2xs.PL
34360 ____________________________________________________________________________
34361 [  8128] By: jhi                                   on 2000/12/15  15:32:22
34362         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
34363      Branch: perl
34364            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
34365 ____________________________________________________________________________
34366 [  8127] By: jhi                                   on 2000/12/15  15:19:34
34367         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
34368              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34369              Date:     Thu, 14 Dec 2000 20:04:42 EST
34370              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
34371      Branch: perl
34372            ! ext/Opcode/Opcode.xs
34373 ____________________________________________________________________________
34374 [  8126] By: jhi                                   on 2000/12/15  15:17:49
34375         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
34376              From: Peter Prymmer <pvhp@forte.com>
34377              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
34378              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
34379      Branch: perl
34380            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
34381            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
34382            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
34383 ____________________________________________________________________________
34384 [  8125] By: jhi                                   on 2000/12/15  15:11:05
34385         Log: This seems to be a stage sane and stable enough to checkin.
34386              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
34387      Branch: perl
34388            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
34389            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
34390            ! t/op/cmp.t t/op/numconvert.t
34391 ____________________________________________________________________________
34392 [  8124] By: jhi                                   on 2000/12/15  04:20:26
34393         Log: Something is really wonky.
34394      Branch: perl
34395            ! sv.c
34396 ____________________________________________________________________________
34397 [  8123] By: jhi                                   on 2000/12/15  04:00:50
34398         Log: Fixes for the IV UV patches to compile in Digital UNIX.
34399      Branch: perl
34400            ! sv.c
34401 ____________________________________________________________________________
34402 [  8122] By: jhi                                   on 2000/12/15  02:53:40
34403         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
34404              From: "Craig A. Berry" <craigberry@mac.com>
34405              Date: Thu, 14 Dec 2000 19:10:49 -0600
34406              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
34407      Branch: perl
34408            ! vms/vms.c
34409 ____________________________________________________________________________
34410 [  8121] By: jhi                                   on 2000/12/15  02:50:00
34411         Log: Metaconfig changes for #8120.
34412      Branch: metaconfig
34413            + U/modified/d_strtoul.U
34414      Branch: metaconfig/U/perl
34415            ! d_strtoull.U d_strtouq.U
34416 ____________________________________________________________________________
34417 [  8120] By: jhi                                   on 2000/12/15  02:49:42
34418         Log: From: Nicholas Clark <nick@ccl4.org> 
34419              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
34420              Date: Thu, 14 Dec 2000 18:38:57 +0000
34421              Message-ID: <20001214183857.B97909@plum.flirble.org>
34422      Branch: perl
34423            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34424            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
34425            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
34426            ! vos/config.ga.def vos/config.ga.h win32/config.bc
34427            ! win32/config.gc win32/config.vc
34428 ____________________________________________________________________________
34429 [  8119] By: jhi                                   on 2000/12/14  23:40:58
34430         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
34431              From: Nicholas Clark <nick@ccl4.org>
34432              Date: Wed, 13 Dec 2000 20:08:50 +0000
34433              Message-ID: <20001213200849.B71166@plum.flirble.org>
34434      Branch: perl
34435            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
34436            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
34437 ____________________________________________________________________________
34438 [  8118] By: jhi                                   on 2000/12/14  22:46:26
34439         Log: Integrate perlio.
34440      Branch: perl
34441           !> MANIFEST ext/Encode/compile makedef.pl
34442 ____________________________________________________________________________
34443 [  8117] By: nick                                  on 2000/12/14  22:38:53
34444         Log: Win32 tweaks to get Encode to build
34445              - temp hack to makedef.pl till PerlIO is properly "exported".
34446              - MSVC dislikes  
34447              static encpage_t foo[];
34448              so make 'em extern for now.
34449      Branch: perlio
34450            ! ext/Encode/compile makedef.pl
34451 ____________________________________________________________________________
34452 [  8116] By: nick                                  on 2000/12/14  22:00:53
34453         Log: Document the new files
34454      Branch: perlio
34455            ! MANIFEST
34456 ____________________________________________________________________________
34457 [  8115] By: jhi                                   on 2000/12/14  21:58:01
34458         Log: MANIFEST new files of #8114.
34459      Branch: perl
34460            ! MANIFEST
34461 ____________________________________________________________________________
34462 [  8114] By: jhi                                   on 2000/12/14  21:50:49
34463         Log: Integrate perlio.
34464      Branch: perl
34465           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
34466           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
34467           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
34468           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
34469           !> ext/Encode/Makefile.PL
34470 ____________________________________________________________________________
34471 [  8113] By: jhi                                   on 2000/12/14  21:48:49
34472         Log: The documentation part of the
34473              
34474              Subject: [ID 20001214.002] Net::Ping patch
34475              From: Jonathan Stowe <gellyfish@gellyfish.com>
34476              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
34477              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
34478              since the #7529 had already addressed the same problem.
34479      Branch: perl
34480            ! lib/Net/Ping.pm
34481 ____________________________________________________________________________
34482 [  8112] By: jhi                                   on 2000/12/14  21:42:57
34483         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
34484              From: Dominic Dunlop <domo@computer.org>
34485              Date: Tue, 12 Dec 2000 10:47:10 +0100
34486              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
34487              
34488              Document how elusive subroutines can be.
34489      Branch: perl
34490            ! pod/perlfunc.pod
34491 ____________________________________________________________________________
34492 [  8111] By: jhi                                   on 2000/12/14  21:38:05
34493         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
34494              From: Dominic Dunlop <domo@computer.org>
34495              Date: Thu, 14 Dec 2000 10:13:51 +0100
34496              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
34497      Branch: perl
34498            ! ext/POSIX/POSIX.pod
34499 ____________________________________________________________________________
34500 [  8110] By: jhi                                   on 2000/12/14  21:36:32
34501         Log: Subject: [patch] perlfaq7
34502              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
34503              Date: Thu, 14 Dec 2000 15:31:07 +0100
34504              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
34505      Branch: perl
34506            ! pod/perlfaq7.pod
34507 ____________________________________________________________________________
34508 [  8109] By: jhi                                   on 2000/12/14  21:29:20
34509         Log: Subject: [8104] Encode
34510              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34511              Date: Thu, 14 Dec 2000 14:49:34 +0100
34512              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
34513              
34514              Type casting for nervous compilers.
34515      Branch: perl
34516            ! ext/Encode/Encode.xs
34517 ____________________________________________________________________________
34518 [  8108] By: jhi                                   on 2000/12/14  21:26:17
34519         Log: Subject: [8104] DB_File
34520              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34521              Date: Thu, 14 Dec 2000 14:49:35 +0100
34522              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
34523              
34524              Type definition incorrect for DB 2.7.7.  Not known when it
34525              changed, so only changed it for a known revision.
34526      Branch: perl
34527            ! ext/DB_File/DB_File.xs
34528 ____________________________________________________________________________
34529 [  8107] By: jhi                                   on 2000/12/14  21:23:41
34530         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
34531              From: Peter Prymmer <pvhp@forte.com>
34532              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
34533              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
34534              
34535              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
34536      Branch: perl
34537            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
34538            ! ext/Encode/Encode/posix-bc.enc
34539 ____________________________________________________________________________
34540 [  8106] By: nick                                  on 2000/12/14  20:36:13
34541         Log: "Cold" build correction to Encode's Makefile.PL
34542      Branch: perlio
34543            ! ext/Encode/Makefile.PL
34544 ____________________________________________________________________________
34545 [  8105] By: nick                                  on 2000/12/14  20:09:37
34546         Log: "Compiled" encodings.
34547              Correct replacement character in EBCDIC .enc files
34548              Add 0x7F to ASCII repertoire.
34549      Branch: perlio
34550            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
34551            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
34552            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
34553            ! ext/Encode/Makefile.PL ext/Encode/compile
34554            ! ext/Encode/encengine.c ext/Encode/encode.h
34555 ____________________________________________________________________________
34556 [  8104] By: nick                                  on 2000/12/14  00:38:20
34557         Log: Integrate mainline
34558      Branch: perlio
34559           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
34560           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
34561           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
34562           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
34563           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
34564           !> t/lib/db-hash.t t/lib/db-recno.t
34565 ____________________________________________________________________________
34566 [  8103] By: nick                                  on 2000/12/13  23:16:13
34567         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
34568              so far and so it does not get lost.
34569      Branch: perlio
34570            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
34571 ____________________________________________________________________________
34572 [  8102] By: jhi                                   on 2000/12/13  17:14:22
34573         Log: Update Changes.
34574      Branch: perl
34575            ! Changes patchlevel.h
34576 ____________________________________________________________________________
34577 [  8101] By: jhi                                   on 2000/12/13  16:53:41
34578         Log: Move the proto of start_glob() to a better place; regen api files.
34579      Branch: perl
34580            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
34581 ____________________________________________________________________________
34582 [  8100] By: jhi                                   on 2000/12/13  16:47:11
34583         Log: Metaconfig change for #8099.
34584      Branch: metaconfig
34585            ! U/modified/Head.U
34586 ____________________________________________________________________________
34587 [  8099] By: jhi                                   on 2000/12/13  16:46:48
34588         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
34589              From: Andy Dougherty <doughera@lafayette.edu>
34590              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
34591              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
34592      Branch: perl
34593            ! Configure
34594 ____________________________________________________________________________
34595 [  8098] By: jhi                                   on 2000/12/13  16:39:02
34596         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
34597              From: rspier@pobox.com (Robert Spier)
34598              Date: Tue, 12 Dec 2000 21:12:39 -0500
34599              Message-ID: <14902.56087.678086.725773@rls.cx>
34600              
34601              fastgetcwd is defined using a glob alias on a $^O dependent basis -
34602              and there was no default assignment or perl subroutine.
34603      Branch: perl
34604            ! lib/Cwd.pm
34605 ____________________________________________________________________________
34606 [  8097] By: jhi                                   on 2000/12/13  16:16:01
34607         Log: Subject: [PATCH] move startglob out of pp_hot.c
34608              From: Nicholas Clark <nick@ccl4.org>
34609              Date: Mon, 11 Dec 2000 23:16:39 +0000
34610              Message-ID: <20001211231638.A55550@plum.flirble.org>
34611      Branch: perl
34612            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
34613 ____________________________________________________________________________
34614 [  8096] By: jhi                                   on 2000/12/13  15:26:23
34615         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
34616              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
34617              Date: Wed, 13 Dec 2000 14:01:37 +0100
34618              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
34619              
34620              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
34621              in turn requires libpthread in libswanted.
34622      Branch: perl
34623            ! hints/hpux.sh
34624 ____________________________________________________________________________
34625 [  8095] By: jhi                                   on 2000/12/12  19:51:05
34626         Log: The integration wars continue.
34627      Branch: perl
34628           !> sv.c
34629 ____________________________________________________________________________
34630 [  8094] By: jhi                                   on 2000/12/12  19:48:26
34631         Log: Subject: [PATCH perl@8070] DB_File-1.74  
34632              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
34633              Date: Mon, 11 Dec 2000 23:07:17 -0000
34634              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
34635      Branch: perl
34636            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
34637            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
34638            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
34639            ! t/lib/db-recno.t
34640 ____________________________________________________________________________
34641 [  8093] By: nick                                  on 2000/12/12  19:42:13
34642         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
34643      Branch: perlio
34644            ! sv.c
34645           !> lib/File/DosGlob.pm
34646 ____________________________________________________________________________
34647 [  8092] By: jhi                                   on 2000/12/12  19:28:11
34648         Log: Integrate perlio.
34649      Branch: perl
34650           !> sv.c
34651 ____________________________________________________________________________
34652 [  8091] By: nick                                  on 2000/12/12  18:49:45
34653         Log: Fix for Tk, and upgrading shared SVs.
34654      Branch: perlio
34655            ! sv.c
34656 ____________________________________________________________________________
34657 [  8090] By: jhi                                   on 2000/12/12  16:48:59
34658         Log: Subject: [PATCH] Re: Breadperl & Tk
34659              From: Nick Ing-Simmons <nik@tiuk.ti.com>
34660              Date: Tue, 12 Dec 2000 14:48:27 GMT
34661              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
34662      Branch: perl
34663            ! sv.c
34664 ____________________________________________________________________________
34665 [  8089] By: jhi                                   on 2000/12/12  03:37:19
34666         Log: Subject: DosGlob.pm diff for bash style brace expansion.
34667              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
34668              Date: Fri, 8 Dec 2000 10:45:30 -0600
34669              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
34670      Branch: perl
34671            ! lib/File/DosGlob.pm
34672 ____________________________________________________________________________
34673 [  8088] By: nick                                  on 2000/12/11  23:59:59
34674         Log: Integrate mainline
34675      Branch: perlio
34676           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
34677           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
34678           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
34679           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
34680           !> t/op/local.t t/pragma/warn/toke toke.c
34681 ____________________________________________________________________________
34682 [  8087] By: jhi                                   on 2000/12/11  23:20:23
34683         Log: Integrate perlio.
34684      Branch: perl
34685           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
34686 ____________________________________________________________________________
34687 [  8086] By: jhi                                   on 2000/12/11  22:50:59
34688         Log: Tune further the OS detection of CGI.
34689      Branch: perl
34690            ! lib/CGI.pm
34691 ____________________________________________________________________________
34692 [  8085] By: nick                                  on 2000/12/11  22:50:46
34693         Log: Finish 1st pass of "encoding" layer e.g. :
34694              open($fh,"<encoding(iso8859-7)",$greek) || die;
34695      Branch: perlio
34696            ! ext/Encode/Encode.xs perlio.c perliol.h
34697 ____________________________________________________________________________
34698 [  8084] By: jhi                                   on 2000/12/11  22:32:06
34699         Log: Revert the -f ambiguousity patch, seems to cause
34700              too much hassle (the interpret -Q as a function
34701              where Q is not a known filetest part is left in).
34702      Branch: perl
34703            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
34704            ! toke.c
34705 ____________________________________________________________________________
34706 [  8083] By: jhi                                   on 2000/12/11  22:27:23
34707         Log: (accidentally empty check-in)
34708      Branch: perl
34709            ! lib/File/DosGlob.pm
34710 ____________________________________________________________________________
34711 [  8082] By: nick                                  on 2000/12/11  19:09:51
34712         Log: Restore mmap function (broken by tweaks to shared buffer
34713              layer for encode(xxxx)).
34714      Branch: perlio
34715            ! perlio.c
34716 ____________________________________________________________________________
34717 [  8081] By: jhi                                   on 2000/12/11  18:29:13
34718         Log: Subject: Re: The long awaited feature ...
34719              From: Simon Cozens <simon@cozens.net>
34720              Date: Mon, 11 Dec 2000 15:54:24 +0000
34721              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
34722              
34723              More io/utf8 tests.
34724      Branch: perl
34725            ! t/io/utf8.t
34726 ____________________________________________________________________________
34727 [  8080] By: jhi                                   on 2000/12/11  18:19:36
34728         Log: Subject: PATCH MakeMaker manpage clarification
34729              From: andreas.koenig@anima.de (Andreas J. Koenig)
34730              Date: 10 Dec 2000 20:46:13 +0100
34731              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
34732      Branch: perl
34733            ! lib/ExtUtils/MakeMaker.pm
34734 ____________________________________________________________________________
34735 [  8079] By: jhi                                   on 2000/12/11  15:35:07
34736         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
34737              From: Simon Cozens <simon@cozens.net>
34738              Date: Sun, 10 Dec 2000 19:06:19 +0000
34739              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
34740      Branch: perl
34741            ! ext/B/B/Deparse.pm t/lib/b.t
34742 ____________________________________________________________________________
34743 [  8078] By: jhi                                   on 2000/12/11  15:09:11
34744         Log: Subject: [PATCH] docs on NaN
34745              From: Nicholas Clark <nick@ccl4.org>
34746              Date: Mon, 11 Dec 2000 01:48:38 +0000
34747              Message-ID: <20001211014838.B99205@plum.flirble.org>
34748      Branch: perl
34749            ! pod/perlop.pod
34750 ____________________________________________________________________________
34751 [  8077] By: jhi                                   on 2000/12/11  15:02:21
34752         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
34753              From: Simon Cozens <simon@cozens.net>
34754              Date: Mon, 11 Dec 2000 01:21:45 +0000
34755              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
34756      Branch: perl
34757            ! pp.c pp_hot.c scope.c t/op/local.t
34758 ____________________________________________________________________________
34759 [  8076] By: nick                                  on 2000/12/10  20:43:32
34760         Log: Not merge worthy...
34761              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
34762              syntax is modelled on attributes.
34763              Untested fix for io/utf8 on Win32 etc.
34764              Very clumsy start to the encode layer.
34765      Branch: perlio
34766            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
34767 ____________________________________________________________________________
34768 [  8075] By: jhi                                   on 2000/12/10  18:39:33
34769         Log: Darwin is not Windows.
34770      Branch: perl
34771            ! lib/CGI.pm
34772 ____________________________________________________________________________
34773 [  8074] By: jhi                                   on 2000/12/10  18:31:27
34774         Log: Subject: Ambiguous -%c() resolved as a file test
34775              From: "Paul Marquess" <Paul.Marquess@openwave.com>
34776              Date: Sun, 10 Dec 2000 15:35:07 -0000
34777              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
34778      Branch: perl
34779            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
34780 ____________________________________________________________________________
34781 [  8073] By: jhi                                   on 2000/12/10  18:16:29
34782         Log: Subject: PATCH installperl misinformed 
34783              From: andreas.koenig@anima.de (Andreas J. Koenig)
34784              Date: 10 Dec 2000 13:01:32 +0100 
34785              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
34786      Branch: perl
34787            ! installperl
34788 ____________________________________________________________________________
34789 [  8072] By: jhi                                   on 2000/12/10  18:07:55
34790         Log: The walkoptree confusion rages; walkoptree() seems to be coming
34791              from B.xs, while walkoptree_slow() comes from B.pm.
34792      Branch: perl
34793            ! ext/B/B.pm
34794 ____________________________________________________________________________
34795 [  8071] By: nick                                  on 2000/12/10  11:45:47
34796         Log: Integrate mainline
34797      Branch: perlio
34798           +> t/base/commonsense.t
34799           !> (integrate 37 files)
34800 ____________________________________________________________________________
34801 [  8070] By: jhi                                   on 2000/12/10  04:46:21
34802         Log: Update Changes.
34803      Branch: perl
34804            ! Changes patchlevel.h
34805 ____________________________________________________________________________
34806 [  8069] By: jhi                                   on 2000/12/10  04:39:19
34807         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
34808              From: andreas.koenig@anima.de (Andreas J. Koenig)
34809              Date: 09 Dec 2000 17:14:25 +0100
34810              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
34811      Branch: perl
34812            + t/base/commonsense.t
34813            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
34814 ____________________________________________________________________________
34815 [  8068] By: jhi                                   on 2000/12/10  04:17:36
34816         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
34817              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
34818              Date: Sat, 9 Dec 2000 16:47:22 -0000
34819              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
34820      Branch: perl
34821            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
34822            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
34823            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
34824            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
34825            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
34826            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
34827            ! t/lib/sdbm.t
34828 ____________________________________________________________________________
34829 [  8067] By: jhi                                   on 2000/12/10  03:52:02
34830         Log: Test case for #8066.
34831      Branch: perl
34832            ! t/op/misc.t
34833 ____________________________________________________________________________
34834 [  8066] By: jhi                                   on 2000/12/10  03:50:30
34835         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
34836              From: Simon Cozens <simon@cozens.net>
34837              Date: Sun, 10 Dec 2000 00:55:37 +0000
34838              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
34839      Branch: perl
34840            ! pp_sys.c
34841 ____________________________________________________________________________
34842 [  8065] By: jhi                                   on 2000/12/10  03:44:52
34843         Log: Test case for #8064.
34844      Branch: perl
34845            ! t/comp/proto.t
34846 ____________________________________________________________________________
34847 [  8064] By: jhi                                   on 2000/12/10  03:42:32
34848         Log: Subject: Re: prototype of substr
34849              From: Simon Cozens <simon@cozens.net>
34850              Date: Sun, 10 Dec 2000 00:13:33 +0000
34851              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
34852              
34853              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
34854      Branch: perl
34855            ! pp.c
34856 ____________________________________________________________________________
34857 [  8063] By: jhi                                   on 2000/12/10  03:39:42
34858         Log: Subject: [PATCH] perlguts.pod
34859              From: Simon Cozens <simon@cozens.net>
34860              Date: Sun, 10 Dec 2000 00:06:47 +0000
34861              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
34862              
34863              Documentation of the different types of ops,
34864              plus the functions in dump.c
34865      Branch: perl
34866            ! pod/perlguts.pod
34867 ____________________________________________________________________________
34868 [  8062] By: jhi                                   on 2000/12/10  03:30:04
34869         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
34870              From: Nicholas Clark <nick@talking.bollo.cx>
34871              Date: Sat, 09 Dec 2000 18:57:25 +0000
34872              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
34873              
34874              Be more robust in weird hostname setups.
34875      Branch: perl
34876            ! t/lib/net-hostent.t
34877 ____________________________________________________________________________
34878 [  8061] By: jhi                                   on 2000/12/10  03:28:21
34879         Log: Pacify fussy compiler. 
34880      Branch: perl
34881            ! pp_sys.c
34882 ____________________________________________________________________________
34883 [  8060] By: jhi                                   on 2000/12/10  02:52:46
34884         Log: Integrate perlio.
34885      Branch: perl
34886           !> pp_sys.c t/io/utf8.t
34887 ____________________________________________________________________________
34888 [  8059] By: nick                                  on 2000/12/09  23:40:14
34889         Log: read/sysread/recv should now be utf8 aware.
34890              Basic test for utf8 read.
34891      Branch: perlio
34892            ! pp_sys.c t/io/utf8.t
34893 ____________________________________________________________________________
34894 [  8058] By: jhi                                   on 2000/12/09  21:56:02
34895         Log: Integrate perlio.
34896      Branch: perl
34897           +> t/io/utf8.t
34898           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
34899 ____________________________________________________________________________
34900 [  8057] By: jhi                                   on 2000/12/09  21:53:35
34901         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
34902              From: Inaba Hiroto <inaba@st.rim.or.jp>
34903              Date: Sun, 10 Dec 2000 05:53:21 +0900
34904              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
34905              
34906              Tests for #8056.
34907      Branch: perl
34908            ! t/op/each.t
34909 ____________________________________________________________________________
34910 [  8056] By: jhi                                   on 2000/12/09  21:51:16
34911         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
34912              From: Inaba Hiroto <inaba@st.rim.or.jp>
34913              Date: Sat, 09 Dec 2000 18:02:00 +0900
34914              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
34915              
34916              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
34917      Branch: perl
34918            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
34919 ____________________________________________________________________________
34920 [  8055] By: nick                                  on 2000/12/09  20:11:48
34921         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
34922              than raw PerlIO_write() - does not seem to break any tests.
34923      Branch: perlio
34924            ! pp_sys.c
34925 ____________________________________________________________________________
34926 [  8054] By: nick                                  on 2000/12/09  19:47:30
34927         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
34928              (sysread, recv and write i.e. formats still to do...)
34929              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
34930              open($fh,">:utf8","name")
34931              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
34932              so no extra overhead is involved.
34933              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
34934              to a non-utf8 stream.
34935              Add initial io/utf8.t
34936              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
34937              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
34938              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
34939      Branch: perlio
34940            + t/io/utf8.t
34941            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
34942 ____________________________________________________________________________
34943 [  8053] By: nick                                  on 2000/12/09  19:26:37
34944         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
34945              was only testing this_utf8.
34946      Branch: perlio
34947            ! toke.c
34948 ____________________________________________________________________________
34949 [  8052] By: nick                                  on 2000/12/09  19:09:41
34950         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
34951              i.e. the output string has one, but don't mess with source assumption.
34952      Branch: perlio
34953            ! toke.c
34954 ____________________________________________________________________________
34955 [  8051] By: jhi                                   on 2000/12/09  16:55:17
34956         Log: Integrate perlio.
34957      Branch: perl
34958           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
34959           !> sv.c thrdvar.h util.c
34960 ____________________________________________________________________________
34961 [  8050] By: jhi                                   on 2000/12/09  16:48:07
34962         Log: Nits noticed by Peter Prymmer.
34963      Branch: perl
34964            ! lib/ExtUtils/MM_VMS.pm
34965 ____________________________________________________________________________
34966 [  8049] By: nick                                  on 2000/12/09  13:49:40
34967         Log: UTF8 output prework.
34968              - Store $\ and $, as SVs so they can have SvUTF8 flag
34969              - use do_print() rather than raw PerlIO_write() to print them.
34970      Branch: perlio
34971            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
34972            ! thrdvar.h util.c
34973 ____________________________________________________________________________
34974 [  8048] By: nick                                  on 2000/12/09  12:30:43
34975         Log: Integrate mainline.
34976      Branch: perlio
34977           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
34978           +> t/op/reverse.t
34979           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
34980           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
34981           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
34982           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
34983           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
34984           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
34985 ____________________________________________________________________________
34986 [  8047] By: jhi                                   on 2000/12/09  00:23:27
34987         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
34988              From: Michael G Schwern <schwern@pobox.com>
34989              Date: Fri, 8 Dec 2000 14:43:04 -0600
34990      Branch: perl
34991            ! lib/ExtUtils/MM_VMS.pm
34992 ____________________________________________________________________________
34993 [  8046] By: jhi                                   on 2000/12/08  23:10:27
34994         Log: A missed check-in.
34995      Branch: perl
34996            ! lib/ExtUtils/Manifest.pm
34997 ____________________________________________________________________________
34998 [  8045] By: jhi                                   on 2000/12/08  21:57:12
34999         Log: (null check-in)
35000      Branch: perl
35001            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
35002 ____________________________________________________________________________
35003 [  8044] By: jhi                                   on 2000/12/08  21:11:06
35004         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
35005              at the final draft stage.
35006      Branch: perl
35007            + ext/Encode/Encode/iso8859-16.enc
35008            ! MANIFEST
35009 ____________________________________________________________________________
35010 [  8043] By: jhi                                   on 2000/12/08  16:39:04
35011         Log: Update Changes.
35012      Branch: perl
35013            ! Changes patchlevel.h
35014 ____________________________________________________________________________
35015 [  8042] By: jhi                                   on 2000/12/08  16:33:39
35016         Log: Do not return the Unicode replacement character if UTF-8
35017              decoding goes awry, it should be up to the caller to decide.
35018      Branch: perl
35019            ! pod/perlapi.pod utf8.c
35020 ____________________________________________________________________________
35021 [  8041] By: jhi                                   on 2000/12/08  16:22:28
35022         Log: metaconfig maintenance.
35023      Branch: metaconfig
35024            ! U/modified/stdchar.U
35025      Branch: metaconfig/U/perl
35026            + testsyml.U
35027 ____________________________________________________________________________
35028 [  8040] By: jhi                                   on 2000/12/08  16:03:08
35029         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
35030              From: sthoenna@efn.org
35031              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
35032              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
35033      Branch: perl
35034            ! Changes lib/ExtUtils/MM_OS2.pm
35035 ____________________________________________________________________________
35036 [  8039] By: jhi                                   on 2000/12/08  15:57:11
35037         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
35038              From: Simon Cozens <simon@cozens.net>
35039              Date: Fri, 8 Dec 2000 13:33:31 +0000
35040              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
35041              
35042              (The pp_hot part needed a rewrite.)
35043      Branch: perl
35044            ! doop.c pp_hot.c utf8.c
35045 ____________________________________________________________________________
35046 [  8038] By: jhi                                   on 2000/12/08  15:25:08
35047         Log: Subject: djSP
35048              From: Michael Stevens <michael@etla.org>
35049              Date: Wed, 6 Dec 2000 23:24:01 +0000
35050              Message-ID: <20001206232400.A21381@firedrake.org>
35051              
35052              Plus a note from Nick Ing-Simmons.
35053      Branch: perl
35054            ! pp.h
35055 ____________________________________________________________________________
35056 [  8037] By: jhi                                   on 2000/12/08  15:18:35
35057         Log: Filetype is text.
35058      Branch: perl
35059            ! t/op/utf8decode.t
35060 ____________________________________________________________________________
35061 [  8036] By: jhi                                   on 2000/12/08  03:31:27
35062         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
35063              From: Andy Dougherty <doughera@lafayette.edu>
35064              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
35065              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
35066              
35067              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
35068              From: Andy Dougherty <doughera@lafayette.edu>
35069              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
35070              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
35071      Branch: perl
35072            + ext/POSIX/hints/svr4.pl
35073            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
35074 ____________________________________________________________________________
35075 [  8035] By: jhi                                   on 2000/12/08  03:26:01
35076         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
35077              From: Andy Dougherty <doughera@lafayette.edu>
35078              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
35079              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
35080      Branch: perl
35081            ! t/README t/base/term.t
35082 ____________________________________________________________________________
35083 [  8034] By: jhi                                   on 2000/12/08  03:21:59
35084         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
35085              From: mjd@plover.com  
35086              Date: 7 Dec 2000 21:04:20 -0000
35087              Message-ID: <20001207210420.22282.qmail@plover.com>
35088              
35089              Plus -z doc.
35090      Branch: perl
35091            ! pod/perlfunc.pod
35092 ____________________________________________________________________________
35093 [  8033] By: jhi                                   on 2000/12/08  03:19:03
35094         Log: Use the UTF8 macros a bit.  They can't be used with abandon
35095              everywhere because we do generate illegal UTF-8 in some situations.
35096              This is of course naughty.
35097      Branch: perl
35098            ! pod/perlapi.pod utf8.c utf8.h
35099 ____________________________________________________________________________
35100 [  8032] By: jhi                                   on 2000/12/08  03:00:09
35101         Log: Out of sync?
35102      Branch: perl
35103            ! t/pragma/warn/utf8
35104 ____________________________________________________________________________
35105 [  8031] By: jhi                                   on 2000/12/08  02:22:39
35106         Log: Cnt spl.
35107      Branch: perl
35108            ! MANIFEST
35109 ____________________________________________________________________________
35110 [  8030] By: jhi                                   on 2000/12/08  01:23:54
35111         Log: Add test for reverse().
35112      Branch: perl
35113            + t/op/reverse.t
35114            ! MANIFEST
35115 ____________________________________________________________________________
35116 [  8029] By: jhi                                   on 2000/12/08  01:21:47
35117         Log: Integrate perlio.
35118      Branch: perl
35119           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
35120           !> perlio.c perlio.h perlsdio.h warnings.pl
35121 ____________________________________________________________________________
35122 [  8028] By: jhi                                   on 2000/12/08  01:19:08
35123         Log: Introduce macros for UTF8 decoding.
35124      Branch: perl
35125            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
35126 ____________________________________________________________________________
35127 [  8027] By: nick                                  on 2000/12/07  22:18:19
35128         Log: Integrate mainline
35129      Branch: perlio
35130           !> embed.pl pod/perlapi.pod utf8.c
35131 ____________________________________________________________________________
35132 [  8026] By: nick                                  on 2000/12/07  21:45:08
35133         Log: Various oddities p4 diff -se showed up
35134              Remove 'our' from warnings.pl
35135      Branch: perlio
35136            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
35137 ____________________________________________________________________________
35138 [  8025] By: nick                                  on 2000/12/07  21:43:32
35139         Log: Change PerlIO_(get|set)pos to take SV *
35140              Should fix, OS/2, VMS, (sfio??)
35141      Branch: perlio
35142            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
35143 ____________________________________________________________________________
35144 [  8024] By: jhi                                   on 2000/12/07  19:05:32
35145         Log: Document utf8_to_uv() better.
35146      Branch: perl
35147            ! pod/perlapi.pod utf8.c
35148 ____________________________________________________________________________
35149 [  8023] By: jhi                                   on 2000/12/07  18:23:47
35150         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
35151      Branch: perl
35152            ! embed.pl pod/perlapi.pod utf8.c
35153 ____________________________________________________________________________
35154 [  8022] By: jhi                                   on 2000/12/07  04:13:51
35155         Log: Integrate perlio.
35156      Branch: perl
35157           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
35158           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
35159           !> win32/makefile.mk
35160 ____________________________________________________________________________
35161 [  8021] By: nick                                  on 2000/12/07  00:28:14
35162         Log: Various attempts at MSVC debug - not sure what has
35163              changed but works now. 
35164              Seems atexit() _may_ work for DLLs built with MSVC so don't
35165              call cleanup that way.
35166      Branch: perlio
35167            ! perlio.c win32/makefile.mk
35168 ____________________________________________________________________________
35169 [  8020] By: nick                                  on 2000/12/06  19:57:20
35170         Log: Integrate mainline
35171      Branch: perlio
35172           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
35173           !> (integrate 75 files)
35174 ____________________________________________________________________________
35175 [  8019] By: nick                                  on 2000/12/06  19:28:21
35176         Log: Add useperlio to config.vc
35177              Turn off binmode in config_H.PL
35178              Regen all the config_H.xx
35179              Attempt to get debugging build with MSVC.
35180      Branch: perlio
35181            ! win32/config.vc win32/config_H.bc win32/config_H.gc
35182            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
35183 ____________________________________________________________________________
35184 [  8018] By: nick                                  on 2000/12/06  19:21:57
35185         Log: Test various dup/external program options on all platforms.
35186      Branch: perlio
35187            ! t/io/dup.t
35188 ____________________________________________________________________________
35189 [  8017] By: nick                                  on 2000/12/06  19:20:47
35190         Log: Fix harness to be less picky
35191      Branch: perlio
35192            ! lib/Test/Harness.pm
35193 ____________________________________________________________________________
35194 [  8016] By: jhi                                   on 2000/12/06  16:45:12
35195         Log: Update Changes.
35196      Branch: perl
35197            ! Changes patchlevel.h
35198 ____________________________________________________________________________
35199 [  8015] By: jhi                                   on 2000/12/06  16:41:03
35200         Log: Test \x{...} with ord().
35201      Branch: perl
35202            ! t/op/ord.t
35203 ____________________________________________________________________________
35204 [  8014] By: jhi                                   on 2000/12/06  16:20:33
35205         Log: Test tweak because of #8013.
35206      Branch: perl
35207            ! t/lib/b.t
35208 ____________________________________________________________________________
35209 [  8013] By: jhi                                   on 2000/12/06  16:09:09
35210         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
35211              From: Michael G Schwern <schwern@pobox.com>
35212              Date: Tue, 5 Dec 2000 21:23:28 -0500
35213              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
35214              
35215              Carp::Heavy parts not very applicable because of recent changes.
35216      Branch: perl
35217            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
35218            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
35219            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
35220            ! lib/Exporter.pm lib/Exporter/Heavy.pm
35221            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
35222            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
35223            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
35224            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
35225            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
35226            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
35227            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
35228            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
35229            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
35230            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
35231            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
35232            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
35233            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
35234            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
35235            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
35236            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
35237            ! warnings.pl
35238 ____________________________________________________________________________
35239 [  8012] By: jhi                                   on 2000/12/06  15:22:38
35240         Log: Subject: [PATCH] Re: New harness is failing things
35241              From: Nick Ing-Simmons <nik@tiuk.ti.com>
35242              Date: Wed, 6 Dec 2000 13:00:30 GMT
35243              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
35244      Branch: perl
35245            ! lib/Test/Harness.pm
35246 ____________________________________________________________________________
35247 [  8011] By: jhi                                   on 2000/12/06  15:12:08
35248         Log: Subject: installhtml changes
35249              From: Michael Stevens <michael@etla.org>
35250              Date: Wed, 6 Dec 2000 13:15:53 +0000
35251              Message-ID: <20001206131553.A27317@firedrake.org>
35252      Branch: perl
35253            ! installhtml
35254 ____________________________________________________________________________
35255 [  8010] By: jhi                                   on 2000/12/06  15:06:05
35256         Log: Subject: the dTHR hits
35257              From: Michael Stevens <michael@etla.org>
35258              Date: Wed, 6 Dec 2000 12:06:03 +0000
35259              Message-ID: <20001206120603.A24581@firedrake.org>
35260              
35261              More, errrm, less dTHRs.
35262      Branch: perl
35263            ! bytecode.pl ext/B/B/C.pm
35264 ____________________________________________________________________________
35265 [  8009] By: jhi                                   on 2000/12/06  15:04:25
35266         Log: Subject: MakeMaker mailing list gone?
35267              From: Michael G Schwern <schwern@pobox.com>
35268              Date: Tue, 5 Dec 2000 19:29:59 -0500
35269              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
35270              
35271              The MakeMaker mailing list is dead, perlbug is the right
35272              address to report bugs.
35273      Branch: perl
35274            ! lib/ExtUtils/MakeMaker.pm
35275 ____________________________________________________________________________
35276 [  8008] By: jhi                                   on 2000/12/06  15:00:32
35277         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
35278              From: Michael G Schwern <schwern@pobox.com>
35279              Date: Tue, 5 Dec 2000 19:21:21 -0500
35280              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
35281              
35282              Add a default MANIFEST skip that ignores things like
35283              version control files, editor temporary files, and the Makefile.
35284      Branch: perl
35285            + lib/ExtUtils/MANIFEST.SKIP
35286            ! MANIFEST lib/ExtUtils/Manifest.pm
35287 ____________________________________________________________________________
35288 [  8007] By: jhi                                   on 2000/12/06  14:57:20
35289         Log: In Amiga more manual hackery of the scripts seems to be needed,
35290              from Jan-Erik Karlsson.  Why Configure does not get this right
35291              is unknown, may be shell-induced.
35292      Branch: perl
35293            ! README.amiga
35294 ____________________________________________________________________________
35295 [  8006] By: jhi                                   on 2000/12/05  23:53:12
35296         Log: Add TOPm1s to peek at the second topmost stack item.
35297      Branch: perl
35298            ! pp.h
35299 ____________________________________________________________________________
35300 [  8005] By: jhi                                   on 2000/12/05  23:13:55
35301         Log: Avaunt, you foul UTF-8 tests.
35302      Branch: perl
35303            ! t/op/ver.t t/pragma/utf8.t
35304 ____________________________________________________________________________
35305 [  8004] By: jhi                                   on 2000/12/05  23:09:54
35306         Log: Continue utf8 dispersal. 
35307      Branch: perl
35308            + t/op/concat.t
35309            ! MANIFEST t/pragma/utf8.t
35310 ____________________________________________________________________________
35311 [  8003] By: nick                                  on 2000/12/05  23:02:39
35312         Log: Integrate mainline.
35313      Branch: perlio
35314           +> t/op/length.t t/op/utf8decode.t
35315           !> (integrate 69 files)
35316 ____________________________________________________________________________
35317 [  8002] By: jhi                                   on 2000/12/05  22:59:28
35318         Log: Integrate perlio.
35319      Branch: perl
35320           !> iperlsys.h perl.c perlio.c win32/perllib.c
35321 ____________________________________________________________________________
35322 [  8001] By: nick                                  on 2000/12/05  22:07:52
35323         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
35324              - calloc/free suffer from damage on TerminateThread()
35325              - use PerlMemShared (as originally planned) now fixed
35326              - avoid doing anything important on DLL "detach".
35327      Branch: perlio
35328            ! perl.c perlio.c win32/perllib.c
35329 ____________________________________________________________________________
35330 [  8000] By: nick                                  on 2000/12/05  21:05:09
35331         Log: Fix gross PerlMemShared issue.
35332      Branch: perlio
35333            ! iperlsys.h
35334 ____________________________________________________________________________
35335 [  7999] By: jhi                                   on 2000/12/05  20:46:58
35336         Log: Test for Unicode (UTF-8) hash keys.
35337      Branch: perl
35338            ! t/op/each.t
35339 ____________________________________________________________________________
35340 [  7998] By: jhi                                   on 2000/12/05  20:30:35
35341         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
35342              is now always UTF-8), empty line cosmetics.
35343      Branch: perl
35344            ! t/pragma/utf8.t
35345 ____________________________________________________________________________
35346 [  7997] By: jhi                                   on 2000/12/05  20:15:40
35347         Log: Subject: Re: STRLEN - what?
35348              From: Andy Dougherty <doughera@lafayette.edu>
35349              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
35350              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
35351              
35352              Explain STRLEN.
35353      Branch: perl
35354            ! pod/perlguts.pod
35355 ____________________________________________________________________________
35356 [  7996] By: jhi                                   on 2000/12/05  20:13:34
35357         Log: Split off the UTF-8 decoder tests, make them to check also
35358              the error message.
35359      Branch: perl
35360            + t/op/utf8decode.t
35361            ! MANIFEST t/pragma/utf8.t utf8.c
35362 ____________________________________________________________________________
35363 [  7995] By: jhi                                   on 2000/12/05  16:39:47
35364         Log: Start migrating bits of pragma/utf8 to elsewhere
35365              (since the long term plan is to obsolete 'use utf8').
35366      Branch: perl
35367            + t/op/length.t
35368            ! MANIFEST t/pragma/utf8.t
35369 ____________________________________________________________________________
35370 [  7994] By: jhi                                   on 2000/12/05  16:30:21
35371         Log: Fix a manual edit typo from #7993, fix the message formatting
35372              for Unicode, add few our declarations.
35373      Branch: perl
35374            ! lib/Carp/Heavy.pm
35375 ____________________________________________________________________________
35376 [  7993] By: jhi                                   on 2000/12/05  16:09:15
35377         Log: Subject: Need help with warnings :-(
35378              From: "Ben Tilly" <ben_tilly@hotmail.com>
35379              Date: Tue, 05 Dec 2000 01:35:54 -0500
35380              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
35381              
35382              Subject: UPDATE: Carp/Heavy now passes all tests
35383              From: "Ben Tilly" <ben_tilly@hotmail.com>
35384              Date: Tue, 05 Dec 2000 07:59:41 -0500
35385              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
35386              
35387              The Brave New Carp.
35388      Branch: perl
35389            ! lib/Carp.pm lib/Carp/Heavy.pm
35390 ____________________________________________________________________________
35391 [  7992] By: jhi                                   on 2000/12/05  15:55:08
35392         Log: Subject: [PATCH perl@7979] cygwin port
35393              From: "Eric Fifer" <efifer@dircon.co.uk>
35394              Date: Tue, 5 Dec 2000 14:04:09 -0000
35395              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
35396      Branch: perl
35397            ! t/lib/net-hostent.t
35398 ____________________________________________________________________________
35399 [  7991] By: jhi                                   on 2000/12/05  15:52:34
35400         Log: Subject: Re: [PATCH] The largest hoax of all times?
35401              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35402              Date: Tue, 5 Dec 2000 00:40:25 -0500
35403              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
35404              
35405              Subject: Re: [PATCH] The largest hoax of all times?
35406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35407              Date: Mon, 4 Dec 2000 23:55:53 -0500
35408              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
35409              
35410              Subject: Re: [PATCH] The largest hoax of all times?
35411              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35412              Date: Tue, 5 Dec 2000 01:28:45 -0500
35413              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
35414              
35415              Fix the unpredictable order of DESTROYs.
35416      Branch: perl
35417            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
35418            ! sv.c sv.h t/op/ref.t
35419 ____________________________________________________________________________
35420 [  7990] By: jhi                                   on 2000/12/05  14:38:53
35421         Log: Subject: [PATCH] shrink pp_hot fractionally
35422              From: Nicholas Clark <nick@ccl4.org>
35423              Date: Tue, 5 Dec 2000 12:44:31 +0000
35424              Message-ID: <20001205124431.E74518@plum.flirble.org>
35425              
35426              Use report_evil_fh().
35427      Branch: perl
35428            ! opcode.pl opnames.h pp_hot.c util.c
35429 ____________________________________________________________________________
35430 [  7989] By: jhi                                   on 2000/12/05  14:21:27
35431         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
35432              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35433              Date: Mon, 04 Dec 2000 22:21:59 -0800
35434              Message-ID: <HmIL6gzkgepS092yn@efn.org>
35435              
35436              Harness shouldn't ignore responses like "ok 3\r\r\n".
35437      Branch: perl
35438            ! lib/Test/Harness.pm
35439 ____________________________________________________________________________
35440 [  7988] By: jhi                                   on 2000/12/05  13:51:28
35441         Log: Integrate the "skip" messages to explain().
35442      Branch: perl
35443            ! t/lib/syslfs.t t/op/lfs.t
35444 ____________________________________________________________________________
35445 [  7987] By: jhi                                   on 2000/12/05  12:34:54
35446         Log: The one that got away in #7984.
35447              
35448              Subject: Re: dTHR - what and why?
35449              From: Michael Stevens <michael@etla.org> 
35450              Date: Tue, 5 Dec 2000 11:15:52 +0000
35451              Message-ID: <20001205111552.A4647@firedrake.org>
35452      Branch: perl
35453            ! sv.h
35454 ____________________________________________________________________________
35455 [  7986] By: gsar                                  on 2000/12/05  09:14:44
35456         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
35457              due to the notorious GetFileType() bug in Windows 9x, which fstat()
35458              tickles)
35459      Branch: perl
35460            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
35461 ____________________________________________________________________________
35462 [  7985] By: jhi                                   on 2000/12/05  05:49:03
35463         Log: Integrate perlio.
35464      Branch: perl
35465           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
35466           !> win32/perlhost.h win32/perllib.c
35467 ____________________________________________________________________________
35468 [  7984] By: jhi                                   on 2000/12/05  05:48:16
35469         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
35470      Branch: perl
35471            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
35472            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
35473            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
35474            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
35475            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
35476            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
35477            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
35478            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
35479            ! win32/win32.c
35480 ____________________________________________________________________________
35481 [  7983] By: nick                                  on 2000/12/04  23:27:43
35482         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
35483      Branch: perlio
35484            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
35485            ! win32/perlhost.h win32/perllib.c
35486 ____________________________________________________________________________
35487 [  7982] By: jhi                                   on 2000/12/04  19:44:09
35488         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
35489              uncovered by #7980.
35490      Branch: perl
35491            ! op.c
35492 ____________________________________________________________________________
35493 [  7981] By: jhi                                   on 2000/12/04  19:42:07
35494         Log: Subject: [PATCH] Trivial dump.c feature
35495              From: Simon Cozens <simon@cozens.net>
35496              Date: Mon, 4 Dec 2000 18:08:38 +0000
35497              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
35498              
35499              Show whether a constant is UTF-8.
35500      Branch: perl
35501            ! dump.c
35502 ____________________________________________________________________________
35503 [  7980] By: jhi                                   on 2000/12/04  19:36:51
35504         Log: UTF-8 hash keys, patch from Inaba Hiroto.
35505      Branch: perl
35506            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
35507 ____________________________________________________________________________
35508 [  7979] By: jhi                                   on 2000/12/04  17:36:28
35509         Log: Update Changes.
35510      Branch: perl
35511            ! Changes patchlevel.h
35512 ____________________________________________________________________________
35513 [  7978] By: jhi                                   on 2000/12/04  16:42:17
35514         Log: Retract #7977, still too volatile (the euphemism of the day
35515              for unfinished and buggy :-)
35516      Branch: perl
35517            ! doop.c hv.c pp.c sv.h
35518 ____________________________________________________________________________
35519 [  7977] By: jhi                                   on 2000/12/04  16:25:15
35520         Log: (Retracted by #7978, too shaky yet.)
35521              
35522              Subject: Re: utf8 in hash keys, implementor missing
35523              From: Simon Cozens <simon@cozens.net>
35524              Date: Sat, 2 Dec 2000 19:49:35 +0000
35525              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
35526              
35527              The first step at UTF-8 hash keys.
35528      Branch: perl
35529            ! doop.c hv.c pp.c sv.h
35530 ____________________________________________________________________________
35531 [  7976] By: jhi                                   on 2000/12/04  16:13:53
35532         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
35533              From: sthoenna@efn.org
35534              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
35535              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
35536      Branch: perl
35537            ! os2/os2.c perlio.c
35538 ____________________________________________________________________________
35539 [  7975] By: jhi                                   on 2000/12/04  16:05:25
35540         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
35541              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35542              Date: Thu, 30 Nov 2000 20:50:37 -0800
35543              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
35544      Branch: perl
35545            ! os2/os2.c
35546 ____________________________________________________________________________
35547 [  7974] By: jhi                                   on 2000/12/04  16:03:57
35548         Log: Subject: [PATCH] ++ 20% faster
35549              From: Nicholas Clark <nick@ccl4.org>
35550              Date: Mon, 4 Dec 2000 12:17:27 +0000
35551              Message-ID: <20001204121726.B52976@plum.flirble.org>
35552              
35553              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
35554      Branch: perl
35555            ! sv.c
35556 ____________________________________________________________________________
35557 [  7973] By: jhi                                   on 2000/12/04  16:00:48
35558         Log: 
35559              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
35560              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35561              Date: Mon, 04 Dec 2000 12:30:45 +0100
35562              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
35563              
35564              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
35565              library (getprotobyname and getprotobynumber are outversioned by
35566              the same calls in libc, at least for xlc version 3.
35567      Branch: perl
35568            ! hints/aix.sh
35569 ____________________________________________________________________________
35570 [  7972] By: jhi                                   on 2000/12/04  02:58:31
35571         Log: Integrate perlio.
35572      Branch: perl
35573           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
35574           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
35575           !> win32/win32.h win32/win32iop.h win32/win32thread.h
35576 ____________________________________________________________________________
35577 [  7971] By: nick                                  on 2000/12/04  00:24:33
35578         Log: Quieten some noise in Win32 builds:
35579              - win32.h is included after <sys/socket.h>, so need to 
35580              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
35581              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
35582      Branch: perlio
35583            ! doio.c perl.h toke.c win32/win32.h
35584 ____________________________________________________________________________
35585 [  7970] By: nick                                  on 2000/12/03  22:57:46
35586         Log: PERL_IMPLICIT_SYS compiles but does not work.
35587      Branch: perlio
35588            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
35589            ! win32/perlhost.h win32/perllib.c win32/win32.h
35590            ! win32/win32iop.h win32/win32thread.h
35591 ____________________________________________________________________________
35592 [  7969] By: jhi                                   on 2000/12/03  22:12:58
35593         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
35594              used to swash_init(), makes regprop() dumps more informative
35595              (+utf8::IsAlpha, -utf8::IsDigit, for example).
35596      Branch: perl
35597            ! regcomp.c regexec.c
35598 ____________________________________________________________________________
35599 [  7968] By: jhi                                   on 2000/12/03  21:39:56
35600         Log: Implement ANYOFUTF8 regprop() dumping.
35601      Branch: perl
35602            ! regcomp.c
35603 ____________________________________________________________________________
35604 [  7967] By: jhi                                   on 2000/12/03  20:57:19
35605         Log: Make uv_to_utf8() to zero-terminate its output buffer,
35606              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
35607      Branch: perl
35608            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
35609 ____________________________________________________________________________
35610 [  7966] By: nick                                  on 2000/12/03  18:41:21
35611         Log: Integrate mainline (STDCHAR)
35612      Branch: perlio
35613           !> Configure t/pragma/utf8.t
35614 ____________________________________________________________________________
35615 [  7965] By: jhi                                   on 2000/12/03  17:58:20
35616         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
35617      Branch: perl
35618            ! t/pragma/utf8.t
35619 ____________________________________________________________________________
35620 [  7964] By: jhi                                   on 2000/12/03  17:35:56
35621         Log: Integrate perlio.
35622      Branch: perl
35623           !> iperlsys.h perlio.c
35624 ____________________________________________________________________________
35625 [  7963] By: jhi                                   on 2000/12/03  17:33:55
35626         Log: Metaconfig unit change for #7962.
35627      Branch: metaconfig
35628            ! U/modified/stdchar.U
35629 ____________________________________________________________________________
35630 [  7962] By: jhi                                   on 2000/12/03  17:33:27
35631         Log: Untangle the <stdio.h> #include nest for the stdchar test,
35632              from Andy Dougherty.
35633      Branch: perl
35634            ! Configure
35635 ____________________________________________________________________________
35636 [  7961] By: nick                                  on 2000/12/03  16:53:00
35637         Log: Make iperlsys.h vector stdio not PerlIO.
35638      Branch: perlio
35639            ! iperlsys.h perlio.c
35640 ____________________________________________________________________________
35641 [  7960] By: nick                                  on 2000/12/03  14:43:01
35642         Log: Integrate mainline
35643      Branch: perlio
35644           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
35645           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
35646 ____________________________________________________________________________
35647 [  7959] By: jhi                                   on 2000/12/03  08:16:36
35648         Log: Use DO_UTF8().
35649      Branch: perl
35650            ! op.c
35651 ____________________________________________________________________________
35652 [  7958] By: jhi                                   on 2000/12/02  18:33:05
35653         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
35654              From: Mike Guy <mjtg@cam.ac.uk>         
35655              Date: Sat, 02 Dec 2000 17:27:13 +0000
35656              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
35657              
35658              An extraneous argument.
35659      Branch: perl
35660            ! toke.c
35661 ____________________________________________________________________________
35662 [  7957] By: jhi                                   on 2000/12/02  18:22:32
35663         Log: A missing hunk.
35664      Branch: perl
35665            ! t/lib/net-hostent.t
35666 ____________________________________________________________________________
35667 [  7956] By: jhi                                   on 2000/12/02  18:06:20
35668         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
35669              From: Nicholas Clark <nick@ccl4.org>
35670              Date: Sat, 2 Dec 2000 14:28:27 +0000
35671              Message-ID: <20001202142827.A12308@plum.flirble.org>
35672              
35673              Test robustness.
35674      Branch: perl
35675            ! t/lib/net-hostent.t
35676 ____________________________________________________________________________
35677 [  7955] By: jhi                                   on 2000/12/02  17:58:06
35678         Log: Metaconfig unit change for #7954.
35679      Branch: metaconfig
35680            ! U/modified/stdchar.U
35681 ____________________________________________________________________________
35682 [  7954] By: jhi                                   on 2000/12/02  17:54:32
35683         Log: An inconvenient hang would happen if the stdio _ptr wasn't
35684              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
35685              would be grepping stdin for all eternity for the _ptr.)
35686      Branch: perl
35687            ! Configure
35688 ____________________________________________________________________________
35689 [  7953] By: jhi                                   on 2000/12/02  00:07:15
35690         Log: Update Changes.
35691      Branch: perl
35692            ! Changes patchlevel.h
35693 ____________________________________________________________________________
35694 [  7952] By: jhi                                   on 2000/12/01  23:54:47
35695         Log: Subject: Re: long shell lines
35696              From: Andy Dougherty <doughera@lafayette.edu>
35697              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
35698              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
35699              
35700              Split overly long shell command lines.
35701      Branch: perl
35702            ! lib/ExtUtils/MM_Unix.pm
35703 ____________________________________________________________________________
35704 [  7951] By: jhi                                   on 2000/12/01  23:48:02
35705         Log: The metaconfig unit change for #7950.
35706      Branch: metaconfig
35707            + U/modified/stdchar.U
35708 ____________________________________________________________________________
35709 [  7950] By: jhi                                   on 2000/12/01  23:47:39
35710         Log: Try to find stdchar also from <stdio_impl.h>.
35711      Branch: perl
35712            ! Configure config_h.SH
35713 ____________________________________________________________________________
35714 [  7949] By: jhi                                   on 2000/12/01  23:46:45
35715         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
35716              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35717              Date: Fri, 1 Dec 2000 16:26:08 -0500
35718              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
35719              
35720              Reword the diagnostic message.
35721      Branch: perl
35722            ! pod/perldiag.pod
35723 ____________________________________________________________________________
35724 [  7948] By: nick                                  on 2000/12/01  22:49:43
35725         Log: Integrate mainline (for s/y/m as sub names stuff).
35726      Branch: perlio
35727           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
35728           !> t/pragma/warn/toke toke.c
35729 ____________________________________________________________________________
35730 [  7947] By: jhi                                   on 2000/12/01  20:55:41
35731         Log: Integrate perlio.
35732      Branch: perl
35733           !> perlio.c perliol.h t/io/pipe.t
35734 ____________________________________________________________________________
35735 [  7946] By: jhi                                   on 2000/12/01  20:36:51
35736         Log: Upgrade to CPAN 1.59_51, from Andreas König.
35737      Branch: perl
35738            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35739 ____________________________________________________________________________
35740 [  7945] By: nick                                  on 2000/12/01  20:31:32
35741         Log: Integrate mainline
35742      Branch: perlio
35743           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
35744           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
35745           +> t/lib/net-hostent.t
35746           !> (integrate 35 files)
35747 ____________________________________________________________________________
35748 [  7944] By: jhi                                   on 2000/12/01  20:23:29
35749         Log: Some help for 20001130.011.  Now one gets warnings like
35750              "Ambiguous -f() resolved as a file test ..."
35751      Branch: perl
35752            ! pod/perldiag.pod t/pragma/warn/toke toke.c
35753 ____________________________________________________________________________
35754 [  7943] By: jhi                                   on 2000/12/01  19:44:44
35755         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
35756              that also breaks using them as methods. 
35757      Branch: perl
35758            ! pod/perldiag.pod t/op/misc.t toke.c
35759 ____________________________________________________________________________
35760 [  7942] By: nick                                  on 2000/12/01  17:56:46
35761         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
35762              Make 'unix' pass most tests
35763              - do unread by temporary push of layer ("pending") holding unread chars
35764              - fast_gets is now based on per-handle flag
35765              - relax one of io/pipe.t tests to allow print to fail and close to
35766              succeed so that it passes on unbuffered "unix" layer.
35767              Remaining fail is sporadic and a genuine race condition between
35768              parent/child in fork test.
35769      Branch: perlio
35770            ! perlio.c perliol.h t/io/pipe.t
35771 ____________________________________________________________________________
35772 [  7941] By: jhi                                   on 2000/12/01  15:28:58
35773         Log: (Retracted by #7943.)
35774              
35775              Reserve the short named string operator names.
35776      Branch: perl
35777            ! pod/perldiag.pod t/op/misc.t toke.c
35778 ____________________________________________________________________________
35779 [  7940] By: jhi                                   on 2000/12/01  06:45:53
35780         Log: Get the three different space character classes right under utf8.
35781      Branch: perl
35782            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
35783            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
35784            ! regexec.c t/op/pat.t utf8.c
35785 ____________________________________________________________________________
35786 [  7939] By: jhi                                   on 2000/12/01  03:26:26
35787         Log: Two more tests that make no sense in UTF-8 since the test
35788              data is not in UTF-8.
35789      Branch: perl
35790            ! t/op/regexp.t
35791 ____________________________________________________________________________
35792 [  7938] By: jhi                                   on 2000/12/01  03:20:39
35793         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
35794              should it be required inside regexen?
35795      Branch: perl
35796            ! regcomp.c t/op/regmesg.t
35797 ____________________________________________________________________________
35798 [  7937] By: jhi                                   on 2000/12/01  02:58:53
35799         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
35800              stored and restored, and thusly was trounced by the utf8 swash
35801              routines.
35802      Branch: perl
35803            ! regcomp.c
35804 ____________________________________________________________________________
35805 [  7936] By: jhi                                   on 2000/11/30  20:41:39
35806         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
35807              Why the different platforms behave so differently (core dump vs
35808              no core dump) on this bug is a but of a mystery, but if I had to
35809              guess I would mumble something like 'alignment'.
35810      Branch: perl
35811            ! sv.c
35812 ____________________________________________________________________________
35813 [  7935] By: jhi                                   on 2000/11/30  16:17:02
35814         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
35815              From: Robin Barker <rmb1@cise.npl.co.uk>
35816              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
35817              Date: Thu, 30 Nov 2000 14:27:12 GMT
35818      Branch: perl
35819            ! perlio.c toke.c
35820 ____________________________________________________________________________
35821 [  7934] By: jhi                                   on 2000/11/30  16:04:49
35822         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
35823      Branch: perl
35824            ! t/lib/net-hostent.t
35825 ____________________________________________________________________________
35826 [  7933] By: jhi                                   on 2000/11/30  06:07:26
35827         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
35828              From: Peter Prymmer <pvhp@forte.com>
35829              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
35830              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
35831              
35832              In VMS the localhost may be LOCALHOST.
35833      Branch: perl
35834            ! t/lib/net-hostent.t
35835 ____________________________________________________________________________
35836 [  7932] By: jhi                                   on 2000/11/30  01:11:11
35837         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
35838              From: Peter Prymmer <pvhp@forte.com>
35839              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
35840              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
35841              
35842              plus regen perlapi.pod.
35843      Branch: perl
35844            ! pod/perlapi.pod utf8.c
35845 ____________________________________________________________________________
35846 [  7931] By: jhi                                   on 2000/11/30  01:06:19
35847         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
35848              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35849              Date:     Wed, 29 Nov 2000 17:15:11 EST
35850              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
35851      Branch: perl
35852            ! t/lib/filter-util.pl t/lib/filter-util.t
35853 ____________________________________________________________________________
35854 [  7930] By: jhi                                   on 2000/11/29  18:51:55
35855         Log: Update Changes.
35856      Branch: perl
35857            ! Changes patchlevel.h
35858 ____________________________________________________________________________
35859 [  7929] By: jhi                                   on 2000/11/29  18:50:55
35860         Log: Update the va_copy() metaconfig unit.
35861      Branch: metaconfig/U/perl
35862            ! need_va_copy.U
35863 ____________________________________________________________________________
35864 [  7928] By: jhi                                   on 2000/11/29  17:50:43
35865         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
35866              From: Dominic Dunlop <domo@computer.org>
35867              Date: Tue, 28 Nov 2000 16:41:57 +0100
35868              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
35869              
35870              Patch to catch a core dump in the Configure va_copy test.
35871      Branch: perl
35872            ! Configure config_h.SH
35873 ____________________________________________________________________________
35874 [  7927] By: jhi                                   on 2000/11/29  17:31:59
35875         Log: Retract #7921, the patch shouldn't be needed.
35876      Branch: perl
35877            ! sv.c
35878 ____________________________________________________________________________
35879 [  7926] By: jhi                                   on 2000/11/29  17:01:41
35880         Log: Make the Class::Struct import() wiser.
35881      Branch: perl
35882            ! lib/Class/Struct.pm t/lib/class-struct.t
35883 ____________________________________________________________________________
35884 [  7925] By: jhi                                   on 2000/11/29  16:36:33
35885         Log: All the core library users of Class::Struct seem to be
35886              using "use Class::Struct 'struct';" instead of the bare
35887              "use Class::Struct;", which isn't documented in Class::Struct.
35888              This can't be right.
35889      Branch: perl
35890            ! lib/File/stat.pm
35891 ____________________________________________________________________________
35892 [  7924] By: jhi                                   on 2000/11/29  16:32:15
35893         Log: A test works better if it has the right 1..$n output.
35894      Branch: perl
35895            ! t/lib/class-struct.t
35896 ____________________________________________________________________________
35897 [  7923] By: jhi                                   on 2000/11/29  16:29:11
35898         Log: Forgot to MANIFEST the new Net::hostent test.
35899      Branch: perl
35900            ! MANIFEST
35901 ____________________________________________________________________________
35902 [  7922] By: jhi                                   on 2000/11/29  16:27:49
35903         Log: Integrate perlio.
35904      Branch: perl
35905           !> iperlsys.h perlio.c
35906 ____________________________________________________________________________
35907 [  7921] By: jhi                                   on 2000/11/29  16:27:10
35908         Log: (Retracted by #7927.)
35909              
35910              Subject: [PATCH] Is infinity a number?
35911              From: Simon Cozens <simon@cozens.net>
35912              Date: Wed, 29 Nov 2000 14:48:20 +0000
35913              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
35914      Branch: perl
35915            ! sv.c
35916 ____________________________________________________________________________
35917 [  7920] By: jhi                                   on 2000/11/29  16:23:02
35918         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
35919              From: rspier@pobox.com (Robert Spier)
35920              Date: Wed, 29 Nov 2000 02:17:49 -0500
35921              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
35922              
35923              Add a test for Net::hostent.
35924      Branch: perl
35925            + t/lib/net-hostent.t
35926 ____________________________________________________________________________
35927 [  7919] By: jhi                                   on 2000/11/29  16:21:31
35928         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
35929              add a test for Class::Struct.
35930      Branch: perl
35931            + t/lib/class-struct.t
35932            ! MANIFEST lib/Class/Struct.pm
35933 ____________________________________________________________________________
35934 [  7918] By: jhi                                   on 2000/11/29  15:48:40
35935         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
35936              From: rspier@pobox.com (Robert Spier)
35937              Date: Wed, 29 Nov 2000 02:25:39 -0500
35938              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
35939              
35940              More checking in case someone has broken their services or
35941              protocol databases.
35942      Branch: perl
35943            ! ext/Sys/Syslog/Syslog.pm
35944 ____________________________________________________________________________
35945 [  7917] By: jhi                                   on 2000/11/29  15:46:25
35946         Log: Subject: [PATCH] $^O  win32 -> MSWin32
35947              From: rspier@pobox.com (Robert Spier)
35948              Date: Wed, 29 Nov 2000 02:17:38 -0500
35949              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
35950              
35951              plus similar nits for vms, err, VMS, and UNICOS.
35952      Branch: perl
35953            ! t/lib/syslfs.t t/op/lfs.t
35954 ____________________________________________________________________________
35955 [  7916] By: jhi                                   on 2000/11/29  15:42:51
35956         Log: Subject: [PATCH] Tokeniser debugging
35957              From: Simon Cozens <simon@cozens.net>
35958              Date: Wed, 29 Nov 2000 14:15:45 +0000
35959              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
35960      Branch: perl
35961            ! perl.c perl.h pod/perlrun.pod toke.c
35962 ____________________________________________________________________________
35963 [  7915] By: jhi                                   on 2000/11/29  15:41:36
35964         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
35965              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35966              Date: Wed, 29 Nov 2000 02:13:14 -0500
35967              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
35968              
35969              OUT keyword nits.
35970              
35971              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
35972              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35973              Date: Wed, 29 Nov 2000 03:09:04 -0500
35974              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
35975              
35976              OUT and IN_OUT documentation.
35977      Branch: perl
35978            ! lib/ExtUtils/xsubpp pod/perlxs.pod
35979 ____________________________________________________________________________
35980 [  7914] By: jhi                                   on 2000/11/29  03:35:01
35981         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
35982              From: John Tobey <jtobey@john-edwin-tobey.org>
35983              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
35984              Message-Id: <m140e1N-000FOoC@feynman.localnet>
35985              
35986              plus a performance speedup noticed by Sarathy.
35987      Branch: perl
35988            ! op.c
35989 ____________________________________________________________________________
35990 [  7913] By: jhi                                   on 2000/11/29  03:16:59
35991         Log: Use "1 while unlink" so that VMS gets clean, too.
35992      Branch: perl
35993            ! t/lib/filter-util.t
35994 ____________________________________________________________________________
35995 [  7912] By: jhi                                   on 2000/11/29  03:09:08
35996         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
35997              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35998              Date: Tue, 28 Nov 2000 03:27:09 -0500
35999              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
36000      Branch: perl
36001            ! lib/ExtUtils/xsubpp
36002 ____________________________________________________________________________
36003 [  7911] By: jhi                                   on 2000/11/29  03:06:30
36004         Log: This should have been part of #7872: no need to scan UTF-8
36005              until eternity.
36006      Branch: perl
36007            ! utf8.c
36008 ____________________________________________________________________________
36009 [  7910] By: jhi                                   on 2000/11/29  02:50:04
36010         Log: One more perltie.pod nit from Casey R. Tweten.
36011      Branch: perl
36012            ! pod/perltie.pod
36013 ____________________________________________________________________________
36014 [  7909] By: jhi                                   on 2000/11/29  02:44:23
36015         Log: Document the known sprintf test failures, exact standard
36016              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
36017      Branch: perl
36018            ! pod/perldelta.pod t/op/sprintf.t
36019 ____________________________________________________________________________
36020 [  7908] By: jhi                                   on 2000/11/29  02:36:23
36021         Log: Add the Encoding table format documentation.
36022      Branch: perl
36023            + ext/Encode/Encode/EncodeFormat.pod
36024            ! MANIFEST
36025 ____________________________________________________________________________
36026 [  7907] By: jhi                                   on 2000/11/29  02:07:24
36027         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
36028              From: "Casey R. Tweten" <crt@kiski.net>
36029              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
36030              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
36031              
36032              Subject: Re: [PATCH] Updating perltie.pod for arrays
36033              From: "Casey R. Tweten" <crt@kiski.net>
36034              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
36035              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
36036      Branch: perl
36037            ! pod/perltie.pod
36038 ____________________________________________________________________________
36039 [  7906] By: nick                                  on 2000/11/28  22:40:59
36040         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
36041      Branch: perlio
36042            ! iperlsys.h perlio.c
36043 ____________________________________________________________________________
36044 [  7905] By: nick                                  on 2000/11/28  22:04:34
36045         Log: Integrate mainline
36046      Branch: perlio
36047           !> (integrate 39 files)
36048 ____________________________________________________________________________
36049 [  7904] By: jhi                                   on 2000/11/28  16:44:43
36050         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
36051              From: Nicholas Clark <nick@babyhippo.co.uk>
36052              Date: Tue, 28 Nov 2000 11:16:57 +0000
36053              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
36054      Branch: perl
36055            ! pod/perlipc.pod
36056 ____________________________________________________________________________
36057 [  7903] By: jhi                                   on 2000/11/28  16:40:31
36058         Log: Subject: [PATCH] Updating perltie.pod for arrays
36059              From: "Casey R. Tweten" <crt@kiski.net>
36060              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
36061              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
36062      Branch: perl
36063            ! pod/perltie.pod
36064 ____________________________________________________________________________
36065 [  7902] By: jhi                                   on 2000/11/28  16:39:37
36066         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
36067              From: Robin Barker <rmb1@cise.npl.co.uk>
36068              Date: Mon, 27 Nov 2000 17:56:44 GMT
36069              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
36070      Branch: perl
36071            ! pod/perlfunc.pod t/op/split.t
36072 ____________________________________________________________________________
36073 [  7901] By: jhi                                   on 2000/11/28  16:28:04
36074         Log: setmode() is a DOSish-only thing.
36075      Branch: perl
36076            ! perlio.c
36077 ____________________________________________________________________________
36078 [  7900] By: jhi                                   on 2000/11/28  16:21:46
36079         Log: Subject: [PATCH] perlcc.PL cleanups
36080              From: Simon Cozens <simon@cozens.net>
36081              Date: Tue, 28 Nov 2000 12:44:35 +0000
36082              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
36083      Branch: perl
36084            ! utils/perlcc.PL
36085 ____________________________________________________________________________
36086 [  7899] By: gsar                                  on 2000/11/28  06:32:55
36087         Log: reintegrate files missed by change#7895
36088      Branch: maint-5.6/perl
36089           +> ext/ByteLoader/bytecode.h utils/Makefile
36090            - utils/perlbc.PL
36091 ____________________________________________________________________________
36092 [  7897] By: gsar                                  on 2000/11/27  18:22:47
36093         Log: can't integrate these two files, for some reason
36094      Branch: maint-5.6/perl
36095            - ext/ByteLoader/bytecode.h utils/Makefile
36096 ____________________________________________________________________________
36097 [  7895] By: gsar                                  on 2000/11/27  18:11:21
36098         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
36099              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
36100              6757..6890,6892..6901 from mainline
36101              
36102              Bytecompiler patches from Benjamin Stuhl.
36103              
36104              More bytecompiler.
36105              
36106              Subject: [PATCH blead] B:: missing dependency
36107              
36108              Subject: [PATCH: 6757] configure.com updates and syslog build
36109              
36110              Long double Gconvert fixes from Yitzchak Scott-Thoennes
36111              and Spider Boardman.
36112              
36113              Subject: [PATCH blead] nextchar() abuse misses an optimisation
36114              
36115              Long double fixes from Spider Boardman.
36116              
36117              Make the selection of NVff et al stricter.
36118              
36119              cSVOPo_*v things index into the current PL_curpad
36120              under ithreads, which is different from the curpad
36121              used by the XSUB.  (In other words, the code as-is
36122              before this patch wouldn't work under ithreads.)
36123              
36124              Be portable.
36125              
36126              VMS MMS (make) wants null action.
36127              
36128              Mac and other portability updates from Chris Nandor.
36129              
36130              Storable support, v-version fixes.
36131              Subject: CPAN.pm beta for testing available
36132              
36133              Portability fix from Hugo van der Sanden.
36134              
36135              Bad makefile.
36136              
36137              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
36138              
36139              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
36140              
36141              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
36142              
36143              Replace #6705 with a minimal doc patch.
36144              Subject: [PATCH 5.6.0] replace change #6705
36145              
36146              Drop the separate perlbc, perlcc -b should be enough.
36147              
36148              installperl couldn't tell whether it had run tests or not.
36149              Subject: [PATCH] Re: installperl and t/TEST
36150              
36151              Add silencer flags to installperl.
36152              Subject: [PATCH] Making installperl silent.
36153              
36154              Make "make install" by default silent.  A new "install-verbose"
36155              target is verbose.
36156              
36157              More liberal parsing of version numbers.
36158              Subject: Re: CPAN.pm beta for testing available
36159              
36160              Create directories in silence.
36161              Subject: [PATCH] Another silencer for MakeMaker
36162              
36163              DOS patches and portability/porting notes, from Tim Jenness.
36164              
36165              Make installman to recognize the silence flag -S.
36166              
36167              Actually do something with the silencer option.
36168              
36169              Continue silencing.
36170              
36171              Show the doc file, not the temp file.
36172              
36173              Regen perltoc.
36174              
36175              Subject: [PATCH] More silencing of installman.
36176              
36177              Better wording for the vec lvalue diagnostic.
36178              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
36179              
36180              Subject: [PATCH: 6805] several more tweaks to configure.com
36181              
36182              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
36183              
36184              Missing parts of 
36185              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
36186              
36187              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
36188              (applied slightly modified)
36189              
36190              installperl --verbose and --silent.
36191              Subject: Re: [PATCH] More silencing of installman.
36192              
36193              Add install-silent target.
36194              
36195              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
36196              the problem reported in
36197              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
36198              
36199              Tweak the sfio/useperlio logic, hopefully as wished in
36200              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
36201              
36202              One forgotten file from #6816.
36203              
36204              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
36205              
36206              Remove duplicately applied patch shards.
36207              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
36208              
36209              Support preserving extremely big/small angles.
36210              
36211              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
36212              
36213              Subject: [PATCH] installation not quite silent yet.
36214              
36215              Update the test count.
36216              
36217              Use UVxf, PTR2UV, NVff.
36218              
36219              Document PTR2XX and INT2PTR.
36220              
36221              no-install target a la make -n.
36222              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
36223              
36224              grep -e isn't portable.
36225              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
36226              
36227              Can't get the test to reliably work thanks to the
36228              inaccurateness of floating point.  "Resolves" bug ids
36229              20000826.003, 20000826.009, 20000826.010,
36230              
36231              Subject: installman buglet
36232              
36233              DJGPP update from Laszlo Molnar.
36234              
36235              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
36236              
36237              Passing -R in ldflags makes now it to appear in the default
36238              for lddlflags, just like with -L.
36239              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
36240              
36241              Test nit.
36242              
36243              Use the actual thread type, not the pointer-to-struct.
36244              
36245              Provice virtual $Config{ccflags_nolargefiles} etc. 
36246              
36247              display_format used as a class method without arguments was broken,
36248              reported in
36249              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
36250              
36251              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
36252              
36253              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
36254              
36255              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
36256              
36257              opmini.o may be left around if a build is interrupted.
36258              
36259              Typo in #6858.
36260              
36261              Fix for ID 20000828.001, long doubles were not formatted
36262              correctly (showed up in $], which stopped installing perl).
36263              
36264              An attempt to fix the problem reported in
36265              Subject: Building perl@6856 using gcc/AIX 4.3.3 
36266              I can't test this properly since the gcc installation I have
36267              access to seems to be botched (gcc is calling the AIX cpp,
36268              a losing proposition...)
36269              
36270              Add -ld to archname on long tr...double platforms.
36271              
36272              Subject: hv.h Doc Patch
36273              
36274              Potential cruft.
36275              
36276              Subject: [PATCH bleedperl@6856] warnings fixes
36277              
36278              -S is the silent flag, -s is the strip flag.
36279              Subject: [PATCH] Re: [PATCH] make no-install          
36280              
36281              Take out the SUIDMAIL thing, that will not be
36282              a problem in 5.7.*.
36283              
36284              Subject: [PATCH bleedperl@6866] spellings
36285              
36286              Subject: [PATCH] Re: files not cleaned even by veryclean
36287              
36288              Use minimal @INC in tests, most of the time just '../lib',
36289              so that we simply can't pick up stuff from other Perls than
36290              the one we are testing.  Pointed out by
36291              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
36292              
36293              Update to Getopt::Long 2.24, from Johan Vromans.
36294              
36295              Fix for thinko in #6848.
36296              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
36297              
36298              Patches all over for people and the files they (hopefully) care about.
36299              
36300              Subject: Net::protoent does not export 'getproto'
36301              
36302              Missed a change in #6869.
36303              
36304              Subject: [PATCH] Warnings in B::Deparse
36305              
36306              Subject: [PATCH] Glob dumping
36307              
36308              Disable one of the tests for now.
36309              
36310              Disabling the one test is a bit tricky.
36311              
36312              Don't forget to tidy up.
36313              
36314              The #6881 removed one dump line.
36315              
36316              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
36317              
36318              Under usethreads the dumped variable is IN_PAD.
36319              Subject: Re: [PATCH] Glob dumping
36320              
36321              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
36322              
36323              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
36324              
36325              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
36326              
36327              Regen Configure for #6894.
36328              
36329              Subject: [PATCH: 6889] updates to perlebcdic.pod
36330              
36331              Undo namespace pollution of #6878.
36332              Subject: Re: Net::protoent does not export 'getproto'
36333              
36334              Admit that we are leaking scalars.
36335              
36336              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
36337      Branch: maint-5.6/perl
36338           !> (integrate 271 files)
36339 ____________________________________________________________________________
36340 [  7894] By: gsar                                  on 2000/11/27  16:00:34
36341         Log: a couple of nits
36342      Branch: maint-5.6/perl
36343            ! MANIFEST pp_sys.c
36344 ____________________________________________________________________________
36345 [  7893] By: gsar                                  on 2000/11/27  15:10:56
36346         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
36347              6740..6745,6747..6757,6760
36348              
36349              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
36350              
36351              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
36352              
36353              Doc nits spotted by Richard Soderberg.
36354              
36355              move WNOHANG definition to where other such things are
36356              
36357              Make $Config{byteorder} more magical so that it is
36358              dynamically computed: nice for 'fat binaries'.
36359              Subject: [PATCH]: default byteorder
36360              
36361              Subject: [PATCH] Cwd.pm now uses strict
36362              
36363              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
36364              
36365              Get -DLEAKTEST to compile (not necessarily to work, mind)
36366              Subject: [ID 20000724.006] -DLEAKTEST problem
36367              
36368              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
36369              
36370              Add perlebcdic from Peter Prymmer, regen toc.
36371              
36372              Don't propose using modules built for 5.005 if no binary
36373              compatibility with 5.005 is attempted.
36374              
36375              Do not use prototyping here.
36376              Subject: [ID 20000817.016] [PATCH] Peek.xs
36377              
36378              Document what the backtick returns if the command fails.
36379              
36380              Add byteorder to the myconfig output.
36381              
36382              Introduce NVef, NVff, and NVgf, use the middle one.
36383              (helps for lib/peek + Linux + long doubles)  Reported in
36384              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
36385              Use NVs in POSIX math, not doubles.
36386              Subject: [ID 20000817.014] POSIX & modfl
36387              
36388              Subject: [PATCH 5.6.0+] newSVrv() memory leak
36389              
36390              The byteorder code in #6671 was wrong.
36391              
36392              Fix the lib/complex failure of
36393              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
36394              Linux long double accuracy issue: something that
36395              when printed with %g looks like "2" but int() of it is 1.
36396              
36397              Propagate new Configure vars.
36398              
36399              Unbuffer the output.
36400              
36401              Subject: [PATCH] perltrap.pod spring cleaning
36402              
36403              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
36404              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
36405              
36406              Tiny Getopt::Long patch from Johan Vromans.
36407              
36408              Document code point which makes if (defined %stash::) to work
36409              (noted by Spider Boardman).
36410              
36411              Subject: [PATCH perl@6698] cygwin port
36412              
36413              Document the NDBM_File and ODBM_File as SDBM_File
36414              was documented in #6417.
36415              
36416              The new tests were missing from #6415.
36417              
36418              Add [[:blank:]] as suggested in
36419              Subject: [ID 20000716.024] [=cc=] / [:blank:]
36420              (the [=cc=] has already been taken care of by #6439
36421              so the whole bug report can be closed)
36422              and make [[:space:]] to be equivalent to isspace(3)
36423              (as opposed to \s, which is isSPACE()).  The difference
36424              is that now [[:space:]] matches the mythical vertical tab,
36425              while \s doesn't.
36426              
36427              Don't eat leading os from index entries.
36428              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
36429              
36430              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
36431              
36432              Typo in pp_complement().
36433              Subject: [PATCH perl-current] Deparse
36434              
36435              Add warnif(), check warnings further up the stack,
36436              all the warnings functions now can take an optional object reference.
36437              Subject: [PATCH bleedperl@6691] warnings pragma update
36438              
36439              Fix a core dump in lib/selfloader under -DDEBUGGING.
36440              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
36441              
36442              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
36443              
36444              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
36445              
36446              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
36447              Put back the long double avoidance code to POSIX.xs
36448              because VMS seems to need it still.
36449              
36450              Introduce a 'veryclean' target that is like 'distclean'
36451              but also removes *~ and *.orig.
36452              
36453              Subject: [ID 20000817.023] endianness description in perlfunc.pod
36454              
36455              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
36456              
36457              Let's try #6717 again.
36458              
36459              UTF8 concat fixes.
36460              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
36461              
36462              pp_open() could pass an uninitialized filename down to do_open9().
36463              
36464              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
36465              
36466              Update to CGI 2.72, from Lincoln Stein.
36467              
36468              Subject: [PATCH] Silence MakeMaker (Was: installman)
36469              
36470              Use temporary directory instead of current directory.
36471              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
36472              
36473              Document odd vs even subreleases and -Dusedevel.
36474              
36475              The veryclean target needs to clobber.
36476              
36477              Use File::Spec->tmpdir().
36478              
36479              Document the number of exponent digits.
36480              
36481              Mention perlebcdic and perlposix-bc.
36482              
36483              s/this one/the 5.6.0 release/
36484              
36485              The #6724 is here.
36486              
36487              The correct cleaning order is an art.
36488              
36489              small tweaks for change#6705: avoid C++ style comments in C code;
36490              use Perl's malloc API rather than the low level system one
36491              
36492              Array context keeps slithering in.
36493              
36494              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
36495              
36496              Subject: [PATCH] os2.c fix for use64bitint
36497              
36498              Update to Pod::LaTeX 0.53.
36499              Subject: [PATCH] lib/Pod/LaTeX.pm updates
36500              
36501              Document the endianness of Alpha more precisely.
36502              
36503              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
36504              
36505              Rename the macro argument because some preprocessors
36506              can't tell the difference and expand arguments also inside
36507              double quoted strings.
36508              
36509              free TLS slot properly on Windows
36510              
36511              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
36512              
36513              Unicos/mk requires elaborate paranoia.
36514              
36515              Tweak the floating point output routine preferences.
36516              
36517              Also under djgpp the timestamps are funky.
36518              
36519              Apply some PodParser 1.18 patches; the Pod/Find.pm
36520              patches cannot be applied since #6712 conflicts.
36521              
36522              Use PodParser 1.18 new test.
36523              
36524              A pod nit.
36525              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
36526              
36527              Be verydeepclean.
36528      Branch: maint-5.6/perl
36529           +> pod/perlebcdic.pod
36530           !> (integrate 106 files)
36531 ____________________________________________________________________________
36532 [  7892] By: jhi                                   on 2000/11/27  15:02:32
36533         Log: Update Changes.
36534      Branch: perl
36535            ! Changes patchlevel.h
36536 ____________________________________________________________________________
36537 [  7891] By: jhi                                   on 2000/11/27  14:57:23
36538         Log: Subject: Re: perlfaq style changes
36539              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36540              Date: Sat, 25 Nov 2000 23:32:26 -0800
36541              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
36542              
36543              plus a note from Ronald Kimball.
36544      Branch: perl
36545            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
36546 ____________________________________________________________________________
36547 [  7890] By: jhi                                   on 2000/11/27  14:53:14
36548         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
36549              From: Benjamin Holzman <bah@ecnvantage.com>
36550              Date: Sun, 26 Nov 2000 16:27:33 -0500
36551              Message-ID: <20001126162733.J25040@ecnvantage.com>
36552      Branch: perl
36553            ! gv.c
36554 ____________________________________________________________________________
36555 [  7889] By: jhi                                   on 2000/11/27  14:43:11
36556         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
36557              From: lvirden@cas.org
36558              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
36559              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
36560      Branch: perl
36561            ! README.amiga
36562 ____________________________________________________________________________
36563 [  7888] By: jhi                                   on 2000/11/27  14:32:34
36564         Log: Restore also the locale test to no-sprintf-taint state.
36565              Fixes the bug 20001127.003.
36566      Branch: perl
36567            ! sv.c t/pragma/locale.t
36568 ____________________________________________________________________________
36569 [  7887] By: gsar                                  on 2000/11/27  14:13:05
36570         Log: integrate changes#6613..6616,6620..6665 from mainline
36571              
36572              VMS configure.com update continues.
36573              
36574              Subject: Test fails / warnings with perl-current #6612
36575              
36576              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
36577              
36578              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
36579              
36580              For now remove the mail code.
36581              
36582              Subject: Re: [PATCH] @+, @- readonly
36583              
36584              Subject: warning: storage class after type is obsolescent
36585              
36586              Subject: sfio2000
36587              
36588              Subject: Re: File::Temp problems on VMS in bleedperl
36589              
36590              README.os2 update.
36591              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
36592              
36593              Make the user to give up his firstborn, err, to knowingly
36594              verify installing an unstable developer release.  Also bump
36595              the release to 5.7.0, but leave a patch tag in the local
36596              patches saying that this is not yet the real thing.
36597              
36598              Update (kinda) to Test 1.14, from Joshua Pritikin.
36599              
36600              make ok etc also for win32.
36601              
36602              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
36603              
36604              Don't blow limited stacks, a lower number is enough to
36605              tickle the lookbehind limit.
36606              
36607              Use -Dusedevel; regen Configure and the respective Porting stuff.
36608              
36609              Subject: [PATCH] debugger exit code should reflect user exit code
36610              
36611              Subject: [PATCH perl@6620] cygwin port
36612              
36613              Missed a file from #6638.
36614              
36615              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)
36616              
36617              magic callbacks all need to have same type signature
36618              
36619              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
36620              
36621              Fix a dependency problem.
36622              Subject: [PATCH: 6640] VMS Makefile.SH update
36623              
36624              The numeric locale was reset to "C" by s?printf and never restored.
36625              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
36626              No test since adding the failing example to locale.t
36627              does not fail -- probably because the locale settings are so
36628              thoroughly tweaked by that time.  Running the example standalone
36629              does fail, though.  UPDATE: test case added at change #7540.
36630              
36631              Subject: [ID 20000324.040] minor fix to perlhpux.pod
36632              
36633              Update to CPAN 1.57.
36634              
36635              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
36636              
36637              Change the perlbug address to perl.org since it's more forgiving.
36638              
36639              Change the regx compilation error markers to use = instead of <
36640              since pod makes using the latter quite messy.  Reported in
36641              ID 20000814.006 by Abigail and in
36642              Subject: Unknown escape E<> ?
36643              
36644              Update to perldebtut 1.9, from Richard Foley.
36645              
36646              check that the number pseudo children doesn't exceed
36647              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
36648              the WaitForMultipleObjects() limit that would cause wait()
36649              to crash)
36650              wait() and waitpid() could potentially be rewritten to use
36651              more than one thread to do the waiting to eliminate this
36652              limitation
36653              
36654              change#6328 could make close(SOCKET) return false on windows
36655              when it shouldn't
36656              
36657              pod nit seen in passing
36658              
36659              on windows, the return values from wait() and waitpid() don't
36660              match those of pseudo-pids
36661              
36662              waitpid() now handles externally spawned pids correctly;
36663              fixes for backtick/wait/waitpid failures on Windows 9x
36664              these changes make the pid returned by process functions on
36665              Windows 9x always positive by clearing the high bit (which
36666              is always set on Win9x); pseudo-process PIDs are likewise
36667              always negative now on Win9x (just as on NT/2000)
36668              
36669              trailing new %ENV entries weren't being pushed into the real
36670              environment of subprocesses on Windows
36671              
36672              Tweak the regex compilation errors once more.
36673              
36674              avoid warnings from dense compiler
36675              
36676              add "ok" targets from change#6632 in makefile.mk
36677      Branch: maint-5.6/perl
36678            - lib/Pod/PlainText.pm vms/configure.com
36679           !> (integrate 66 files)
36680 ____________________________________________________________________________
36681 [  7886] By: jhi                                   on 2000/11/27  13:54:18
36682         Log: __FUNCTION__ isn't portable and trying to emulate it leads
36683              into practically spelling out the name of the function.
36684              Takes care of the bug 20001127.001.
36685      Branch: perl
36686            ! perlio.c
36687 ____________________________________________________________________________
36688 [  7885] By: gsar                                  on 2000/11/27  13:53:18
36689         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
36690              6610..6611 from mainline
36691              
36692              Make regular expression parse error messages easier to understand.
36693              Subject: Re: enhanced(?) regex error messages
36694              
36695              Tiny tidying on report_evil_fh().
36696              
36697              Subject: Re: enhanced(?) regex error messages 
36698              plus Capitalize the error messages, plus perldiag them.
36699              
36700              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
36701              
36702              Document here-doc better.
36703              
36704              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
36705              
36706              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
36707              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
36708              (either perlbug or p5p ate the original), plus regen
36709              perlapi and perltoc. 
36710              
36711              Regen global.sym.
36712              
36713              Double check that we have a dirhandle.
36714              
36715              Subject: Re: enhanced(?) regex error messages
36716              (plus two small patches sent privately)
36717              (this still seems to leave few test failures)
36718              
36719              warn is a macro, avoid using at a variable to avoid warnings
36720              in some configurations; readdir.t is too conservative in
36721              estimating number of *.t's
36722              
36723              Get back into sync with Jeffrey on the enhanced regex warnings.
36724              
36725              Subject: [PATCH 5.6.0] cygwin port
36726              
36727              Zero entries were skipped, fix from Adrian Goalby
36728              <argoalby@yahoo.co.uk>
36729              
36730              Subject: Remove dead entry in perldiag
36731              
36732              Amend the description of Perl6.
36733              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
36734              
36735              detypo
36736              
36737              It's the 2ndO'ROSSC.
36738              
36739              Revert the sv.c part of #6559, a better fix is needed.
36740              
36741              Iterating perl6 description.
36742              
36743              Update to Term::ANSIColor 1.03, from Russ Allbery.
36744              
36745              Update to Getopt::Long 2.23_05, from Johan Vromans.
36746              
36747              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
36748              
36749              Update to Pod::Parser 1.17, from Brad Appleton.
36750              
36751              Update to CPAN 1.56, from Andreas König.
36752              
36753              Update to CGI 2.70, from Lincoln Stein.
36754              
36755              Put back the std @INC thing.
36756              
36757              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
36758              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
36759              
36760              Document the IO::Select timeout.
36761              
36762              sleep(1) does not necessarily return 1.
36763              Subject: [PATCH bleadperl] op/lex_assign.t  
36764              
36765              Subject: debugger "d" command doesnt check line number
36766              
36767              B::Deparse didn't do sub attributes.
36768              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
36769              
36770              Preprocessing and postprocessing for File::Find.
36771              Subject: Patch to Find::File.pm to allow alphabetical results
36772              
36773              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
36774              
36775              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
36776              
36777              Subject: Re: [ID 20000730.003] utf8::length() bad
36778              
36779              Subject: Getting perlio and threads to compile
36780              (the Solaris version changes in Configure skipped)
36781              
36782              Tests for #6589.
36783              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
36784              
36785              Add Perl debugging tutorial, regen toc. 
36786              Subject: perldebtut.pod
36787              
36788              Add a few missing files, update MANIFEST.
36789              
36790              Rewrite of vms/subconfigure.com as configure.com,
36791              from Peter Prymmer and the vmsperl crew.
36792              
36793              Should have deleted this in #6603.
36794              
36795              Fix the test for 5005threads.
36796              
36797              Fix-n-skip the tests under 5005threads.
36798              
36799              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
36800              
36801              Upgrade to CGI 2.71, from Lincoln Stein.
36802      Branch: maint-5.6/perl
36803           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
36804           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
36805           +> t/op/regmesg.t t/pod/find.t vms/configure.com
36806            - vms/subconfigure.com
36807            ! lib/lib.pm
36808           !> (integrate 115 files)
36809 ____________________________________________________________________________
36810 [  7884] By: jhi                                   on 2000/11/27  13:44:33
36811         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
36812              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36813              Date:     Mon, 27 Nov 2000 08:23:54 EST
36814              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
36815      Branch: perl
36816            ! vms/descrip_mms.template vms/test.com
36817 ____________________________________________________________________________
36818 [  7883] By: gsar                                  on 2000/11/27  11:50:46
36819         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
36820              6511..6513,6515..6523,6525..6536
36821              
36822              The swallow_bom() saga continues.  The #23 of require.t
36823              (UTF16-LE) still fails (silently, no output) but the #22
36824              (UTF16-BE) seems to be working now.  The root of the
36825              failure may be in sv_gets(): is it UTF-16LE-aware,
36826              especially when it comes to line endings? 
36827              
36828              Document the problem with -P in HP-UX and its workaround.
36829              
36830              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
36831              (aka ID 20000730.002)
36832              
36833              Subject: fix and question re: waitpid() under win32
36834              
36835              Make the safety catch for buggy gccs work with triple version
36836              numbers like 2.95.2.  Reported in
36837              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
36838              
36839              In Digital UNIX warn if gcc explicitly chosen because even
36840              2.95.2 is known to cause problems.
36841              
36842              Make chr() for values >127 to create utf8 when under utf8.
36843              
36844              various syntax errors and such (not fixed: comp/require.t#22 coredump
36845              on Windows)
36846              
36847              Stash away the largefiles flags and libswanted.
36848              
36849              BOM patching from Simon Cozens.
36850              
36851              If gccosandvers is equal to osname, clear gccosandvers.
36852              
36853              Make p4desc to skip non-mainperl branches by default.
36854              
36855              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
36856              
36857              The test from this
36858              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
36859              
36860              In new BSDs changes to argv[] do not show up in ps(1) output,
36861              instead one must use setproctitle().  This was already addressed
36862              by change #6457, but the below has a new variant for FreeBSD 4.0
36863              or later, and the matter is also documented more.
36864              
36865              FreeBSD 3.* updates from
36866              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
36867              
36868              regen_headers, regen perltoc.
36869              
36870              Document in one place the memory abstractions used in Perl core.
36871              
36872              memcpy has n o in it, as pinted ut by Sarathy.
36873              
36874              Remove the extraneous "main::" prefix from all the
36875              "opened only for", "on closed", and "never opened" warnings.
36876              
36877              The name of a filehandle does not have <these>.
36878              
36879              The tr utf8 patching continues.
36880              
36881              The new setproctitle() feature is available only in 
36882              bleeding edge FreeBSD.  From Paul Saab.
36883              
36884              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
36885              
36886              Dump UVs as UVs in Data::Dumper.
36887              
36888              detypo #6494
36889              
36890              Document the IVdf UVuf UVof UVxf.
36891              
36892              require.t needs binmode() to work on windows
36893              
36894              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
36895              that are hopefully soon put into use.
36896              
36897              Allow "no Module;" even if there is no 'unimport'.
36898              
36899              Better skip message for the test; one of the two problems in
36900              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
36901              
36902              The subtest 4 may fail also on VOBS, as pointed out
36903              by Nick Ing-Simmons in November 1999, bug id 19991124.003
36904              (but the failure in that bug report isn't the subtest 4).
36905              
36906              Be more informative on what is skipped and why,
36907              also repeat the list at the end.
36908              
36909              Add a URL for FSF.
36910              
36911              Subject: [PATCH] sv.h documentation - SvLEN
36912              
36913              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
36914              
36915              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
36916              
36917              Subject: [PATCH] bad cppsymbols on os2 + Configure question
36918              
36919              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
36920              
36921              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
36922              mention the idea of @( and @)
36923              
36924              This is 6512.  Really.
36925              
36926              Subject: [ID 19990721.004] Documentation bug in perlfunc
36927              
36928              Subject: Minor tweak to perlvar.pod
36929              
36930              In the warnings call filehandles consistently so;
36931              add "unopened" warning for stat().
36932              
36933              After the #6519 a warning about stat() is just that,
36934              not about a filetest, which now have their own warning.
36935              
36936              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
36937              
36938              Subject: Re: Array vs. List context
36939              
36940              Subject: New perlcc, take 2
36941              
36942              Weed buglets pointed out by
36943              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
36944              
36945              gcc versions might have (parentheses) in them.
36946              
36947              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
36948              
36949              Essential prototype changes were missing from #6527.
36950              Also make report_evil_fh() more bomb-proof.
36951              
36952              Zap lib/Sys directory when cleaning up.
36953              
36954              Change the Policy policy: now -Dprefix= with an existing
36955              Policy.sh and prefix == siteprefix == vendorprefix, then all
36956              of them follow along the new prefix.
36957              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
36958              
36959              Continue fixing the io warnings.  This also
36960              sort of fixes bug ID 20000802.003: the core dump
36961              is no more.  Whether the current behaviour is correct
36962              (giving a warning: "Not a format reference"), is another matter.
36963              
36964              Have symbols for the IoTYPEs.
36965              
36966              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
36967              
36968              Document a bit that UDP is not what you might think.
36969              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
36970              tr memory corruption fix from Simon Cozens.
36971              
36972              Plug the security hole described in the Aug 05 2000 bugtraq message
36973              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
36974              The security hole exists only in suidperls, which isn't
36975              installed or even built by default.
36976      Branch: maint-5.6/perl
36977           !> (integrate 71 files)
36978 ____________________________________________________________________________
36979 [  7882] By: gsar                                  on 2000/11/27  10:25:36
36980         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
36981              from mainline
36982              
36983              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
36984              to be fatal errors (instead of by default ignoring them, and
36985              ignoring with a bug: even though -w gave an error, the opening [
36986              was left in)  Reported in:
36987              
36988              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
36989              
36990              Subject: [PATCH] split /^/
36991              
36992              MacOS nits from Matthias Neeracher.
36993              
36994              More split() doc and test patches from Mike Guy.
36995              
36996              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
36997              from Graham Barr in the module list.
36998              
36999              docfix from Peter Scott <Peter@PSDT.com>.
37000              
37001              File::Temp patches for VMS and OS/2 from Tim Jenness.
37002              
37003              open() wariness in perlbug.
37004              
37005              Subject: [PATCH] minor doc change - perlguts
37006              
37007              Subject: Minor doc patch: handy.h
37008              
37009              Be wary of close()s, too.
37010              
37011              Further File::Temp patches from Yitzchak Scott-Thoennes
37012              and Craig A. Berry.
37013              
37014              Subject: [PATCH] fixes bug 20000508.004
37015              
37016              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
37017              
37018              Allow "no AutoLoader;", based on change #6444,
37019              suggested by Graham Barr.
37020              
37021              Use setproctitle() if available to modify $0.
37022              
37023              Warn if the version of the operating system used to compile gcc
37024              differs from the current version of the operating system.
37025              Also display the gcc compilation os and version in myconfig.
37026              Inspiration from
37027              
37028              Tiny fixes for #6460.
37029              
37030              The problem described in this
37031              Subject: [ID 20000322.018] named chars aren't magical enough
37032              has been fixed in perl 5.6.0 but just in case added a test
37033              to keep it away.  (The report from Joseph Hall.)
37034              
37035              Tune the comments and hopefully stop a memory leak.
37036              
37037              Subject: UTF8 concat
37038              (with a memory leak fixed, plus a few casts added)
37039              This also seems to help for
37040              Subject: [ID 20000716.015] join UTF8 weirdness
37041              
37042              Do not upgrade SVs into utf8 just because they participate
37043              in eq or cmp.  Reported and fix suggested in
37044              Subject: [ID 20000720.009] sv_eq UTF8 bug
37045              
37046              Fix the HALF_UPGRADE() macro introduced in #6263.
37047              
37048              Find green threads before native threads.
37049              Subject: Re: Patch to jpl/JNI/Makefile.PL
37050      Branch: maint-5.6/perl
37051           !> (integrate 30 files)
37052 ____________________________________________________________________________
37053 [  7881] By: jhi                                   on 2000/11/27  05:48:41
37054         Log: It seems that *both* the unused submatch loop cleanup
37055              codes are needed.
37056      Branch: perl
37057            ! regexec.c
37058 ____________________________________________________________________________
37059 [  7880] By: jhi                                   on 2000/11/27  04:50:07
37060         Log: Clean .exists deeper.
37061      Branch: perl
37062            ! Makefile.SH
37063 ____________________________________________________________________________
37064 [  7879] By: jhi                                   on 2000/11/27  02:31:35
37065         Log: The code in regcppop() (see #7878) contains the correct lower
37066              limit for the unused submatch 'cleanup' loop so that under
37067              "use utf8" the following code wouldn't dump core:
37068              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
37069              the cleanup loop in regtry() stomped beyond allocated area
37070              in the startp[] array.  Therefore, copied the correct lower
37071              loop limit (*PL_reglastparen) to regtry().  Note: something
37072              may still not be quite right: why was the _higher_ loop limit
37073              (prog->nparens) different in the utf8 case?
37074              
37075              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
37076              without core dumps, there were about 17 of them before
37077              the patch (with us since Perl 5.7.0).  Two failures, still:
37078              496 and 505 (though these may not be severe).
37079              
37080              Patch #7881 is also needed since both the cleanup loops
37081              seem to be needed.
37082              
37083              Also, the t/op/pat#44 seems to core dump under utf8.
37084              Plus a couple of failures.  UGH-8.
37085      Branch: perl
37086            ! regexec.c
37087 ____________________________________________________________________________
37088 [  7878] By: jhi                                   on 2000/11/27  02:21:17
37089         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
37090              the code in regcppop() seems to be redundant for the test suite --
37091              but it contains a germ of truth, and it needed for the build
37092              process itself: see #7879 and #7881.
37093      Branch: perl
37094            ! regexec.c
37095 ____________________________________________________________________________
37096 [  7877] By: jhi                                   on 2000/11/27  01:53:09
37097         Log: Comment on comment.
37098      Branch: perl
37099            ! regexec.c
37100 ____________________________________________________________________________
37101 [  7876] By: jhi                                   on 2000/11/27  00:49:59
37102         Log: Adjust the docs to agree with #7875.
37103      Branch: perl
37104            ! pod/perllocale.pod
37105 ____________________________________________________________________________
37106 [  7875] By: jhi                                   on 2000/11/27  00:49:27
37107         Log: Retract #7863.  It makes more sense not to taint formatted output,
37108              not even by sprintf().
37109      Branch: perl
37110            ! sv.c
37111 ____________________________________________________________________________
37112 [  7874] By: jhi                                   on 2000/11/26  23:36:02
37113         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
37114              Not really fixed (should really dump the UTF-8 charclass),
37115              but stopped displaying the garbage.
37116              
37117              Also add a note on the (missing) Unicode PSXSPC and BLANK.
37118      Branch: perl
37119            ! regcomp.c
37120 ____________________________________________________________________________
37121 [  7873] By: jhi                                   on 2000/11/26  21:31:13
37122         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
37123      Branch: perl
37124            ! regexec.c
37125 ____________________________________________________________________________
37126 [  7872] By: jhi                                   on 2000/11/26  21:06:04
37127         Log: No need to scan till infinity, 13 is enough.
37128      Branch: perl
37129            ! handy.h utf8.c
37130 ____________________________________________________________________________
37131 [  7871] By: jhi                                   on 2000/11/26  20:20:32
37132         Log: Test line numbers are different with utf8.
37133      Branch: perl
37134            ! t/op/re_tests
37135 ____________________________________________________________________________
37136 [  7870] By: jhi                                   on 2000/11/26  20:10:12
37137         Log: Message nit.
37138      Branch: perl
37139            ! regcomp.c
37140 ____________________________________________________________________________
37141 [  7869] By: jhi                                   on 2000/11/26  19:01:05
37142         Log: Make utf8_length() and utf8_distance() (the latter of which
37143              is unused at the moment) to be less forgiving about bad UTF-8.
37144      Branch: perl
37145            ! embed.h embed.pl objXSUB.h proto.h utf8.c
37146 ____________________________________________________________________________
37147 [  7868] By: jhi                                   on 2000/11/26  18:45:56
37148         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
37149              From: Benjamin Holzman <bah@ecnvantage.com>
37150              Date: Sat, 25 Nov 2000 20:40:20 -0500       
37151              Message-ID: <20001125204020.A25040@ecnvantage.com>              
37152              
37153              Debian allows installing /usr/bin/locale without installing
37154              any locales, an error message will ensue.
37155      Branch: perl
37156            ! t/pragma/locale.t
37157 ____________________________________________________________________________
37158 [  7867] By: jhi                                   on 2000/11/26  18:31:12
37159         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
37160              From: Benjamin Holzman <bah@ecnvantage.com>
37161              Date: Sun, 26 Nov 2000 02:42:34 -0500
37162              Message-ID: <20001126024234.G25040@ecnvantage.com>
37163              
37164              Patch for the bug 20000212.002.
37165      Branch: perl
37166            ! sv.c t/op/array.t
37167 ____________________________________________________________________________
37168 [  7866] By: jhi                                   on 2000/11/26  18:28:09
37169         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
37170              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37171              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
37172              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
37173              
37174              File::Temp 0.11.
37175      Branch: perl
37176            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
37177 ____________________________________________________________________________
37178 [  7865] By: jhi                                   on 2000/11/26  18:24:22
37179         Log: The metaconfig unit change for #7864.
37180      Branch: metaconfig/U/perl
37181            ! need_va_copy.U
37182 ____________________________________________________________________________
37183 [  7864] By: jhi                                   on 2000/11/26  18:23:41
37184         Log: Make the va_copy() test not to be so talkative.
37185      Branch: perl
37186            ! Configure config_h.SH
37187 ____________________________________________________________________________
37188 [  7863] By: jhi                                   on 2000/11/26  18:11:02
37189         Log: Fix locale inconsistencies unearthed by Hugo's work.
37190              Now the floating point sprintf really does taint the result
37191              string as perllocale promises (has promised for a long time)
37192              if "use locale" is in the lexical scope.
37193      Branch: perl
37194            ! sv.c t/pragma/locale.t
37195 ____________________________________________________________________________
37196 [  7862] By: jhi                                   on 2000/11/26  00:35:15
37197         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
37198              From: Nicholas Clark <nick@ccl4.org>
37199              Date: Sun, 26 Nov 2000 00:07:50 +0000
37200              Message-ID: <20001126000750.A22446@plum.flirble.org>
37201              
37202              Infinit.
37203      Branch: perl
37204            ! sv.c
37205 ____________________________________________________________________________
37206 [  7861] By: jhi                                   on 2000/11/26  00:01:26
37207         Log: Integrate perlio.
37208      Branch: perl
37209           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
37210 ____________________________________________________________________________
37211 [  7860] By: nick                                  on 2000/11/25  22:04:17
37212         Log: Correct relative path from new ext\Filter\Util\Call location
37213              back to miniperl.
37214      Branch: perlio
37215            ! win32/makefile.mk
37216 ____________________________________________________________________________
37217 [  7859] By: nick                                  on 2000/11/25  21:26:54
37218         Log: Integrate mainline.
37219      Branch: perlio
37220           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
37221           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
37222           +> t/lib/filter-util.t
37223            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
37224            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
37225            - t/lib/filt-util.t
37226           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
37227           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
37228           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
37229           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
37230           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
37231           !> win32/makefile.mk
37232 ____________________________________________________________________________
37233 [  7858] By: gsar                                  on 2000/11/25  20:52:17
37234         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
37235              parent's memory; fix it by keeping track of the actual pad
37236              offset rather than a raw pointer (this change is probably also
37237              relevant to non-ithreads case to avoid fallout from reallocs of
37238              the pad array, but is currently only enabled for the ithreads
37239              case in the interests of minimal disruption to existing "well
37240              tested" code)
37241      Branch: perl
37242            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
37243            ! proto.h scope.c scope.h sv.c t/op/fork.t
37244 ____________________________________________________________________________
37245 [  7857] By: nick                                  on 2000/11/25  20:01:28
37246         Log: All tests pass on Win32/gcc/USE_PERLIO.
37247              - when crlf layer is pushed make unix-level binary.
37248              - remove :crlf injection in pp_backtick in pp_sys.c
37249              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
37250      Branch: perlio
37251            ! doio.c perlio.c pp_sys.c win32/makefile.mk
37252 ____________________________________________________________________________
37253 [  7856] By: jhi                                   on 2000/11/25  18:38:30
37254         Log: Update the metaconfig units for #7855.
37255      Branch: metaconfig/U/perl
37256            ! useperlio.U usesocks.U
37257 ____________________________________________________________________________
37258 [  7855] By: jhi                                   on 2000/11/25  18:37:54
37259         Log: Undo the SOCKS workarounds, instead start using PerlIO
37260              if SOCKS is selected.
37261              
37262              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
37263              From: Jens Hamisch <jens@Strawberry.COM>
37264              Date: Fri, 24 Nov 2000 18:31:30 +0100
37265              Message-ID: <20001124183130.E28337@Strawberry.COM>
37266              
37267              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
37268              From: Jens Hamisch <jens@Strawberry.COM>
37269              Date: Fri, 24 Nov 2000 19:11:51 +0100
37270              Message-ID: <20001124191151.A28753@Strawberry.COM>
37271      Branch: perl
37272            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
37273            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
37274 ____________________________________________________________________________
37275 [  7854] By: jhi                                   on 2000/11/25  17:39:08
37276         Log: Undo #7848.  Some of the code seems to use walkoptree(),
37277              some walkoptree_slow().  An unfinished renaming?
37278              Now the sub is walkoptree() (which is @EXPORT_OK),
37279              the walkoptree_slow() is a typeglob alias to walkoptree.
37280              This makes the tests to pass, at least.
37281      Branch: perl
37282            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
37283 ____________________________________________________________________________
37284 [  7853] By: nick                                  on 2000/11/24  22:24:33
37285         Log: Re-arrange crlf vs binary for platforms that care.
37286              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
37287              Lip-service to making stdio layer work on such platfroms (untested).
37288              Now fails 3 tests rather than one, checkin to see if I can debug 
37289              the issue under linux. (Do not merge.)
37290      Branch: perlio
37291            ! doio.c perlio.c perliol.h
37292 ____________________________________________________________________________
37293 [  7852] By: jhi                                   on 2000/11/24  18:57:39
37294         Log: AUTHORS edits.
37295      Branch: perl
37296            ! AUTHORS
37297 ____________________________________________________________________________
37298 [  7851] By: jhi                                   on 2000/11/24  17:34:56
37299         Log: Add Jan-Erik Karlsson.
37300      Branch: perl
37301            ! AUTHORS
37302 ____________________________________________________________________________
37303 [  7850] By: jhi                                   on 2000/11/24  17:27:56
37304         Log: Configure should find stdchar on its own.
37305      Branch: perl
37306            ! hints/solaris_2.sh
37307 ____________________________________________________________________________
37308 [  7849] By: jhi                                   on 2000/11/24  17:24:55
37309         Log: Subject: PATCH over 7848: Filter test flawed
37310              From: andreas.koenig@anima.de (Andreas J. Koenig)
37311              Date: 24 Nov 2000 10:28:29 +0100
37312              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
37313      Branch: perl
37314            ! t/lib/filter-util.t
37315 ____________________________________________________________________________
37316 [  7848] By: jhi                                   on 2000/11/24  17:22:15
37317         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
37318              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
37319              Date: Fri, 24 Nov 2000 16:12:58 +0000
37320              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
37321      Branch: perl
37322            ! ext/B/B.pm
37323 ____________________________________________________________________________
37324 [  7847] By: jhi                                   on 2000/11/24  03:07:01
37325         Log: Integrate perlio.
37326      Branch: perl
37327           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
37328           !> win32/makefile.mk
37329 ____________________________________________________________________________
37330 [  7846] By: gsar                                  on 2000/11/24  00:55:57
37331         Log: integrate changes#6415..6418,6420..6438 from mainline
37332              
37333              Fix the bitvector ops for utf8 (tricky since past 7 bits
37334              the utf8 'characters' can be more than one octet).
37335              
37336              MPE/ix updates for perl 5.6.0 from Mark Bixby.
37337              
37338              Subject: SDBM_File documentation
37339              
37340              Detypo.
37341              
37342              Decutandpasto.
37343              
37344              Send all installperl messages to STDERR and be -w clean.
37345              
37346              Out-of-date note removed.
37347              
37348              Protect against "wild next"s, that is, callbacks doing "next"
37349              instead of "return".
37350              
37351              Use STDOUT consistently.
37352              
37353              The output might have been produced in the wrong order.
37354              
37355              A missing 'break' after the [[:space:]] switch case.
37356              
37357              Add tests for
37358              [ID 19991110.003] another matching finding by pcre author
37359              which has already been fixed by some patch, as verified in
37360              
37361              Documentation to explain the behaviour of map().
37362              
37363              Add an optimization for map-maps-a-list-element-to-more-list-elements
37364              case, but add also notes explaining the relationship of this
37365              patch and the earlier notes by Sarathy.
37366              
37367              Subject: [ID 20000716.023] syslog test fails without sockets
37368              
37369              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
37370              Test cases for #6431.
37371              
37372              File::Spec::VMS fixup for tmpdir from Craig Berry.
37373              
37374              Make the "uninit variable" warning to say "concat or string"
37375              or "join or string" when in concat or join .
37376              
37377              Get UTF16 BOMs working.  Patch from
37378              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
37379              
37380              Subject: [PATCH] Make large file tests deal with SIGXFSZ
37381              
37382              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
37383              
37384              Subject: [PATCH] av.c apidoc
37385      Branch: maint-5.6/perl
37386           !> (integrate 43 files)
37387 ____________________________________________________________________________
37388 [  7845] By: gsar                                  on 2000/11/24  00:20:45
37389         Log: integrate changes#6406..6414 from mainline
37390              
37391              Merge perlhacktut into perlhack, update perlguts.
37392              
37393              Fix AutoSplit to use File::Spec the right way in VMS,
37394              from Peter Prymmer.
37395              
37396              The bug report
37397              [ID 19991110.002] minimal matching discrepancy found by pcre author
37398              seems to have been fixed (though differently from what was suggested
37399              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
37400              
37401              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
37402              not in pod, from Peter Prymmer
37403              
37404              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
37405              From: Hugo <hv@crypt.compulink.co.uk>
37406              Date: Fri, 14 Jul 2000 23:05:20 +0100
37407              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
37408              
37409              Didn't anymore apply, but that point still could use another fix.
37410              
37411              lib/b test fixes from Peter Prymmer.
37412              
37413              More docs for sv functions.
37414              
37415              perlvms.pod whitespace cleanup to keep pod utils happy.
37416              
37417              another VMS build tweak from Peter Prymmer
37418      Branch: maint-5.6/perl
37419           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
37420           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
37421           !> vms/descrip_mms.template vms/perlvms.pod
37422 ____________________________________________________________________________
37423 [  7844] By: nick                                  on 2000/11/23  23:42:45
37424         Log: Win32/perlio Now just fails one io/argv.t test - lack 
37425              of default :crlf on standard streams.
37426      Branch: perlio
37427            ! doio.c perlio.c
37428 ____________________________________________________________________________
37429 [  7843] By: nick                                  on 2000/11/23  23:04:05
37430         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
37431              peek fail is showing a real problem (multiple crlf layers
37432              are getting pushed.)
37433      Branch: perlio
37434            ! doio.c perlio.c win32/makefile.mk
37435 ____________________________________________________________________________
37436 [  7842] By: nick                                  on 2000/11/23  19:46:23
37437         Log: Implement PerlIO_binmode()
37438              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
37439              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
37440              make binmode in t/lib/io_tell.t unconditional so that works.
37441              Checkin just so Win32 machine can see these changes.
37442      Branch: perlio
37443            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
37444 ____________________________________________________________________________
37445 [  7841] By: jhi                                   on 2000/11/23  19:30:00
37446         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
37447      Branch: perl
37448            ! README.amiga
37449 ____________________________________________________________________________
37450 [  7840] By: jhi                                   on 2000/11/23  17:18:02
37451         Log: SOCKS wrestling continues, patches from Jens Hamisch.
37452      Branch: perl
37453            ! doio.c embed.h embed.pl perlsdio.h proto.h
37454 ____________________________________________________________________________
37455 [  7839] By: jhi                                   on 2000/11/23  16:54:14
37456         Log: Push Filter::Util::Call one level deeper.
37457      Branch: perl
37458            + t/lib/filter-util.t
37459           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
37460           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
37461            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
37462            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
37463            - t/lib/filt-util.t
37464            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
37465            ! win32/Makefile win32/makefile.mk
37466 ____________________________________________________________________________
37467 [  7838] By: jhi                                   on 2000/11/23  16:52:40
37468         Log: Reach back one higher up when searching for PERL_SRC.
37469      Branch: perl
37470            ! lib/ExtUtils/MM_Unix.pm
37471 ____________________________________________________________________________
37472 [  7837] By: jhi                                   on 2000/11/23  16:05:41
37473         Log: Subject: Re: perl@7826
37474              Date: Thu, 23 Nov 2000 02:20:25 -0600
37475              From: "Craig A. Berry" <craigberry@mac.com>
37476              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
37477              
37478              Make VMS to like Filter::Util::Call. 
37479      Branch: perl
37480            ! configure.com ext/Filter/Util/Makefile.PL
37481 ____________________________________________________________________________
37482 [  7836] By: nick                                  on 2000/11/23  16:04:08
37483         Log: Implement crlf layer - not ready for merge.
37484      Branch: perlio
37485            ! perlio.c win32/makefile.mk
37486 ____________________________________________________________________________
37487 [  7835] By: jhi                                   on 2000/11/23  15:56:52
37488         Log: STDCHAR is different in Sparc v9 vs x86.
37489      Branch: perl
37490            ! hints/solaris_2.sh
37491 ____________________________________________________________________________
37492 [  7834] By: jhi                                   on 2000/11/23  15:50:47
37493         Log: The type needs to be visible to protos.
37494      Branch: perl
37495            ! perl.h
37496 ____________________________________________________________________________
37497 [  7833] By: jhi                                   on 2000/11/23  15:40:46
37498         Log: Finish unfinished SOCKS workaround changes.
37499      Branch: perl
37500            ! doio.c
37501 ____________________________________________________________________________
37502 [  7832] By: jhi                                   on 2000/11/23  15:33:30
37503         Log: Integrate perlio.
37504      Branch: perl
37505           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
37506           !> win32/makefile.mk
37507 ____________________________________________________________________________
37508 [  7831] By: nick                                  on 2000/11/23  10:31:07
37509         Log: Correct makefile.mk dependancies for ext/Filter/Util
37510              Build ext/Encode
37511              Run dmake regen_config_h
37512      Branch: perlio
37513            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37514            ! win32/makefile.mk
37515 ____________________________________________________________________________
37516 [  7830] By: nick                                  on 2000/11/23  08:05:07
37517         Log: Integrate mainline
37518      Branch: perlio
37519           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
37520           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
37521           +> t/lib/filt-util.pl t/lib/filt-util.t
37522           !> (integrate 41 files)
37523 ____________________________________________________________________________
37524 [  7829] By: gsar                                  on 2000/11/23  03:07:11
37525         Log: build the Filter extension on windows
37526      Branch: perl
37527            ! win32/Makefile win32/makefile.mk
37528 ____________________________________________________________________________
37529 [  7828] By: gsar                                  on 2000/11/23  02:46:35
37530         Log: regenerate win32/config* and fix some inconsistencies in the
37531              makefiles; always export Perl_deb() because it is needed
37532              by ext/re/* (whether perl itself is built with -DDEBUGGING
37533              or not)
37534      Branch: perl
37535            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
37536            ! win32/config_H.vc win32/makefile.mk
37537 ____________________________________________________________________________
37538 [  7827] By: gsar                                  on 2000/11/23  02:18:38
37539         Log: get sources building on windows+MSVC again (untested with other
37540              compilers)
37541      Branch: perl
37542            ! win32/include/sys/socket.h win32/perllib.c
37543 ____________________________________________________________________________
37544 [  7826] By: jhi                                   on 2000/11/23  01:18:26
37545         Log: Update Changes.
37546      Branch: perl
37547            ! Changes patchlevel.h
37548 ____________________________________________________________________________
37549 [  7825] By: jhi                                   on 2000/11/23  00:20:41
37550         Log: Subject: Re: av.c patch (having slight problems)
37551              From: "Ben Tilly" <ben_tilly@hotmail.com>
37552              Date: Tue, 21 Nov 2000 23:29:31 -0500
37553              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
37554              
37555              unshift() speedup.
37556      Branch: perl
37557            ! av.c
37558 ____________________________________________________________________________
37559 [  7824] By: jhi                                   on 2000/11/22  23:59:15
37560         Log: Fixes for signedness warnings noticed by VMSperlers.
37561      Branch: perl
37562            ! ext/Storable/Storable.xs regcomp.c sv.c
37563 ____________________________________________________________________________
37564 [  7823] By: jhi                                   on 2000/11/22  23:19:31
37565         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
37566              From: Peter Prymmer <pvhp@forte.com>
37567              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
37568              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
37569      Branch: perl
37570            ! t/pragma/warn/pp_hot
37571 ____________________________________________________________________________
37572 [  7822] By: jhi                                   on 2000/11/22  22:52:20
37573         Log: Be clean.
37574      Branch: perl
37575            ! Makefile.SH
37576 ____________________________________________________________________________
37577 [  7821] By: jhi                                   on 2000/11/22  22:46:39
37578         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
37579              by Damian Conway, as suggested by Paul Marquess.
37580      Branch: perl
37581            + lib/Filter/Simple.pm
37582 ____________________________________________________________________________
37583 [  7820] By: jhi                                   on 2000/11/22  22:45:51
37584         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
37585      Branch: perl
37586            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
37587            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
37588            + t/lib/filt-util.t
37589            ! MANIFEST
37590 ____________________________________________________________________________
37591 [  7819] By: jhi                                   on 2000/11/22  22:03:27
37592         Log: Integrate perlio.
37593      Branch: perl
37594           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
37595           !> win32/makefile.mk
37596 ____________________________________________________________________________
37597 [  7818] By: jhi                                   on 2000/11/22  21:56:02
37598         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
37599      Branch: perl
37600            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
37601            ! t/lib/io_sock.t
37602 ____________________________________________________________________________
37603 [  7817] By: jhi                                   on 2000/11/22  21:39:49
37604         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
37605              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37606              Date: Wed, 22 Nov 2000 16:08:12 -0500
37607              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
37608      Branch: perl
37609            ! lib/ExtUtils/Liblist.pm
37610 ____________________________________________________________________________
37611 [  7816] By: jhi                                   on 2000/11/22  21:38:25
37612         Log: Go ahead and #include <unistd.h> in perl.h.
37613      Branch: perl
37614            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
37615            ! util.c
37616 ____________________________________________________________________________
37617 [  7815] By: jhi                                   on 2000/11/22  21:22:52
37618         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
37619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37620              Date: Mon, 20 Nov 2000 18:30:52 -0500
37621              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
37622      Branch: perl
37623            ! pod/perlre.pod regcomp.c t/op/re_tests
37624 ____________________________________________________________________________
37625 [  7814] By: jhi                                   on 2000/11/22  21:21:46
37626         Log: Subject: [PATCH 5.7.0] Liblist finally works
37627              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37628              Date: Tue, 21 Nov 2000 22:02:17 -0500
37629              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
37630      Branch: perl
37631            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
37632            ! lib/ExtUtils/MakeMaker.pm
37633 ____________________________________________________________________________
37634 [  7813] By: jhi                                   on 2000/11/22  21:20:23
37635         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
37636              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37637              Date: Wed, 22 Nov 2000 17:53:15 +0100
37638              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
37639              
37640              AIX dynaloader and perlio patch.
37641      Branch: perl
37642            ! ext/DynaLoader/dl_aix.xs
37643 ____________________________________________________________________________
37644 [  7812] By: jhi                                   on 2000/11/22  21:17:52
37645         Log: (Accidentally empty patch.)
37646      Branch: perl
37647            ! av.c
37648 ____________________________________________________________________________
37649 [  7811] By: jhi                                   on 2000/11/22  21:16:31
37650         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
37651              From: Peter Prymmer <pvhp@forte.com>
37652              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
37653              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
37654      Branch: perl
37655            ! vms/test.com
37656 ____________________________________________________________________________
37657 [  7810] By: jhi                                   on 2000/11/22  21:15:36
37658         Log: Subject: Re: perl@7777 
37659              From: "John P. Linderman" <jpl@research.att.com>
37660              Date: Wed, 22 Nov 2000 13:11:11 -0500
37661              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
37662              
37663              Detypoing.
37664      Branch: perl
37665            ! lib/CPAN.pm
37666 ____________________________________________________________________________
37667 [  7809] By: jhi                                   on 2000/11/22  21:14:19
37668         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
37669              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37670              Date:     Wed, 22 Nov 2000 13:51:37 EST
37671              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
37672      Branch: perl
37673            ! perlsdio.h
37674 ____________________________________________________________________________
37675 [  7808] By: jhi                                   on 2000/11/22  21:13:27
37676         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
37677              From: Casey Tweten <crt@kiski.net>
37678              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
37679              Message-Id: <200011201653.LAA10194@home.kiski.net>
37680      Branch: perl
37681            ! t/lib/io_udp.t
37682 ____________________________________________________________________________
37683 [  7807] By: jhi                                   on 2000/11/22  21:12:35
37684         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
37685              From: Casey Tweten <crt@kiski.net>
37686              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
37687              Message-Id: <200011201636.LAA07227@home.kiski.net>
37688      Branch: perl
37689            ! t/lib/io_sock.t
37690 ____________________________________________________________________________
37691 [  7806] By: jhi                                   on 2000/11/22  21:10:59
37692         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
37693              From: "Casey R. Tweten" <crt@kiski.net>
37694              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
37695              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
37696      Branch: perl
37697            ! utils/h2xs.PL
37698 ____________________________________________________________________________
37699 [  7805] By: nick                                  on 2000/11/22  21:05:06
37700         Log: Integrate mainline
37701      Branch: perlio
37702           !> Changes Porting/genlog ext/DB_File/DB_File.xs
37703           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
37704           !> utils/perlbug.PL
37705 ____________________________________________________________________________
37706 [  7804] By: jhi                                   on 2000/11/22  21:01:12
37707         Log: Subject: [PATCH] Test.pm POD peculiarity
37708              From: "Casey R. Tweten" <crt@kiski.net>
37709              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
37710              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
37711      Branch: perl
37712            ! lib/Test.pm
37713 ____________________________________________________________________________
37714 [  7803] By: jhi                                   on 2000/11/22  20:59:59
37715         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
37716              From: "Philip Newton" <pnewton@gmx.de>
37717              Date: Wed, 22 Nov 2000 14:25:53 +0100
37718              Message-Id: <3A1BD771.25462.1939FAD@localhost>
37719              
37720              Be case-understanding also on 's', and use the -oi of sendmail
37721              not to terminate the transmission on a lone '.'.
37722      Branch: perl
37723            ! utils/perlbug.PL
37724 ____________________________________________________________________________
37725 [  7802] By: nick                                  on 2000/11/22  20:51:42
37726         Log: Win32 PerlIO intermediate state now working as expected.
37727              - In current state we are still using C runtime in text/binary
37728              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
37729              - PERLIO=stdio and PERLIO=unix pass all expected tests.
37730              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
37731              and PerlIO_seek() and the dummy crlf layer is not making adjustments
37732              for CRLF translation happening in C runtime. All other tests pass.
37733              
37734              Added note to README.win32 to point out the snags of doing a perl build
37735              with Norton AntiVirus turned on.
37736              
37737              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
37738              which file a fail comes from.
37739              
37740              Updated "canned" config.h to match the one generated.
37741      Branch: perlio
37742            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
37743            ! win32/makefile.mk
37744 ____________________________________________________________________________
37745 [  7801] By: jhi                                   on 2000/11/22  06:50:20
37746         Log: Nickety nits.
37747      Branch: perl
37748            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
37749 ____________________________________________________________________________
37750 [  7800] By: jhi                                   on 2000/11/22  01:29:55
37751         Log: Changes had accidentally gone too silent on non-main branches.
37752      Branch: perl
37753            ! Changes Porting/genlog patchlevel.h
37754 ____________________________________________________________________________
37755 [  7799] By: gsar                                  on 2000/11/22  01:02:56
37756         Log: some lib_pm.PL changes snuck in via change#7772
37757      Branch: maint-5.6/perl
37758            ! Makefile.SH
37759 ____________________________________________________________________________
37760 [  7798] By: nick                                  on 2000/11/21  21:59:40
37761         Log: Integrate mainline
37762      Branch: perlio
37763           !> (integrate 28 files)
37764 ____________________________________________________________________________
37765 [  7797] By: jhi                                   on 2000/11/21  21:01:45
37766         Log: Integrate perlio.
37767      Branch: perl
37768           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
37769 ____________________________________________________________________________
37770 [  7796] By: nick                                  on 2000/11/21  20:36:22
37771         Log: Win32 builds and runs (mostly) with USE_PERLIO.
37772              PERLIO=perlio passes all tests. 
37773              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
37774      Branch: perlio
37775            ! perlio.c win32/perllib.c win32/win32.c
37776 ____________________________________________________________________________
37777 [  7795] By: jhi                                   on 2000/11/21  19:03:44
37778         Log: Update Changes.
37779      Branch: perl
37780            ! Changes patchlevel.h
37781 ____________________________________________________________________________
37782 [  7794] By: jhi                                   on 2000/11/21  18:56:34
37783         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
37784              From: "Craig A. Berry" <craigberry@mac.com>
37785              Date: Mon, 20 Nov 2000 20:27:06 -0600
37786              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
37787              
37788              A cut-and-pasto.
37789      Branch: perl
37790            ! perlio.h
37791 ____________________________________________________________________________
37792 [  7793] By: jhi                                   on 2000/11/21  18:54:41
37793         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
37794              From: Dominic Dunlop <domo@computer.org> 
37795              Date: Mon, 20 Nov 2000 18:55:29 +0100
37796              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
37797              
37798              va_copy() and the need of it.
37799              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
37800      Branch: metaconfig/U/perl
37801            + need_va_copy.U
37802      Branch: perl
37803            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37804            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
37805            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
37806            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37807            ! win32/config.bc win32/config.gc win32/config.vc
37808 ____________________________________________________________________________
37809 [  7792] By: jhi                                   on 2000/11/21  17:04:10
37810         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
37811      Branch: perl
37812           !> scope.h
37813 ____________________________________________________________________________
37814 [  7791] By: jhi                                   on 2000/11/21  17:01:16
37815         Log: Export the SOCKS workaround symbols only if necessary.
37816      Branch: perl
37817            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
37818 ____________________________________________________________________________
37819 [  7790] By: nick                                  on 2000/11/20  23:57:11
37820         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
37821      Branch: perlio
37822            ! scope.h
37823 ____________________________________________________________________________
37824 [  7789] By: nick                                  on 2000/11/20  23:38:33
37825         Log: Integrate mainline
37826      Branch: perlio
37827           +> lib/File/Spec/Epoc.pm
37828           !> (integrate 34 files)
37829 ____________________________________________________________________________
37830 [  7788] By: nick                                  on 2000/11/20  23:20:18
37831         Log: Make extra buffer layer work (dummy crlf layer)
37832      Branch: perlio
37833            ! doio.c perlio.c perlio.h
37834 ____________________________________________________________________________
37835 [  7787] By: jhi                                   on 2000/11/20  22:44:04
37836         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
37837              From: Peter Prymmer <pvhp@forte.com>
37838              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
37839              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
37840      Branch: perl
37841            ! t/pragma/locale.t
37842 ____________________________________________________________________________
37843 [  7786] By: jhi                                   on 2000/11/20  22:29:10
37844         Log: Subject: DOC PATCH 5.6.0 perlreftut
37845              From: mjd@plover.com
37846              Date: 20 Nov 2000 19:45:06 -0000
37847              Message-ID: <20001120194506.9505.qmail@plover.com>
37848      Branch: perl
37849            ! pod/perlreftut.pod
37850 ____________________________________________________________________________
37851 [  7785] By: jhi                                   on 2000/11/20  22:27:44
37852         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
37853              From: David Dyck <dcd@tc.fluke.com>
37854              Date: Mon, 20 Nov 2000 11:43:40 -0800
37855              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
37856      Branch: perl
37857            ! lib/Cwd.pm
37858 ____________________________________________________________________________
37859 [  7784] By: jhi                                   on 2000/11/20  22:23:21
37860         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
37861              Date: Mon, 20 Nov 2000 17:06:10 -0500
37862              To: Mailing list Perl5 <perl5-porters@perl.org>
37863              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
37864      Branch: perl
37865            ! pp_ctl.c t/op/pat.t
37866 ____________________________________________________________________________
37867 [  7783] By: jhi                                   on 2000/11/20  22:11:18
37868         Log: Subject: [PATCH] doop.c - UTF8 tr///               
37869              From: Simon Cozens <simon@cozens.net>
37870              Date: Sat, 18 Nov 2000 18:49:30 +0000
37871              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
37872              
37873              Subject: Re: [PATCH] doop.c - UTF8 tr///           
37874              From: Simon Cozens <simon@cozens.net>
37875              Date: Mon, 20 Nov 2000 20:45:22 +0000
37876              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
37877              
37878              Make tr on UTF-8 better but still not correct.
37879      Branch: perl
37880            ! doop.c
37881 ____________________________________________________________________________
37882 [  7782] By: jhi                                   on 2000/11/20  22:02:16
37883         Log: Remove the shared object before attempting to create
37884              (by linking) a new one.  E.g. in AIX not removing
37885              becomes quite painful if one tries to do more than one
37886              build in the same tree (an interrupted build, for example),
37887              since the AIX' shared dynaloader seemingly keeps the shared
37888              objects open and therefore 'busy' for quite a while, even when
37889              nobody is using the objects, leading into link failures.
37890      Branch: perl
37891            ! lib/ExtUtils/MM_Unix.pm
37892 ____________________________________________________________________________
37893 [  7781] By: gsar                                  on 2000/11/20  19:02:55
37894         Log: type mismatch due to faulty integration
37895      Branch: maint-5.6/perl
37896            ! toke.c win32/Makefile
37897 ____________________________________________________________________________
37898 [  7780] By: gsar                                  on 2000/11/20  17:31:55
37899         Log: integrate changes#6392,6394..6399,6401..6404
37900              
37901              The {multiplier} of a fixed substring was overlooked which
37902              caused a wrong initial search offset for that substring.
37903              
37904              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
37905              From: Hugo <hv@crypt.compulink.co.uk>
37906              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
37907              Date: Thu, 13 Jul 2000 19:27:13 +0100
37908              
37909              Fix the BOM bug: not a byteorder bug, a signedness bug.
37910              
37911              Replace change #6337 with a better one.
37912              
37913              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
37914              From: Hugo <hv@crypt.compulink.co.uk>
37915              Date: Fri, 14 Jul 2000 04:16:20 +0100
37916              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
37917              
37918              MakeMaker should not remove editor backups (*~) on `make clean`
37919              by default (completes change#6383)
37920              
37921              move new variables to the end of the interpreter structure (for
37922              bincompat in code that doesn't #include XSUB.h)
37923              
37924              rename totally bletcherous SvLOCK() thingy (doesn't do what the
37925              name suggests anyway)
37926              
37927              various cleanups (typos, misformatted code, and small bugs)
37928              
37929              typecasts needed for change#6394
37930              
37931              typos in change#6399, regen headers
37932              
37933              inconsistent types needs casts
37934              
37935              PERL_OBJECT build tweaks
37936      Branch: maint-5.6/perl
37937           !> MANIFEST doop.c embed.h embed.pl embedvar.h
37938           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
37939           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
37940           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
37941           !> toke.c util.c
37942 ____________________________________________________________________________
37943 [  7779] By: gsar                                  on 2000/11/20  17:06:29
37944         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
37945              
37946              Cosmetics and perldelta.
37947              
37948              Fix nits noticed by Boston.pm.
37949              
37950              Do the cc sanity check both before the hints and
37951              after the cc selction.
37952              
37953              get sprintf.t to adjust properly for 3-digit exponents
37954              
37955              don't clobber *.orig files on *clean targets
37956              
37957              fix bugs in processing %v-*d and similar format specs (from
37958              Avi Finkel <avi@finkel.org>)
37959              
37960              sprintf test tweaks (from Dominic Dunlop)
37961              
37962              new selfloader.t in change#6183 doesn't close DATA handles,
37963              and thus fails to clean up tmp files on dosish platforms
37964              
37965              typos (spotted by Peter Prymmer)
37966              
37967              typo fix from Craig Berry
37968      Branch: maint-5.6/perl
37969           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
37970           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
37971           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
37972           !> x2p/Makefile.SH
37973 ____________________________________________________________________________
37974 [  7778] By: gsar                                  on 2000/11/20  16:46:51
37975         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
37976              
37977              Subject: Re: format bug report  [Patch]
37978              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37979              Date: Wed, 05 Jul 2000 13:12:52 +0200
37980              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
37981              
37982              Subject: Re: format bug report  [Patch]
37983              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37984              Date: Wed, 05 Jul 2000 14:10:01 +0200
37985              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
37986              
37987              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
37988              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
37989              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
37990              Date: Fri, 07 Jul 2000 17:57:16 +0100
37991              
37992              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
37993              To: perl5-porters@perl.org
37994              From: Karsten Sperling <spiff@phreax.net>
37995              Date: Mon, 10 Jul 2000 15:12:52 +0200
37996              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
37997              
37998              README.posix-bc podified from Thomas Dorner.
37999              
38000              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
38001              From: Dominic Dunlop <domo@computer.org>
38002              Date: Tue, 11 Jul 2000 12:27:33 +0200
38003              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
38004              
38005              Typo in #6341.
38006              
38007              Fix for
38008              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
38009              From: Roderick Schertler <roderick@argon.org>
38010              Date: Tue, 11 Jul 2000 13:55:05 -0400
38011              Message-Id: <200007111755.NAA05077@jones.argon.org>
38012              
38013              Minor cleanups on the booklist.
38014              
38015              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
38016              regen perltoc.
38017              
38018              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
38019      Branch: maint-5.6/perl
38020           +> pod/perlbook.pod
38021           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
38022           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
38023           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
38024 ____________________________________________________________________________
38025 [  7777] By: jhi                                   on 2000/11/20  16:08:49
38026         Log: Update Changes.
38027      Branch: perl
38028            ! Changes patchlevel.h
38029 ____________________________________________________________________________
38030 [  7776] By: jhi                                   on 2000/11/20  15:27:56
38031         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
38032              This may be overly harsh but until proven otherwise, we think this
38033              way, or until we have a simple test for Configure (having to start
38034              up servers is does not count as simple) to check for the problems.
38035      Branch: perl
38036            ! perl.h
38037 ____________________________________________________________________________
38038 [  7775] By: jhi                                   on 2000/11/20  15:22:17
38039         Log: Solaris hints tweaks.
38040      Branch: perl
38041            ! hints/solaris_2.sh
38042 ____________________________________________________________________________
38043 [  7774] By: jhi                                   on 2000/11/20  15:01:20
38044         Log: Add a workaround to SOCKS 64-bit problems.
38045      Branch: perl
38046            ! doio.c embed.h embed.pl perlsdio.h proto.h
38047 ____________________________________________________________________________
38048 [  7773] By: jhi                                   on 2000/11/20  14:51:47
38049         Log: sysseek() instead of seek().
38050      Branch: perl
38051            ! t/lib/syslfs.t
38052 ____________________________________________________________________________
38053 [  7772] By: gsar                                  on 2000/11/20  13:06:23
38054         Log: integrate changes#6315..6319,6321..6331,6333..6338
38055              
38056              Integrate with Sarathy, preliminary fix for unicos
38057              alignment problems in [ID 20000612.002] Perl problem on Cray system.
38058              
38059              some debugger output does not go to the socket when RemotePort is set
38060              
38061              winsock cleanup never done on Windows (leads to handle leaks)
38062              
38063              fix UNC path handling on Windows under ithreads, and chdir()
38064              return value when given a non-existent directory
38065              
38066              Autogenerate pod/Makefile and pod/buildtoc.
38067              buildtoc also checks whether the existin pods are
38068              mentioned in MANIFEST and perl.pod, and vice versa.
38069              (None of the thusly found discrepancies fixed yet.)
38070              roffitall also needs to be autogenerated similarly but it
38071              seems so badly out of date that I didn't touch it yet.
38072              
38073              Config is being used.
38074              
38075              Add =head1 NAMEs so that buildtoc is happy.
38076              (The CGI::Util nit reported to Lincoln.)
38077              
38078              Fix complaints of buildtoc.
38079              
38080              Fix the alignment problem in Crays ([ID 20000612.002]).
38081              
38082              Remove perlbook, update perlfaq book listing,
38083              rearrange perl.pod, regenerate perltoc.
38084              
38085              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
38086              was cast to an unsigned (32-bit) integer with wild abandon.
38087              
38088              winsock options weren't being set in all threads under ithreads
38089              (caused send()s from second and subsequent threads to fail)
38090              
38091              accept() leaks memory on windows due to incorrect ordering of
38092              closesocket() and fclose() calls
38093              
38094              Reorder perl.pod once more.
38095              
38096              More POSIX.pod tweaks.
38097              
38098              Sprinkle ldlibpath.
38099              
38100              Precedence goof, fix based on
38101              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
38102              From: Hugo <hv@crypt.compulink.co.uk>
38103              Date: Tue, 11 Jul 2000 12:52:38 +0100
38104              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
38105              
38106              Subject: PATCH perlguts.pod: Document D and d magic types
38107              From: mjd@plover.com
38108              Date: 5 Jul 2000 18:01:51 -0000
38109              Message-ID: <20000705180151.29413.qmail@plover.com>
38110              
38111              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
38112              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
38113              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
38114              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
38115              
38116              Subject: [PATCH cfgperl] $& segfaults if you trick it
38117              From: simon@brecon.co.uk (Simon Cozens)
38118              Date: 7 Jul 2000 11:26:09 GMT
38119              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
38120              
38121              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
38122              From: Hugo <hv@crypt.compulink.co.uk>
38123              Date: Tue, 11 Jul 2000 12:44:50 +0100
38124              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
38125              
38126              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
38127              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38128              Date: Tue, 11 Jul 2000 13:50:51 +0100
38129              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
38130      Branch: maint-5.6/perl
38131           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
38132           +> pod/buildtoc.PL
38133            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
38134           !> (integrate 26 files)
38135 ____________________________________________________________________________
38136 [  7771] By: gsar                                  on 2000/11/20  12:31:42
38137         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
38138              6310,6311,6314
38139              
38140              Subject: [PATCH bleedperl] File::Spec 0.82 beta
38141              From: Barrie Slaymaker <barries@jester.slaysys.com>
38142              Date: Wed, 28 Jun 2000 11:35:29 -0400
38143              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
38144              
38145              tweak perlembed for multiplicity/usethreads sanity; correct notes
38146              about Windows
38147              
38148              localize %INC in a Safe compartment so that use/require work
38149              (many other magic globals probably need similar treatment)
38150              
38151              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
38152              when @_ is modified, causing coredumps
38153              
38154              slurp mode fix in change#4736 still not quite right
38155              
38156              Point to perlipc for more SysV IPC examples.
38157              
38158              Elaborate POSIX.pod.  Still needs work.
38159              
38160              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
38161              
38162              fix large memory leak that has been around for ever, masked by
38163              -DPURIFY (most of the arenas were never freed!)
38164              
38165              fix memory leak on Windows (PL_sys_intern contents were never
38166              freed)
38167              
38168              PERL_OBJECT build tweak
38169              
38170              adjust change#6299
38171              
38172              remove rel2abs prototypes (from Barrie Slaymaker)
38173              
38174              missing perldiag entry for unpack("w",...) diagnostic (from
38175              Andreas Koenig)
38176              
38177              better diagnostic on Frob->stuff() when Frob:: doesn't exist
38178              (from Richard Soderberg <rs@oregonnet.com>)
38179              
38180              Win32 patches for cfgperl from Sarathy.
38181              
38182              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
38183              
38184              More POSIX.pod embellishment.
38185              
38186              tyop in change#6306
38187      Branch: maint-5.6/perl
38188           !> (integrate 44 files)
38189 ____________________________________________________________________________
38190 [  7770] By: gsar                                  on 2000/11/20  11:51:00
38191         Log: integrate changes#6268..6282 from cfgperl branch
38192              
38193              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
38194              From: Dominic Dunlop <domo@computer.org>
38195              Date: Thu, 29 Jun 2000 12:32:39 +0200
38196              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
38197              
38198              Regen headers for #6261 (and update embed.pl for this) and #6267,
38199              silence few compiler warnings.
38200              
38201              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
38202              From: Nicholas Clark <nick@talking.bollo.cx>
38203              Date: Fri, 23 Jun 2000 16:21:15 +0100
38204              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
38205              
38206              Subject: PATCH pod/perltie.pod
38207              From: Ian Phillipps <Ian.Phillipps@iname.com>
38208              Date: Fri, 16 Jun 2000 00:17:19 +0100
38209              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
38210              (only the first hunk, the second hunk had already been done
38211              by some other patch)
38212              
38213              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
38214              From: Tom Phoenix <rootbeer@redcat.com>
38215              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
38216              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
38217              
38218              Subject: [PATCH] xsub attributes
38219              From: Doug MacEachern <dougm@covalent.net>
38220              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
38221              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
38222              
38223              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
38224              From: Andy Dougherty <doughera@lafayette.edu>
38225              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
38226              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
38227              
38228              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
38229              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38230              Date: Tue, 13 Jun 2000 02:43:48 -0500
38231              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
38232              
38233              Subject: [PATCH] Re: eval documentation: context
38234              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38235              Date: Mon, 12 Jun 2000 15:07:29 +0100
38236              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
38237              
38238              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
38239              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38240              Date: Mon, 12 Jun 2000 14:55:59 +0100
38241              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
38242              
38243              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
38244              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
38245              Date: Fri, 09 Jun 2000 12:39:27 -0400
38246              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
38247              (plus update the version "number" of Text::Wrap)
38248              
38249              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
38250              From: Tim Ayers <tayers@bridge.com>
38251              Date: Thu, 08 Jun 2000 08:11:06 +0200
38252              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
38253              [resent by Richard Foley, Message-Id probably wrong]
38254              
38255              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
38256              From: rspier@pobox.com (Robert Spier)
38257              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
38258              Message-ID: <14654.31913.845602.610277@rls.cx>
38259              
38260              Subject: [PATCH 5.6.0] utils/h2xs.PL
38261              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38262              Date: Wed, 7 Jun 2000 04:02:04 -0500
38263              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
38264              
38265              Subject: [PATCH 5.6.0]ITHREADs for VMS
38266              From: Dan Sugalski <dan@sidhe.org>
38267              Date: Tue, 06 Jun 2000 11:59:50 -0400
38268              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
38269      Branch: maint-5.6/perl
38270           !> (integrate 31 files)
38271 ____________________________________________________________________________
38272 [  7769] By: gsar                                  on 2000/11/20  11:29:06
38273         Log: integrate changes#6261..6266 from cfgperl
38274              
38275              Subject: Re: [PATCH cfgperl] BOMs away!
38276              From: simon@brecon.co.uk (Simon Cozens)
38277              Date: 17 Jun 2000 11:49:57 GMT
38278              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
38279              
38280              Subject: 5.6.0 Patch for EPOC
38281              From: Olaf Flebbe <o.flebbe@gmx.de>
38282              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
38283              Message-ID: <23449.960929969@www11.gmx.net>
38284              
38285              tr fixes from Simon Cozens
38286              
38287              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
38288              From: Marty Lucich <marty@netcom.com>
38289              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
38290              Message-Id: <200006282116.OAA11148@netcom.com>
38291              ccdlflags update (the BSD/OS 4.1 part had already been taken
38292              care of by #6141).
38293              
38294              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
38295              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38296              Date: Wed, 28 Jun 2000 17:50:12 -0700
38297              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
38298              
38299              Subject: [PATCH 5.6.0] cygwin port
38300              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
38301              From: "Fifer, Eric" <EFifer@sanwaint.com>
38302              Date: Thu, 29 Jun 2000 12:58:29 +0100
38303      Branch: maint-5.6/perl
38304           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
38305           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
38306           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
38307           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
38308 ____________________________________________________________________________
38309 [  7768] By: gsar                                  on 2000/11/20  11:13:44
38310         Log: integrate changes#6252..6256,6259..6260
38311              
38312              Paranoia tweak on #6249.
38313              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
38314              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
38315              Date: Sun, 25 Jun 2000 23:43:12 -0400
38316              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
38317              
38318              Subject: tr///, help wanted.
38319              From: simon@brecon.co.uk (Simon Cozens)
38320              Date: 28 Jun 2000 11:29:04 GMT
38321              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
38322              
38323              small thinko tweaks
38324              
38325              tweaks from Simon Conzes to further fix tr/// under utf8
38326              
38327              perlnewmod was missing from MANIFEST.
38328              
38329              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
38330              From: simon@brecon.co.uk (Simon Cozens)
38331              Date: 17 Jun 2000 11:56:44 GMT
38332              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
38333              pack U0, pack C0
38334      Branch: maint-5.6/perl
38335           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
38336           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
38337           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
38338           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
38339 ____________________________________________________________________________
38340 [  7767] By: gsar                                  on 2000/11/20  10:51:38
38341         Log: integrate change#6250 from cfgperl
38342              
38343              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
38344              From: Doug MacEachern <dougm@covalent.net>
38345              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
38346              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
38347      Branch: maint-5.6/perl
38348           +> t/op/my_stash.t
38349           !> MANIFEST embed.pl global.sym proto.h toke.c
38350 ____________________________________________________________________________
38351 [  7766] By: gsar                                  on 2000/11/20  10:48:34
38352         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
38353              
38354              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
38355              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
38356              Date: Mon, 26 Jun 2000 18:40:14 +0100
38357              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
38358              
38359              Subject: [PATCH] bytes<->utf8 fixes
38360              From: simon@brecon.co.uk (Simon Cozens)
38361              Date: 26 Jun 2000 04:55:45 GMT
38362              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
38363              
38364              Subject: [PATCH] is_utf8_string
38365              From: simon@brecon.co.uk (Simon Cozens)
38366              Date: 26 Jun 2000 02:25:59 GMT
38367              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
38368              
38369              Subject: [PATCH] avoid mg_ptr in '*' magic
38370              From: Doug MacEachern <dougm@covalent.net>
38371              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
38372              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
38373              
38374              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
38375              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
38376              Date: Sat, 24 Jun 2000 13:06:20 +0100
38377              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
38378              
38379              Allow for standalone testing.
38380              
38381              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
38382              From: Mark-Jason Dominus <mjd@plover.com>
38383              Date: Tue, 27 Jun 2000 22:36:42 -0400
38384              Message-ID: <20000628023642.12166.qmail@plover.com>
38385              
38386              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
38387              From: Frank Tobin <ftobin@uiuc.edu>
38388              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
38389              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
38390      Branch: maint-5.6/perl
38391           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
38392           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
38393           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
38394           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
38395           !> utf8.c utils/h2xs.PL
38396 ____________________________________________________________________________
38397 [  7765] By: gsar                                  on 2000/11/20  10:29:13
38398         Log: integrate change#6239 from cfgperl
38399              
38400              Configure maintenance.  Sever some dependency cycles,
38401              separate gccversion from the cc unit,
38402              address [ID 20000623.006] Configure script patch for using gcc on AIX
38403              (but solve it a little bit differently),
38404              unduplex some accidentally duplicated units,
38405              suggest using gcc if no cc available
38406              (p5p thread: "Solaris configure: counterproposal", 1999-09)
38407      Branch: maint-5.6/perl
38408           !> Configure Todo-5.6 config_h.SH
38409 ____________________________________________________________________________
38410 [  7764] By: gsar                                  on 2000/11/20  10:25:55
38411         Log: integrate changes#6233..6238 from cfgperl
38412              
38413              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
38414              From: Mark-Jason Dominus <mjd@plover.com>
38415              Date: Fri, 16 Jun 2000 20:53:04 -0400
38416              Message-ID: <20000617005304.8008.qmail@plover.com>
38417              
38418              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
38419              because when run as services (Win32ese for daemons)
38420              no environment variables are set and tmpdir ends up as /tmp,
38421              which is ambiguous.
38422              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
38423              From: matt@sergeant.org
38424              Date: 16 Jun 2000 16:30:43 -0000
38425              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
38426              
38427              The thread begun by
38428              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
38429              From: Kevin.Ruscoe@ubsw.com
38430              Date: Fri, 16 Jun 2000 16:38:51 +0100
38431              Message-Id: <H000019b03c300d6@MHS>
38432              
38433              Tweak embed.pl, regen headers.
38434              
38435              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
38436              From: Dan Sugalski <dan@sidhe.org>
38437              Date: Fri, 23 Jun 2000 17:00:00 -0400
38438              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
38439      Branch: maint-5.6/perl
38440           !> (integrate 27 files)
38441 ____________________________________________________________________________
38442 [  7763] By: gsar                                  on 2000/11/20  10:08:08
38443         Log: s/perl56delta/perldelta/g
38444      Branch: maint-5.6/perl
38445            ! pod/Makefile
38446 ____________________________________________________________________________
38447 [  7762] By: gsar                                  on 2000/11/20  10:04:00
38448         Log: integrate changes#6225,6229,6231,6232 from cfgperl
38449              
38450              Add source code filenames to apidoc.
38451              From: simon@brecon.co.uk (Simon Cozens)
38452              Subject: [PATCH embed.pl] Source X-ref
38453              Date: 22 Jun 2000 02:18:49 GMT
38454              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
38455              
38456              Subject: README.hpux version 0.6.1
38457              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
38458              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
38459              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
38460              
38461              Subject: [PATCH 5.6.0] cygwin port
38462              From: "Fifer, Eric" <EFifer@sanwaint.com>
38463              Date: Tue, 20 Jun 2000 14:30:58 +0100
38464              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
38465              
38466              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
38467              From: simon@brecon.co.uk (Simon Cozens)
38468              Date: 19 Jun 2000 15:18:27 GMT
38469              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
38470              
38471              plus update pod/Makefile and regenerate perltoc
38472      Branch: maint-5.6/perl
38473           +> pod/perlutil.pod
38474           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
38475           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
38476 ____________________________________________________________________________
38477 [  7761] By: jhi                                   on 2000/11/20  04:09:55
38478         Log: Miraculous typo.
38479      Branch: perl
38480            ! t/op/pat.t
38481 ____________________________________________________________________________
38482 [  7760] By: jhi                                   on 2000/11/20  04:06:08
38483         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
38484              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38485              Date: Sun, 19 Nov 2000 22:30:26 -0500
38486              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
38487      Branch: perl
38488            ! regexec.c scope.h t/op/pat.t
38489 ____________________________________________________________________________
38490 [  7759] By: jhi                                   on 2000/11/20  02:05:22
38491         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
38492      Branch: perl
38493            ! perl.h
38494 ____________________________________________________________________________
38495 [  7758] By: jhi                                   on 2000/11/20  01:58:11
38496         Log: Subject: [perl 7711: EPOC] updates
38497              From: Olaf Flebbe <o.flebbe@gmx.de>
38498              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
38499              Message-ID: <25575.974658810@www23.gmx.net>               
38500      Branch: perl
38501            + lib/File/Spec/Epoc.pm
38502            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
38503            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
38504            ! lib/File/Spec.pm perl.c sv.c
38505 ____________________________________________________________________________
38506 [  7757] By: jhi                                   on 2000/11/20  01:53:11
38507         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
38508      Branch: perl
38509            ! MANIFEST
38510 ____________________________________________________________________________
38511 [  7756] By: jhi                                   on 2000/11/20  01:47:22
38512         Log: Integrate perlio.
38513      Branch: perl
38514            - ext/re/hints/MSWin32.pl
38515           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
38516           !> win32/config.gc win32/config_H.gc win32/win32sck.c
38517 ____________________________________________________________________________
38518 [  7755] By: nick                                  on 2000/11/19  20:57:17
38519         Log: Add dummy crlf layer (just as buffer)
38520              Correct 1st bug - one layer of indirection.
38521      Branch: perlio
38522            ! perlio.c perlio.h perliol.h
38523 ____________________________________________________________________________
38524 [  7754] By: nick                                  on 2000/11/19  20:56:12
38525         Log: Work-round to Perl_deb_nocontext is no longer required
38526      Branch: perlio
38527            - ext/re/hints/MSWin32.pl
38528 ____________________________________________________________________________
38529 [  7753] By: nick                                  on 2000/11/19  20:01:16
38530         Log: diff -se shows these as different
38531      Branch: perlio
38532            ! global.sym pod/perlapi.pod
38533 ____________________________________________________________________________
38534 [  7752] By: nick                                  on 2000/11/19  18:57:30
38535         Log: Configure GCC/Win32 build -Duseperlio
38536              Fix a couple of gross issues
38537              - double-include of ../deb.o in re.dll
38538              - win32sck.c needs PerlIO and FILE 
38539      Branch: perlio
38540            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
38541            ! win32/win32sck.c
38542 ____________________________________________________________________________
38543 [  7751] By: nick                                  on 2000/11/19  17:05:36
38544         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
38545      Branch: perlio
38546            ! perlio.c
38547 ____________________________________________________________________________
38548 [  7750] By: nick                                  on 2000/11/19  16:57:14
38549         Log: Missing aTHX_
38550      Branch: perlio
38551            ! sv.c
38552 ____________________________________________________________________________
38553 [  7749] By: jhi                                   on 2000/11/19  16:28:40
38554         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
38555              From: "Peter J. Farley III" <pjfarley@banet.net>
38556              Date: Sun, 19 Nov 2000 01:42:58 -0500
38557              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
38558      Branch: perl
38559            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
38560 ____________________________________________________________________________
38561 [  7748] By: jhi                                   on 2000/11/19  16:08:10
38562         Log: Subject: podlators 1.05 available        
38563              From: Russ Allbery <rra@stanford.edu>   
38564              Date: 18 Nov 2000 22:04:28 -0800
38565              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
38566      Branch: perl
38567            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
38568 ____________________________________________________________________________
38569 [  7747] By: nick                                  on 2000/11/19  11:19:39
38570         Log: Integrate mainline
38571      Branch: perlio
38572           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
38573           !> util.c
38574 ____________________________________________________________________________
38575 [  7746] By: jhi                                   on 2000/11/19  06:42:22
38576         Log: Make hex scanning warn on "\x{x}" and "\xx".
38577              "\x" and and hex("x") are still valid.
38578      Branch: perl
38579            ! util.c
38580 ____________________________________________________________________________
38581 [  7745] By: nick                                  on 2000/11/18  22:52:28
38582         Log: Integrate mainline
38583      Branch: perlio
38584           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
38585           !> perl.h perlio.c proto.h regcomp.c regcomp.h
38586 ____________________________________________________________________________
38587 [  7744] By: jhi                                   on 2000/11/18  22:50:28
38588         Log: Introduce Perl_utf8_length().  Use it.
38589      Branch: perl
38590            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
38591 ____________________________________________________________________________
38592 [  7743] By: jhi                                   on 2000/11/18  22:38:51
38593         Log: Compiler denit.
38594      Branch: perl
38595            ! perlio.c
38596 ____________________________________________________________________________
38597 [  7742] By: jhi                                   on 2000/11/18  20:33:05
38598         Log: Integrate perlio.
38599      Branch: perl
38600           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
38601           !> perlio.h pp_ctl.c pp_sys.c sv.c
38602 ____________________________________________________________________________
38603 [  7741] By: jhi                                   on 2000/11/18  20:31:27
38604         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
38605              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38606              Date: Fri, 17 Nov 2000 20:35:11 -0500
38607              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
38608              
38609              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
38610              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38611              Date: Fri, 17 Nov 2000 21:03:47 -0500
38612              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
38613              
38614              Plus a little bit of tweaking in pregcomp().
38615      Branch: perl
38616            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
38617 ____________________________________________________________________________
38618 [  7740] By: nick                                  on 2000/11/18  20:17:22
38619         Log: Lexical use open ... support:
38620              add ->cop_io to COP structure in cop.h.
38621              Make mg.c and gv.c associate it with ${^OPEN}.
38622              Make lib/open.pm set it.
38623              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
38624              manner similar to ->cop_warnings.
38625              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
38626              call new PerlIO_apply_layers().
38627              Declare latter in perlio.h and define in perlio.c
38628      Branch: perlio
38629            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
38630            ! perlio.h pp_ctl.c pp_sys.c sv.c
38631 ____________________________________________________________________________
38632 [  7739] By: jhi                                   on 2000/11/18  19:54:00
38633         Log: Integrate perlio.
38634      Branch: perl
38635           !> doio.c perlio.c pp.c
38636 ____________________________________________________________________________
38637 [  7738] By: jhi                                   on 2000/11/18  17:16:13
38638         Log: Subject: [PATCH 5.7.0] etags broken again
38639              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38640              Date: Sat, 18 Nov 2000 02:41:36 -0500
38641              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
38642      Branch: perl
38643            ! emacs/ptags
38644 ____________________________________________________________________________
38645 [  7737] By: jhi                                   on 2000/11/18  17:12:18
38646         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
38647      Branch: perl
38648            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38649 ____________________________________________________________________________
38650 [  7736] By: nick                                  on 2000/11/18  14:06:20
38651         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
38652              part to be isolated.
38653      Branch: perlio
38654            ! doio.c perlio.c
38655 ____________________________________________________________________________
38656 [  7735] By: nick                                  on 2000/11/18  11:03:32
38657         Log: Integrate mainline
38658      Branch: perlio
38659           !> Changes README.amiga README.win32 patchlevel.h
38660           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
38661 ____________________________________________________________________________
38662 [  7734] By: jhi                                   on 2000/11/18  01:18:56
38663         Log: Update Changes.
38664      Branch: perl
38665            ! Changes patchlevel.h
38666 ____________________________________________________________________________
38667 [  7733] By: jhi                                   on 2000/11/18  00:32:54
38668         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
38669              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38670              Date: Fri, 17 Nov 2000 17:28:02 -0500
38671              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
38672      Branch: perl
38673            ! regcomp.c regexec.c t/op/re_tests
38674 ____________________________________________________________________________
38675 [  7732] By: jhi                                   on 2000/11/18  00:28:56
38676         Log: Sparc 64-bit pack() fix from Jens Hamisch.
38677      Branch: perl
38678            ! pp.c
38679 ____________________________________________________________________________
38680 [  7731] By: jhi                                   on 2000/11/18  00:18:39
38681         Log: Explain in more detail the {} syntax ambiguousity.
38682              
38683              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
38684              From: Nicholas Clark <nick@ccl4.org>
38685              Date: Fri, 17 Nov 2000 22:10:28 +0000
38686              Message-ID: <20001117221028.A88930@plum.flirble.org>
38687      Branch: perl
38688            ! pod/perlfunc.pod
38689 ____________________________________________________________________________
38690 [  7730] By: jhi                                   on 2000/11/18  00:12:18
38691         Log: Subject: Fix for README.amiga (20000323.033)
38692              From: "Stephen P. Potter" <spp@spotter.yi.org>
38693              Date: Fri, 17 Nov 2000 12:25:51 -0500
38694              Message-Id: <200011171725.MAA05768@spotter.yi.org>
38695      Branch: perl
38696            ! README.amiga
38697 ____________________________________________________________________________
38698 [  7729] By: jhi                                   on 2000/11/18  00:08:34
38699         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
38700              From: "A. C. Yardley" <yardley@tanet.net>
38701              Date: Mon, 3 Apr 2000 11:35:33 -0700
38702              Message-ID: <3483.000403@tanet.net>
38703      Branch: perl
38704            ! README.win32
38705 ____________________________________________________________________________
38706 [  7728] By: nick                                  on 2000/11/17  21:59:47
38707         Log: Integrate mainline
38708      Branch: perlio
38709           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
38710           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
38711           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
38712           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
38713 ____________________________________________________________________________
38714 [  7727] By: nick                                  on 2000/11/17  21:56:31
38715         Log: Experiment on use of attributes.pm interface.
38716              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
38717              SVt_PVRV if not already something better (else vivify of say magic gets
38718              core dump).
38719      Branch: perlio
38720            ! perlio.c pp.c
38721 ____________________________________________________________________________
38722 [  7726] By: jhi                                   on 2000/11/17  14:15:49
38723         Log: Subject: Fix for 20000815.006
38724              From: "Stephen P. Potter" <spp@spotter.yi.org>
38725              Date: Fri, 17 Nov 2000 08:57:45 -0500
38726              Message-Id: <200011171357.IAA05122@spotter.yi.org>
38727              
38728              It's really 20000518.006.
38729      Branch: perl
38730            ! pod/perlmodlib.PL
38731 ____________________________________________________________________________
38732 [  7725] By: jhi                                   on 2000/11/17  14:12:31
38733         Log: Subject: Fix for 20000409.001
38734              From: "Stephen P. Potter" <spp@spotter.yi.org>
38735              Date: Fri, 17 Nov 2000 08:55:45 -0500
38736              Message-Id: <200011171355.IAA05104@spotter.yi.org>
38737      Branch: perl
38738            ! pod/perlfaq9.pod
38739 ____________________________________________________________________________
38740 [  7724] By: jhi                                   on 2000/11/17  14:08:58
38741         Log: Undo #7627 now that we have =head3.
38742      Branch: perl
38743            ! pod/perlhack.pod
38744 ____________________________________________________________________________
38745 [  7723] By: jhi                                   on 2000/11/17  14:04:09
38746         Log: As surmised the #7719 wasn't a good move.
38747      Branch: perl
38748            ! hints/solaris_2.sh
38749 ____________________________________________________________________________
38750 [  7722] By: jhi                                   on 2000/11/17  13:59:04
38751         Log: Also the 64bitall hints can be either here or there.
38752      Branch: perl
38753            ! hints/solaris_2.sh
38754 ____________________________________________________________________________
38755 [  7721] By: jhi                                   on 2000/11/17  02:26:23
38756         Log: Test tweak for the open pragma.
38757      Branch: perl
38758            ! t/lib/b.t
38759 ____________________________________________________________________________
38760 [  7720] By: jhi                                   on 2000/11/17  00:23:22
38761         Log: The long double hints can be here or there.
38762      Branch: perl
38763            ! hints/solaris_2.sh
38764 ____________________________________________________________________________
38765 [  7719] By: jhi                                   on 2000/11/17  00:14:06
38766         Log: For Solaris use64bitall the stdchar needs a little bit of help.
38767      Branch: perl
38768            ! hints/solaris_2.sh
38769 ____________________________________________________________________________
38770 [  7718] By: jhi                                   on 2000/11/16  23:27:34
38771         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
38772              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
38773              Date: Wed, 15 Nov 2000 08:56:32 +0100
38774              Message-ID: <3A1241B0.64477E00@alcatel.at>
38775      Branch: perl
38776            ! lib/Carp/Heavy.pm
38777 ____________________________________________________________________________
38778 [  7717] By: jhi                                   on 2000/11/16  23:23:29
38779         Log: Subject: [PATCH] Re: 20001101.003 PDL
38780              From: Nicholas Clark <nick@ccl4.org>
38781              Date: Thu, 16 Nov 2000 16:48:25 +0000
38782              Message-ID: <20001116164825.B93487@plum.flirble.org>
38783      Branch: perl
38784            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
38785 ____________________________________________________________________________
38786 [  7716] By: jhi                                   on 2000/11/16  23:21:31
38787         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
38788              From: "Casey R. Tweten" <crt@kiski.net>
38789              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
38790              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
38791      Branch: perl
38792            ! lib/Pod/Checker.pm pod/perlpod.pod
38793 ____________________________________________________________________________
38794 [  7715] By: jhi                                   on 2000/11/16  23:19:40
38795         Log: Avoid an infinite loop in VMS when utils scripts are run
38796              with no arguments, from Charles Lane.
38797      Branch: perl
38798            ! configure.com
38799 ____________________________________________________________________________
38800 [  7714] By: jhi                                   on 2000/11/16  23:17:08
38801         Log: Subject: perllocale.pod changes
38802              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38803              Date: Mon, 13 Nov 2000 10:09:22 +0300
38804              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
38805      Branch: perl
38806            ! pod/perllocale.pod
38807 ____________________________________________________________________________
38808 [  7713] By: jhi                                   on 2000/11/16  23:14:06
38809         Log: Integrate perlio.
38810      Branch: perl
38811           !> doio.c perlio.c perlio.h util.c
38812 ____________________________________________________________________________
38813 [  7712] By: nick                                  on 2000/11/16  21:10:58
38814         Log: Integrate mainline
38815      Branch: perlio
38816           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38817           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
38818           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
38819           !> vos/config.ga.def vos/config.ga.h win32/config.bc
38820           !> win32/config.gc win32/config.vc
38821 ____________________________________________________________________________
38822 [  7711] By: nick                                  on 2000/11/16  19:56:41
38823         Log: Minor tweaks:
38824              consistent way of getting 'rb', 'wb' etc. for binary opens
38825              move *perlio::layers to *open::layers
38826              a #define to show layers available
38827              DOSISH popen/PerlIO had export/import sense inverted.
38828      Branch: perlio
38829            ! doio.c perlio.c perlio.h util.c
38830 ____________________________________________________________________________
38831 [  7710] By: jhi                                   on 2000/11/16  15:46:05
38832         Log: Add HAS_SBRK_PROTO.
38833      Branch: metaconfig/U/perl
38834            + d_sbrkproto.U
38835      Branch: perl
38836            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38837            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
38838            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
38839            ! vos/config.ga.def vos/config.ga.h win32/config.bc
38840            ! win32/config.gc win32/config.vc
38841 ____________________________________________________________________________
38842 [  7709] By: nick                                  on 2000/11/16  07:31:49
38843         Log: Integrate mainline
38844      Branch: perlio
38845           !> (integrate 35 files)
38846 ____________________________________________________________________________
38847 [  7708] By: jhi                                   on 2000/11/16  05:33:03
38848         Log: These files are text, not binary.
38849      Branch: perl
38850            ! ext/Encode/Encode/iso8859-10.enc
38851            ! ext/Encode/Encode/iso8859-13.enc
38852            ! ext/Encode/Encode/iso8859-14.enc
38853            ! ext/Encode/Encode/iso8859-15.enc
38854 ____________________________________________________________________________
38855 [  7707] By: jhi                                   on 2000/11/16  01:53:37
38856         Log: Update Changes.
38857      Branch: perl
38858            ! Changes patchlevel.h
38859 ____________________________________________________________________________
38860 [  7706] By: jhi                                   on 2000/11/16  01:35:59
38861         Log: More #undefing of stdio.
38862      Branch: perl
38863            ! fakesdio.h nostdio.h
38864 ____________________________________________________________________________
38865 [  7705] By: jhi                                   on 2000/11/16  01:34:18
38866         Log: Add fwalk() probe to the configuration files and regen perltoc.
38867      Branch: perl
38868            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38869            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
38870            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
38871            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38872            ! win32/config.bc win32/config.gc win32/config.vc
38873 ____________________________________________________________________________
38874 [  7704] By: jhi                                   on 2000/11/16  01:33:07
38875         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
38876              an optional third argument to Inlibc?)
38877      Branch: metaconfig/U/perl
38878            + d__fwalk.U
38879 ____________________________________________________________________________
38880 [  7703] By: jhi                                   on 2000/11/16  01:09:22
38881         Log: The type of the hash_cb() size argument is tricky.
38882      Branch: perl
38883            ! ext/DB_File/DB_File.xs
38884 ____________________________________________________________________________
38885 [  7702] By: jhi                                   on 2000/11/15  23:01:16
38886         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
38887      Branch: perl
38888            ! nostdio.h
38889 ____________________________________________________________________________
38890 [  7701] By: jhi                                   on 2000/11/15  22:52:32
38891         Log: Detypo.
38892      Branch: perl
38893            ! t/lib/bigfltpm.t
38894 ____________________________________________________________________________
38895 [  7700] By: jhi                                   on 2000/11/15  22:51:56
38896         Log: UINT64_C() work continues.
38897      Branch: perl
38898            ! handy.h perl.h utf8.h
38899 ____________________________________________________________________________
38900 [  7699] By: jhi                                   on 2000/11/15  14:13:04
38901         Log: SOCKS has its own USE_THREADS, based on
38902              
38903              Subject: [ID 20001114.002] et. al. bugfix followup
38904              From: Jens Hamisch <jens@Strawberry.COM> 
38905              Date: Wed, 15 Nov 2000 14:23:11 +0100
38906              Message-ID: <20001115142311.A21164@Strawberry.COM>
38907      Branch: perl
38908            ! perl.h
38909 ____________________________________________________________________________
38910 [  7698] By: jhi                                   on 2000/11/15  03:50:56
38911         Log: Add few missing #undefs and sort them.
38912      Branch: perl
38913            ! fakesdio.h
38914 ____________________________________________________________________________
38915 [  7697] By: jhi                                   on 2000/11/15  03:39:14
38916         Log: Linenumber fix.
38917      Branch: perl
38918            ! t/pragma/warn/utf8
38919 ____________________________________________________________________________
38920 [  7696] By: jhi                                   on 2000/11/15  02:55:26
38921         Log: EBCDIC tweaks.
38922              
38923              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
38924              From: Peter Prymmer <pvhp@forte.com>
38925              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
38926              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
38927      Branch: perl
38928            ! t/op/regmesg.t t/pragma/warn/utf8
38929 ____________________________________________________________________________
38930 [  7695] By: jhi                                   on 2000/11/15  02:53:58
38931         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
38932              From: Peter Prymmer <pvhp@forte.com>
38933              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
38934              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
38935      Branch: perl
38936            ! utf8.c
38937 ____________________________________________________________________________
38938 [  7694] By: jhi                                   on 2000/11/15  02:50:55
38939         Log: Subject: [PATCH: perl@7674] updates to README.os390
38940              From: Prymmer/Kahn <pvhp@best.com>
38941              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
38942              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
38943      Branch: perl
38944            ! README.os390
38945 ____________________________________________________________________________
38946 [  7693] By: jhi                                   on 2000/11/15  02:48:37
38947         Log: Quit utf8_to_uv() instantly if curlen == 0.
38948      Branch: perl
38949            ! utf8.c
38950 ____________________________________________________________________________
38951 [  7692] By: jhi                                   on 2000/11/15  02:24:29
38952         Log: Use u_int32_t for the size of hash_cb(), not size_t.
38953              
38954              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
38955              From: Jens Hamisch <jens@Strawberry.COM>     
38956              Date: Tue, 14 Nov 2000 19:03:55 +0100
38957              Message-Id: <20001114190355.A20559@Strawberry.COM>
38958      Branch: perl
38959            ! ext/DB_File/DB_File.xs
38960 ____________________________________________________________________________
38961 [  7691] By: jhi                                   on 2000/11/15  02:20:12
38962         Log: Use UINT64_C().
38963              
38964              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
38965              From: Jens Hamisch <jens@Strawberry.COM>
38966              Date: Tue, 14 Nov 2000 19:16:23 +0100
38967              Message-Id: <20001114191623.G20559@Strawberry.COM>
38968      Branch: perl
38969            ! utf8.c utf8.h
38970 ____________________________________________________________________________
38971 [  7690] By: jhi                                   on 2000/11/15  02:17:06
38972         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
38973              (a macro to define signed and unsigned integer constants).
38974      Branch: perl
38975            ! handy.h
38976 ____________________________________________________________________________
38977 [  7689] By: jhi                                   on 2000/11/15  01:56:51
38978         Log: Regen Configure.
38979      Branch: perl
38980            ! Configure
38981 ____________________________________________________________________________
38982 [  7688] By: jhi                                   on 2000/11/15  01:56:32
38983         Log: Make the unit know about SOCKS.
38984      Branch: metaconfig
38985            ! U/protos/socksizetype.U
38986 ____________________________________________________________________________
38987 [  7687] By: jhi                                   on 2000/11/15  01:54:47
38988         Log: Remove unused dependencies.
38989      Branch: metaconfig
38990            ! U/compline/d_getpagsz.U
38991 ____________________________________________________________________________
38992 [  7686] By: nick                                  on 2000/11/14  21:25:13
38993         Log: Integrate mainline.
38994      Branch: perlio
38995           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
38996           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
38997           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
38998           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
38999           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
39000           !> win32/config.bc win32/config.gc win32/config.vc
39001           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
39002 ____________________________________________________________________________
39003 [  7685] By: jhi                                   on 2000/11/14  17:54:56
39004         Log: Integrate perlio.
39005      Branch: perl
39006           +> fakesdio.h perliol.h
39007           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
39008           !> perlsdio.h perlsfio.h pod/perlfunc.pod
39009 ____________________________________________________________________________
39010 [  7684] By: nick                                  on 2000/11/14  17:43:04
39011         Log: PerlIO #include and #ifdef re-work.
39012      Branch: perlio
39013            + fakesdio.h perliol.h
39014            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
39015            ! perlsdio.h perlsfio.h
39016 ____________________________________________________________________________
39017 [  7683] By: jhi                                   on 2000/11/14  15:42:40
39018         Log: Hoist the duplicated socket/netdb include logic to perl.h;
39019              undef SETERRNO in case SOCKS has defined it.  Based on:
39020              
39021              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
39022              From: Jens Hamisch <jens@Strawberry.COM> 
39023              Date: Tue, 14 Nov 2000 11:34:40 +0100
39024              Message-Id: <20001114113440.A20005@Strawberry.COM>
39025      Branch: perl
39026            ! doio.c perl.h pp_sys.c
39027 ____________________________________________________________________________
39028 [  7682] By: jhi                                   on 2000/11/14  14:07:28
39029         Log: Subject: some additions for makefiles for win32 (for perl@7674)
39030              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39031              Date: Tue, 14 Nov 2000 09:31:13 +0300
39032              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
39033      Branch: perl
39034            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
39035            ! win32/makefile.mk
39036 ____________________________________________________________________________
39037 [  7681] By: jhi                                   on 2000/11/14  14:01:41
39038         Log: Subject: tiny typo in perl5db.pl
39039              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39040              Date: Tue, 14 Nov 2000 09:29:28 +0300
39041              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
39042      Branch: perl
39043            ! lib/perl5db.pl
39044 ____________________________________________________________________________
39045 [  7680] By: jhi                                   on 2000/11/14  04:13:50
39046         Log: Redo #7679 with LFs instead of CRLFs.
39047      Branch: perl
39048            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
39049            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
39050            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
39051 ____________________________________________________________________________
39052 [  7679] By: jhi                                   on 2000/11/14  01:21:09
39053         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
39054              From: Benjamin Stuhl <tiriath@yahoo.com> 
39055              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
39056              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
39057      Branch: perl
39058            + win32/bin/mdelete.bat
39059            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
39060            ! makedef.pl perlio.c win32/Makefile win32/config.gc
39061            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
39062 ____________________________________________________________________________
39063 [  7678] By: jhi                                   on 2000/11/14  01:19:20
39064         Log: Fix the re extension building for Win32.
39065              
39066              Subject: [PATCH perl@7638] Get PerlIO building on Win32
39067              From: Benjamin Stuhl <tiriath@yahoo.com> 
39068              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
39069              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
39070      Branch: perl
39071            + ext/re/hints/MSWin32.pl
39072            ! MANIFEST
39073 ____________________________________________________________________________
39074 [  7677] By: jhi                                   on 2000/11/14  01:13:54
39075         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
39076              From: sthoenna@efn.org
39077              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
39078              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
39079      Branch: perl
39080            ! doop.c pp.c toke.c utf8.c utf8.h
39081 ____________________________________________________________________________
39082 [  7676] By: jhi                                   on 2000/11/13  20:23:15
39083         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
39084              From: Nicholas Clark <nick@ccl4.org>
39085              Date: Mon, 13 Nov 2000 18:55:04 +0000
39086              Message-ID: <20001113185504.J29183@plum.flirble.org>
39087      Branch: perl
39088            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
39089 ____________________________________________________________________________
39090 [  7675] By: nick                                  on 2000/11/13  20:21:57
39091         Log: Integrate mainline ...
39092      Branch: perlio
39093           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
39094           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
39095           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
39096           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
39097 ____________________________________________________________________________
39098 [  7674] By: jhi                                   on 2000/11/13  15:07:56
39099         Log: Update Changes.
39100      Branch: perl
39101            ! Changes patchlevel.h
39102 ____________________________________________________________________________
39103 [  7673] By: jhi                                   on 2000/11/13  14:42:42
39104         Log: Remove the new two tests of lib/io_xs for now, they seem to
39105              fail under perlio on some platforms.
39106      Branch: perl
39107            ! t/lib/io_xs.t
39108 ____________________________________________________________________________
39109 [  7672] By: jhi                                   on 2000/11/13  13:57:53
39110         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
39111      Branch: perl
39112            ! perlio.c
39113 ____________________________________________________________________________
39114 [  7671] By: jhi                                   on 2000/11/13  05:30:48
39115         Log: Placate nervous compilers that see longer than ints switch()ing.
39116      Branch: perl
39117            ! utf8.c
39118 ____________________________________________________________________________
39119 [  7670] By: jhi                                   on 2000/11/13  05:14:21
39120         Log: fputs() does return EOF on error but here we don't care.
39121      Branch: perl
39122            ! perlio.c
39123 ____________________________________________________________________________
39124 [  7669] By: jhi                                   on 2000/11/13  05:02:45
39125         Log: Declare reg_data like reg_substr_data.
39126      Branch: perl
39127            ! regexp.h
39128 ____________________________________________________________________________
39129 [  7668] By: jhi                                   on 2000/11/13  04:54:34
39130         Log: Typos in #7667.
39131      Branch: perl
39132            ! perl.h
39133 ____________________________________________________________________________
39134 [  7667] By: jhi                                   on 2000/11/13  04:49:49
39135         Log: Cleanup messy #ifdef.
39136      Branch: perl
39137            ! perl.h
39138 ____________________________________________________________________________
39139 [  7666] By: jhi                                   on 2000/11/13  04:17:34
39140         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
39141              From: Nicholas Clark <nick@talking.bollo.cx>
39142              Date: Sun, 12 Nov 2000 21:14:11 +0000
39143              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
39144              
39145              Note: only one breakage of the two reported is fixed by this patch.
39146      Branch: perl
39147            ! perlio.c
39148 ____________________________________________________________________________
39149 [  7665] By: jhi                                   on 2000/11/13  04:05:07
39150         Log: Tweak the definition of the bit complement on UTF-8 data:
39151              if none of the characters in the string are > 0xff,
39152              the result is a complemented byte string, not a (UTF-8)
39153              char string.  Based on the summary in
39154              
39155              Subject: Re: [ID 20000918.005] ~ on wide chars
39156              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
39157              Date: Fri, 10 Nov 2000 09:47:15 -0800
39158              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
39159              
39160              This should give us the maximum backward (pre-char string)
39161              compatibility and utf8 compatibility.  The other alternative
39162              would be to limit the bit complement to be always byte only,
39163              taking the least significant byte of the chars.
39164      Branch: perl
39165            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
39166 ____________________________________________________________________________
39167 [  7664] By: jhi                                   on 2000/11/13  00:23:44
39168         Log: Couple of tests from #7660 salvaged.
39169      Branch: perl
39170            - t/op/tell.t
39171            ! MANIFEST t/io/tell.t
39172 ____________________________________________________________________________
39173 [  7663] By: jhi                                   on 2000/11/13  00:02:48
39174         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
39175              From: Nicholas Clark <nick@talking.bollo.cx>
39176              Date: Sun, 12 Nov 2000 21:23:43 +0000
39177              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
39178      Branch: perl
39179            ! perlsfio.h
39180 ____________________________________________________________________________
39181 [  7662] By: jhi                                   on 2000/11/13  00:01:39
39182         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
39183              From: Nicholas Clark <nick@talking.bollo.cx>
39184              Date: Sun, 12 Nov 2000 21:30:04 +0000
39185              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
39186      Branch: perl
39187            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
39188 ____________________________________________________________________________
39189 [  7661] By: jhi                                   on 2000/11/12  23:57:29
39190         Log: Document tell() on special streams.
39191      Branch: perl
39192            ! pod/perlfunc.pod
39193 ____________________________________________________________________________
39194 [  7660] By: jhi                                   on 2000/11/12  23:54:22
39195         Log: (Subsumed by #7664)
39196      Branch: perl
39197            + t/op/tell.t
39198            ! MANIFEST
39199 ____________________________________________________________________________
39200 [  7659] By: jhi                                   on 2000/11/12  22:55:25
39201         Log: Many subdocumented return values of the IO extension now documented.
39202              ungetc and write still left subdocumented.
39203              
39204              Subject: [PATCH] (was Re: IO::Handle::ungetc)
39205              From: Nicholas Clark <nick@talking.bollo.cx>
39206              Date: Sun, 12 Nov 2000 21:35:53 +0000
39207              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
39208      Branch: perl
39209            ! ext/IO/lib/IO/Handle.pm
39210 ____________________________________________________________________________
39211 [  7658] By: jhi                                   on 2000/11/12  21:37:06
39212         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
39213              From: Nicholas Clark <nick@talking.bollo.cx>
39214              Date: Sun, 12 Nov 2000 20:03:22 +0000
39215              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
39216      Branch: perl
39217            ! pod/perlfunc.pod
39218 ____________________________________________________________________________
39219 [  7657] By: jhi                                   on 2000/11/12  20:34:55
39220         Log: Integrate perlio.
39221      Branch: perl
39222           !> perlio.c
39223 ____________________________________________________________________________
39224 [  7656] By: nick                                  on 2000/11/12  19:25:06
39225         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
39226      Branch: perlio
39227            ! perlio.c
39228 ____________________________________________________________________________
39229 [  7655] By: nick                                  on 2000/11/12  19:09:41
39230         Log: Integrate mainline
39231      Branch: perlio
39232           +> README.solaris ext/Encode/Encode/cp1006.enc
39233           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
39234           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
39235           +> ext/Encode/Encode/iso8859-13.enc
39236           +> ext/Encode/Encode/iso8859-14.enc
39237           +> ext/Encode/Encode/iso8859-15.enc
39238           !> (integrate 34 files)
39239 ____________________________________________________________________________
39240 [  7654] By: jhi                                   on 2000/11/12  19:00:22
39241         Log: Add a metaconfig unit for fsync.
39242      Branch: metaconfig/U/perl
39243            + d_fsync.U
39244 ____________________________________________________________________________
39245 [  7653] By: jhi                                   on 2000/11/12  19:00:01
39246         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
39247      Branch: perl
39248            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39249            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
39250            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39251            ! vos/config.ga.h win32/config.bc win32/config.gc
39252            ! win32/config.vc
39253 ____________________________________________________________________________
39254 [  7652] By: jhi                                   on 2000/11/11  21:12:01
39255         Log: Copy the s// information of README.hpux also to the perlrun.
39256      Branch: perl
39257            ! README.hpux pod/perlrun.pod
39258 ____________________________________________________________________________
39259 [  7651] By: jhi                                   on 2000/11/11  21:03:13
39260         Log: More README.solaris updates from Andy Dougherty.
39261      Branch: perl
39262            ! README.solaris
39263 ____________________________________________________________________________
39264 [  7650] By: jhi                                   on 2000/11/11  18:38:57
39265         Log: More descriptive error for unknown perlio layers.
39266              
39267              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
39268              From: Dominic Dunlop <domo@computer.org> 
39269              Date: Sat, 11 Nov 2000 18:20:32 +0100             
39270              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
39271      Branch: perl
39272            ! perlio.c pod/perldiag.pod
39273 ____________________________________________________________________________
39274 [  7649] By: jhi                                   on 2000/11/11  18:37:52
39275         Log: MachTen doesn't really do mmap() and munmap().
39276              
39277              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
39278              From: Dominic Dunlop <domo@computer.org> 
39279              Date: Sat, 11 Nov 2000 18:20:32 +0100             
39280              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
39281      Branch: perl
39282            ! hints/machten.sh
39283 ____________________________________________________________________________
39284 [  7648] By: jhi                                   on 2000/11/11  18:36:46
39285         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
39286              From: rspier@pobox.com (Robert Spier)
39287              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
39288              Message-ID: <14861.32839.491271.985797@rls.cx>
39289      Branch: perl
39290            ! Porting/Contract pod/perltoot.pod
39291 ____________________________________________________________________________
39292 [  7647] By: jhi                                   on 2000/11/11  18:35:30
39293         Log: Simplify the getpagesize() unit by dropping the
39294              pagesize probe since it's nowadays slightly more
39295              complicated because of sysconf(). (Note: if some
39296              platform really needs the -lPW for getpagesize,
39297              I just broke it.)
39298              
39299              TODO: a new pagesize unit.
39300      Branch: metaconfig
39301            ! U/compline/d_getpagsz.U
39302 ____________________________________________________________________________
39303 [  7646] By: jhi                                   on 2000/11/11  18:33:23
39304         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
39305      Branch: perl
39306            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39307            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
39308            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39309            ! vos/config.ga.h win32/config.bc win32/config.gc
39310            ! win32/config.vc
39311 ____________________________________________________________________________
39312 [  7645] By: jhi                                   on 2000/11/11  16:45:15
39313         Log: Use sysconf() or getpagesize() to find out the pagesize.
39314      Branch: perl
39315            ! perlio.c
39316 ____________________________________________________________________________
39317 [  7644] By: jhi                                   on 2000/11/11  15:46:08
39318         Log: Integrate perlio.
39319      Branch: perl
39320           !> perlio.c
39321 ____________________________________________________________________________
39322 [  7643] By: jhi                                   on 2000/11/11  15:33:36
39323         Log: Subject: Re: [PATCH] README.solaris
39324              From: Lupe Christoph <lupe@lupe-christoph.de>
39325              Date: Sat, 11 Nov 2000 14:08:10 +0100
39326              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
39327      Branch: perl
39328            ! README.solaris
39329 ____________________________________________________________________________
39330 [  7642] By: jhi                                   on 2000/11/11  15:22:12
39331         Log: Subject: [PATCH perl@7638] cygwin port
39332              From: "Eric Fifer" <egf7@columbia.edu>            
39333              Date: Fri, 10 Nov 2000 19:30:30 -0000
39334              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
39335      Branch: perl
39336            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
39337 ____________________________________________________________________________
39338 [  7641] By: nick                                  on 2000/11/11  14:50:36
39339         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
39340              Also call "Buf" layer directly when unread'ing non-read chars.
39341      Branch: perlio
39342            ! perlio.c
39343 ____________________________________________________________________________
39344 [  7640] By: jhi                                   on 2000/11/11  02:05:02
39345         Log: Add more encoding tables.
39346      Branch: perl
39347            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
39348            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
39349            + ext/Encode/Encode/iso8859-10.enc
39350            + ext/Encode/Encode/iso8859-13.enc
39351            + ext/Encode/Encode/iso8859-14.enc
39352            + ext/Encode/Encode/iso8859-15.enc
39353            ! MANIFEST
39354 ____________________________________________________________________________
39355 [  7639] By: jhi                                   on 2000/11/10  18:49:25
39356         Log: Subject: [PATCH] README.solaris
39357              From: Andy Dougherty <doughera@lafayette.edu>
39358              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
39359              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
39360      Branch: perl
39361            + README.solaris
39362            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
39363            ! pod/perl.pod pod/perltoc.pod
39364 ____________________________________________________________________________
39365 [  7638] By: jhi                                   on 2000/11/10  15:04:15
39366         Log: Update Changes.
39367      Branch: perl
39368            ! Changes patchlevel.h
39369 ____________________________________________________________________________
39370 [  7637] By: jhi                                   on 2000/11/10  14:14:28
39371         Log: Explain better why certain regex tests are skipped.
39372              
39373              Subject: Re: tests skipped: unknown reason
39374              From: Lupe Christoph <lupe@lupe-christoph.de>
39375              Date: Fri, 10 Nov 2000 09:08:56 +0100
39376              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
39377      Branch: perl
39378            ! t/op/regexp.t
39379 ____________________________________________________________________________
39380 [  7636] By: nick                                  on 2000/11/10  13:40:00
39381         Log: Integrate mainline.
39382      Branch: perlio
39383           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
39384           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
39385           !> win32/bin/search.pl
39386 ____________________________________________________________________________
39387 [  7635] By: nick                                  on 2000/11/10  13:25:52
39388         Log: Re-instate stdio large file support via perlio.
39389      Branch: perl
39390            ! perlio.c
39391 ____________________________________________________________________________
39392 [  7634] By: jhi                                   on 2000/11/10  04:49:55
39393         Log: Amdahl UTS hints updates.
39394              
39395              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
39396              From: hom00@utsglobal.com (Harold O Morris)
39397              Date: Thu, 9 Nov 2000 20:02 PST
39398              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
39399      Branch: perl
39400            ! hints/uts.sh
39401 ____________________________________________________________________________
39402 [  7633] By: jhi                                   on 2000/11/09  23:33:28
39403         Log: Subject: [PATCH] IO::Seekable pod
39404              From: Nicholas Clark <nick@talking.bollo.cx>
39405              Date: Thu, 9 Nov 2000 20:29:45 +0000
39406              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
39407      Branch: perl
39408            ! ext/IO/lib/IO/Handle.pm
39409 ____________________________________________________________________________
39410 [  7632] By: jhi                                   on 2000/11/09  21:55:41
39411         Log: Various doc oddball characters.
39412              
39413              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
39414              From: Michael Somos <somos@grail.cba.csuohio.edu>
39415              Date: Mon, 6 Nov 2000 17:44:20 -0500
39416              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
39417      Branch: perl
39418            ! emacs/cperl-mode.el lib/unicode/syllables.txt
39419            ! win32/bin/search.pl
39420 ____________________________________________________________________________
39421 [  7631] By: jhi                                   on 2000/11/09  21:12:29
39422         Log: Subject: Re: bash -c exit and linux hints 
39423              From: "John P. Linderman" <jpl@research.att.com>
39424              Date: Thu, 02 Nov 2000 09:37:25 -0500
39425              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
39426      Branch: perl
39427            ! hints/linux.sh
39428 ____________________________________________________________________________
39429 [  7630] By: nick                                  on 2000/11/09  20:34:11
39430         Log: Integrate mainline.
39431      Branch: perlio
39432           !> (integrate 91 files)
39433 ____________________________________________________________________________
39434 [  7629] By: jhi                                   on 2000/11/09  19:46:31
39435         Log: Missing dTHXs.
39436              
39437              Subject: RE: perl@7595 builds not on cygwin
39438              From: "Eric Fifer" <egf7@columbia.edu>
39439              Date: Thu, 9 Nov 2000 19:26:50 -0000
39440              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
39441      Branch: perl
39442            ! ext/Devel/Peek/Peek.xs
39443 ____________________________________________________________________________
39444 [  7628] By: jhi                                   on 2000/11/09  14:48:27
39445         Log: Disable only the tests 99 and 166 for UTF-8 locales.
39446      Branch: perl
39447            ! t/pragma/locale.t
39448 ____________________________________________________________________________
39449 [  7627] By: jhi                                   on 2000/11/09  14:40:27
39450         Log: There's no =head3.
39451      Branch: perl
39452            ! pod/perlhack.pod
39453 ____________________________________________________________________________
39454 [  7626] By: jhi                                   on 2000/11/09  13:54:26
39455         Log: The generated boot_* headers are wrong.  Pickier compiler,
39456              such as KAI C++ will refuse to compile the resulting perlmain.
39457              
39458              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
39459              From: Harri Pasanen <harri.pasanen@trema.com>
39460              Date: Thu, 09 Nov 2000 14:23:28 +0100
39461              Message-Id: <3A0AA550.26D548A3@trema.com>
39462      Branch: perl
39463            ! minimod.pl
39464 ____________________________________________________________________________
39465 [  7625] By: jhi                                   on 2000/11/09  13:50:44
39466         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
39467              From: Prymmer/Kahn <pvhp@best.com>
39468              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
39469              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
39470              
39471              All except the "cow orker" change.
39472      Branch: perl
39473            ! Porting/pumpkin.pod
39474 ____________________________________________________________________________
39475 [  7624] By: jhi                                   on 2000/11/09  13:45:33
39476         Log: Fix for
39477              
39478              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
39479              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
39480              Date: Thu, 09 Nov 2000 11:05:52 +0100
39481              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
39482      Branch: perl
39483            ! pod/perldiag.pod t/pragma/warn/pp_sys
39484 ____________________________________________________________________________
39485 [  7623] By: jhi                                   on 2000/11/09  13:37:16
39486         Log: Typo in an ifndef.
39487              
39488              Subject: Re: [PATCH 5.7.0] better messages from malloc()
39489              From: Joe Smith <jms@inwap.com>         
39490              Date: Thu, 09 Nov 2000 01:33:14 -0800
39491              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
39492      Branch: perl
39493            ! malloc.c
39494 ____________________________________________________________________________
39495 [  7622] By: jhi                                   on 2000/11/09  13:31:18
39496         Log: Remove unused extra arguments.
39497      Branch: metaconfig/U/perl
39498            ! perlxv.U
39499      Branch: perl
39500            ! Configure config_h.SH
39501 ____________________________________________________________________________
39502 [  7621] By: jhi                                   on 2000/11/09  13:16:36
39503         Log: More VMS moves on environment handling, from Charles Lane.
39504      Branch: perl
39505            ! t/pragma/locale.t
39506 ____________________________________________________________________________
39507 [  7620] By: jhi                                   on 2000/11/09  04:42:38
39508         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
39509              From: David Dyck <dcd@tc.fluke.com>
39510              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
39511              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
39512      Branch: perl
39513            ! pp_sys.c
39514 ____________________________________________________________________________
39515 [  7619] By: jhi                                   on 2000/11/09  04:36:21
39516         Log: Forgot from #7618.
39517      Branch: perl
39518            ! lib/File/stat.pm
39519 ____________________________________________________________________________
39520 [  7618] By: jhi                                   on 2000/11/09  04:28:44
39521         Log: Make deleting for %ENV work for (newer versions of) VMS,
39522              from Craig A. Berry.
39523      Branch: perl
39524            ! vms/vms.c
39525 ____________________________________________________________________________
39526 [  7617] By: jhi                                   on 2000/11/09  04:25:05
39527         Log: Subject: [PATCH] Class::Struct at compile time
39528              From: "Casey R. Tweten" <crt@kiski.net>
39529              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
39530              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
39531      Branch: perl
39532            ! lib/Class/Struct.pm
39533 ____________________________________________________________________________
39534 [  7616] By: jhi                                   on 2000/11/09  04:15:17
39535         Log: Subject: [ID 20001108.013] spelling
39536              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
39537              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
39538              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
39539      Branch: perl
39540            ! lib/ftp.pl
39541 ____________________________________________________________________________
39542 [  7615] By: jhi                                   on 2000/11/09  04:12:42
39543         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
39544              From: Peter Prymmer <pvhp@forte.com>
39545              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
39546              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
39547      Branch: perl
39548            ! configure.com
39549 ____________________________________________________________________________
39550 [  7614] By: jhi                                   on 2000/11/08  22:42:55
39551         Log: A missing aTHX_.
39552      Branch: perl
39553            ! ext/IPC/SysV/SysV.xs
39554 ____________________________________________________________________________
39555 [  7613] By: jhi                                   on 2000/11/08  19:30:21
39556         Log: Update Changes.
39557      Branch: perl
39558            ! Changes patchlevel.h
39559 ____________________________________________________________________________
39560 [  7612] By: jhi                                   on 2000/11/08  18:35:25
39561         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
39562              From: David Dyck <dcd@tc.fluke.com>
39563              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
39564              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
39565      Branch: perl
39566            ! pp_sys.c
39567 ____________________________________________________________________________
39568 [  7611] By: jhi                                   on 2000/11/08  18:30:26
39569         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
39570              From: Dominic Dunlop <domo@computer.org>
39571              Date: Tue, 7 Nov 2000 12:05:25 +0100
39572              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
39573      Branch: perl
39574            ! malloc.c
39575 ____________________________________________________________________________
39576 [  7610] By: jhi                                   on 2000/11/08  18:25:14
39577         Log: Do not test UTF-8 locales since that the tests would require
39578              polymorphic regexen.
39579      Branch: perl
39580            ! t/pragma/locale.t
39581 ____________________________________________________________________________
39582 [  7609] By: jhi                                   on 2000/11/08  17:12:51
39583         Log: Locale buglets.
39584              
39585              Subject: RE: Locales support (setlocale) fixes
39586              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39587              Date: Wed, 8 Nov 2000 20:01:39 +0300
39588              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
39589      Branch: perl
39590            ! t/pragma/locale.t util.c
39591 ____________________________________________________________________________
39592 [  7608] By: jhi                                   on 2000/11/08  17:00:16
39593         Log: Deleting $ENV{PATH} in VMS is not recommendable.
39594      Branch: perl
39595            ! t/pragma/locale.t
39596 ____________________________________________________________________________
39597 [  7607] By: jhi                                   on 2000/11/08  16:58:26
39598         Log: Subject: PATCH std stdio for (Free)BSD
39599              From: Nicholas Clark <nick@ccl4.org>
39600              Date: Wed, 8 Nov 2000 15:36:29 +0000
39601              Message-ID: <20001108153629.D98736@plum.flirble.org>
39602      Branch: metaconfig
39603            ! U/compline/d_stdstdio.U
39604      Branch: perl
39605            ! Configure config_h.SH
39606 ____________________________________________________________________________
39607 [  7606] By: jhi                                   on 2000/11/08  16:43:31
39608         Log: Forgot to bump the line numbers in #7601.
39609      Branch: perl
39610            ! t/pragma/warn/pp_sys
39611 ____________________________________________________________________________
39612 [  7605] By: jhi                                   on 2000/11/08  16:39:12
39613         Log: More careful detection of how well NVs and UVs mix.
39614              
39615              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))
39616              From: Nicholas Clark <nick@ccl4.org>
39617              Date: Wed, 8 Nov 2000 15:14:12 +0000
39618              Message-ID: <20001108151412.B98736@plum.flirble.org>
39619              
39620              Added some SIGFPE paranoia.
39621      Branch: metaconfig/U/perl
39622            ! perlxv.U
39623      Branch: perl
39624            ! Configure config_h.SH
39625 ____________________________________________________________________________
39626 [  7604] By: jhi                                   on 2000/11/08  14:39:10
39627         Log: Subject: [patch perl@7595] VMS configure.com tweak
39628              From: "Craig A. Berry" <craigberry@mac.com>
39629              Date: Wed, 8 Nov 2000 00:24:12 -0600
39630              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
39631      Branch: perl
39632            ! configure.com
39633 ____________________________________________________________________________
39634 [  7603] By: jhi                                   on 2000/11/08  14:27:11
39635         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
39636              From: Robin Barker <rmb1@cise.npl.co.uk>
39637              Date: Wed, 8 Nov 2000 11:11:39 GMT
39638              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
39639      Branch: perl
39640            ! perlio.c
39641 ____________________________________________________________________________
39642 [  7602] By: jhi                                   on 2000/11/08  14:25:03
39643         Log: Fix for the tie-refhash string table leaks.
39644              
39645              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
39646              Date: Wed, 8 Nov 2000 13:03:04 GMT
39647              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
39648      Branch: perl
39649            ! t/lib/tie-refhash.t
39650 ____________________________________________________________________________
39651 [  7601] By: jhi                                   on 2000/11/08  14:21:08
39652         Log: Try to avoid flockless and emulationless places.
39653      Branch: perl
39654            ! t/pragma/warn/pp_sys
39655 ____________________________________________________________________________
39656 [  7600] By: jhi                                   on 2000/11/08  02:28:54
39657         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
39658              
39659              Subject: [PATCH] prototyped functions that should be overrideable
39660              From: "Casey R. Tweten" <crt@kiski.net>
39661              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
39662              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
39663      Branch: perl
39664            ! toke.c
39665 ____________________________________________________________________________
39666 [  7599] By: jhi                                   on 2000/11/08  01:12:05
39667         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
39668              
39669              Subject: [PATCH] perlbug.PL
39670              From: "Kurt D. Starsinic" <kstar@chapin.edu>
39671              Date: Mon, 6 Nov 2000 21:39:01 -0500
39672              Message-ID: <20001106213901.B20955@O2.chapin.edu>
39673      Branch: perl
39674            ! utils/perlbug.PL
39675 ____________________________________________________________________________
39676 [  7598] By: jhi                                   on 2000/11/07  23:42:00
39677         Log: Bad thinko in #7581 (I used the test program with the expanded
39678              values as-is).
39679      Branch: metaconfig
39680            ! U/compline/d_stdstdio.U
39681      Branch: perl
39682            ! Configure
39683 ____________________________________________________________________________
39684 [  7597] By: jhi                                   on 2000/11/07  21:43:29
39685         Log: Subject: [PATCH perl@7573] cygwin port
39686              From: "Fifer, Eric" <EFifer@sanwaint.com>
39687              Date: Tue, 7 Nov 2000 18:08:51 -0000 
39688              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
39689              
39690              Synchronize with Cygwin 1.1.5.
39691      Branch: perl
39692            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
39693            ! pod/perlport.pod unixish.h util.c
39694 ____________________________________________________________________________
39695 [  7596] By: jhi                                   on 2000/11/07  21:39:25
39696         Log: perlhack updates from H.Merijn Brand.
39697      Branch: perl
39698            ! pod/perlhack.pod
39699 ____________________________________________________________________________
39700 [  7595] By: jhi                                   on 2000/11/07  20:21:41
39701         Log: Update Changes.
39702      Branch: perl
39703            ! Changes patchlevel.h
39704 ____________________________________________________________________________
39705 [  7594] By: jhi                                   on 2000/11/07  19:18:58
39706         Log: Be more robust in Dynaloader.pm.
39707      Branch: perl
39708            ! ext/DynaLoader/DynaLoader_pm.PL
39709 ____________________________________________________________________________
39710 [  7593] By: jhi                                   on 2000/11/07  16:49:31
39711         Log: AUTHORS update.
39712      Branch: perl
39713            ! AUTHORS
39714 ____________________________________________________________________________
39715 [  7592] By: gsar                                  on 2000/11/07  16:39:51
39716         Log: normalize relative paths in virtualized current directory on windows,
39717              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
39718              returns)
39719      Branch: perl
39720            ! win32/vdir.h
39721 ____________________________________________________________________________
39722 [  7591] By: jhi                                   on 2000/11/07  16:04:26
39723         Log: Too profiler-happy: with optimization the #7590 actually makes
39724              the test to run 0.5% _slower_.  Requires much more instrumentation.
39725              Retract #7590.
39726      Branch: perl
39727            ! regcomp.c regcomp.h
39728 ____________________________________________________________________________
39729 [  7590] By: jhi                                   on 2000/11/07  15:51:13
39730         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
39731              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
39732              by using memset() and testing bytewise (as opposed to bitwise).
39733      Branch: perl
39734            ! regcomp.c regcomp.h
39735 ____________________________________________________________________________
39736 [  7589] By: jhi                                   on 2000/11/07  12:56:39
39737         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
39738              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39739              Date: Mon, 06 Nov 2000 23:45:30 -0500
39740              Message-Id: <0011079735.AA973576259@univpress.com>
39741      Branch: perl
39742            ! configure.com t/lib/st-lock.t
39743 ____________________________________________________________________________
39744 [  7588] By: jhi                                   on 2000/11/07  01:03:28
39745         Log: Tweak #7587.
39746      Branch: perl
39747            ! pod/perldiag.pod
39748 ____________________________________________________________________________
39749 [  7587] By: jhi                                   on 2000/11/07  01:00:27
39750         Log: A doc addition for bug id 20001105.019, beware \p.
39751      Branch: perl
39752            ! pod/perldiag.pod
39753 ____________________________________________________________________________
39754 [  7586] By: jhi                                   on 2000/11/07  00:32:22
39755         Log: Fake support of holey files in win/dosish platforms.
39756              
39757              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
39758              From: kipp@shonanblue.ne.jp
39759              Date: Mon, 6 Nov 2000 13:30:55 -0800
39760              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
39761      Branch: perl
39762            ! ext/SDBM_File/sdbm/sdbm.c
39763 ____________________________________________________________________________
39764 [  7585] By: jhi                                   on 2000/11/07  00:12:54
39765         Log: Subject: Pod updates
39766              From: "Stephen P. Potter" <spp@spotter.yi.org>
39767              Date: Mon, 06 Nov 2000 18:56:43 -0500
39768              Message-Id: <200011062357.SAA18173@spotter.yi.org>
39769      Branch: perl
39770            ! README.dos README.os2 README.win32 pod/buildtoc.PL
39771            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
39772            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
39773            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
39774            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
39775            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
39776            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
39777            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
39778            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
39779            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
39780            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
39781            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
39782            ! pod/perltootc.pod pod/perlunicode.pod
39783 ____________________________________________________________________________
39784 [  7584] By: jhi                                   on 2000/11/07  00:04:17
39785         Log: Varargs don't always work too well if one puts an unsigned
39786              char on the stack and pop an unsigned quad off the stack.
39787              
39788              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
39789              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
39790              Date: Mon, 06 Nov 2000 15:19:05 -0800
39791              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
39792      Branch: perl
39793            ! utf8.c
39794 ____________________________________________________________________________
39795 [  7583] By: jhi                                   on 2000/11/06  23:58:48
39796         Log: %ENV note tweaks from Dan Sugalski.
39797      Branch: perl
39798            ! pod/perlport.pod vms/perlvms.pod
39799 ____________________________________________________________________________
39800 [  7582] By: jhi                                   on 2000/11/06  23:05:49
39801         Log: glibc5 detection by __GNU_LIBRARY__.
39802      Branch: perl
39803            ! toke.c
39804 ____________________________________________________________________________
39805 [  7581] By: jhi                                   on 2000/11/06  22:51:29
39806         Log: Make the stdio test program of 7427 less noisy while being 
39807              compiled so that Digital UNIX wouldn't get both
39808              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
39809              undefined.  This makes perlio happy.
39810      Branch: metaconfig
39811            ! U/compline/d_stdstdio.U
39812      Branch: perl
39813            ! Configure config_h.SH
39814 ____________________________________________________________________________
39815 [  7580] By: jhi                                   on 2000/11/06  22:41:41
39816         Log: Document %ENV = () portability issues.
39817      Branch: perl
39818            ! pod/perlport.pod vms/perlvms.pod
39819 ____________________________________________________________________________
39820 [  7579] By: jhi                                   on 2000/11/06  21:29:24
39821         Log: VOS updates from Paul Green.
39822      Branch: perl
39823            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39824 ____________________________________________________________________________
39825 [  7578] By: jhi                                   on 2000/11/06  21:00:40
39826         Log: Sanitize the environment further.
39827      Branch: perl
39828            ! t/pragma/locale.t
39829 ____________________________________________________________________________
39830 [  7577] By: jhi                                   on 2000/11/06  20:53:51
39831         Log: Re-introduce 7552 lost in integration.
39832      Branch: perl
39833            ! perlio.c
39834 ____________________________________________________________________________
39835 [  7576] By: jhi                                   on 2000/11/06  20:33:46
39836         Log: Admit that the test leaks scalars.
39837      Branch: perl
39838            ! t/comp/proto.t
39839 ____________________________________________________________________________
39840 [  7575] By: jhi                                   on 2000/11/06  20:17:08
39841         Log: Integrate perlio.
39842      Branch: perl
39843           !> perlio.c
39844 ____________________________________________________________________________
39845 [  7574] By: nick                                  on 2000/11/06  20:07:28
39846         Log: Remove debug. Try (Mmap_t) on madvise() call.
39847      Branch: perlio
39848            ! perlio.c
39849 ____________________________________________________________________________
39850 [  7573] By: jhi                                   on 2000/11/06  13:56:05
39851         Log: Update Changes.
39852      Branch: perl
39853            ! Changes patchlevel.h
39854 ____________________________________________________________________________
39855 [  7572] By: jhi                                   on 2000/11/06  13:48:41
39856         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
39857              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39858              Date: Mon, 06 Nov 2000 10:11:42 +0100
39859              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
39860      Branch: perl
39861            ! pod/perlhack.pod
39862 ____________________________________________________________________________
39863 [  7571] By: jhi                                   on 2000/11/06  01:45:51
39864         Log: AUTHORS updates.
39865      Branch: perl
39866            ! AUTHORS
39867 ____________________________________________________________________________
39868 [  7570] By: jhi                                   on 2000/11/06  00:18:00
39869         Log: Fix for
39870              
39871              Subject: [ID 20000728.005] perl -P broken
39872              From: David Dyck <dcd@tc.fluke.com>
39873              Date: Fri, 28 Jul 2000 17:19:16 -0700
39874              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
39875              
39876              (hopefully).  The fix is also not complete, it seems to break
39877              BOM swallowing for libc5 systems, but until someone figures
39878              out a way to do this without ftell(), this will do.
39879      Branch: perl
39880            ! toke.c
39881 ____________________________________________________________________________
39882 [  7569] By: jhi                                   on 2000/11/06  00:05:30
39883         Log: Document that the evaled syntax errors cause scalar leaks.
39884      Branch: perl
39885            ! t/comp/proto.t
39886 ____________________________________________________________________________
39887 [  7568] By: jhi                                   on 2000/11/05  23:14:47
39888         Log: opmini.o can linger from Configures past.
39889      Branch: perl
39890            ! Makefile.SH
39891 ____________________________________________________________________________
39892 [  7567] By: jhi                                   on 2000/11/05  21:28:39
39893         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
39894              first argument correctly.
39895      Branch: perl
39896            ! perlio.c
39897 ____________________________________________________________________________
39898 [  7566] By: jhi                                   on 2000/11/05  21:15:56
39899         Log: Integrate perlio.
39900      Branch: perl
39901           !> perlio.c
39902 ____________________________________________________________________________
39903 [  7565] By: jhi                                   on 2000/11/05  21:15:13
39904         Log: Use -dM for gcc (the suggested patch did it only for Linux,
39905              but I think it can be generalized).
39906              
39907              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
39908              From: Pixel <pixel@mandrakesoft.com>
39909              Date: 05 Nov 2000 21:49:34 +0100 
39910              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
39911      Branch: perl
39912            ! ext/Errno/Errno_pm.PL
39913 ____________________________________________________________________________
39914 [  7564] By: nick                                  on 2000/11/05  21:09:18
39915         Log: Added a mmap layer as a "subclass" of perlio.
39916              PERLIO=mmap ./perl harness passes
39917      Branch: perlio
39918            ! perlio.c
39919 ____________________________________________________________________________
39920 [  7563] By: jhi                                   on 2000/11/05  19:48:55
39921         Log: Add a note for future generations about bug id 20000229.006.
39922      Branch: perl
39923            ! malloc.c
39924 ____________________________________________________________________________
39925 [  7562] By: jhi                                   on 2000/11/05  19:38:24
39926         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
39927      Branch: perl
39928            ! pp_ctl.c t/op/pos.t
39929 ____________________________________________________________________________
39930 [  7561] By: jhi                                   on 2000/11/05  18:21:46
39931         Log: Add =pod to be tidy.
39932      Branch: perl
39933            ! lib/Math/Complex.pm
39934 ____________________________________________________________________________
39935 [  7560] By: jhi                                   on 2000/11/05  17:38:46
39936         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
39937      Branch: perl
39938            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
39939            ! ext/Storable/Storable.xs t/lib/st-recurse.t
39940 ____________________________________________________________________________
39941 [  7559] By: jhi                                   on 2000/11/05  17:32:59
39942         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
39943              From: "Peter J. Farley III" <pjfarley@banet.net>
39944              Date: Sun, 05 Nov 2000 11:55:59 -0500
39945              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
39946      Branch: perl
39947            ! t/lib/syslog.t
39948 ____________________________________________________________________________
39949 [  7558] By: jhi                                   on 2000/11/05  17:29:19
39950         Log: Integrate perlio.
39951      Branch: perl
39952           !> perlio.c
39953 ____________________________________________________________________________
39954 [  7557] By: jhi                                   on 2000/11/05  17:22:01
39955         Log: A fix of sorts for 20000329.026, a better error message
39956              for a missing "use charnames" when using the \N{...}. 
39957      Branch: perl
39958            ! pod/perldiag.pod toke.c
39959 ____________________________________________________________________________
39960 [  7556] By: jhi                                   on 2000/11/05  16:33:50
39961         Log: Test tweak: show also the failed locales.
39962              
39963              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
39964              From: Lupe Christoph <lupe@lupe-christoph.de>         
39965              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
39966              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
39967      Branch: perl
39968            ! t/pragma/locale.t
39969 ____________________________________________________________________________
39970 [  7555] By: nick                                  on 2000/11/05  11:09:34
39971         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
39972              open RDWR so does not fail. (pragma/warnings 303 again...)
39973      Branch: perlio
39974            ! perlio.c
39975 ____________________________________________________________________________
39976 [  7554] By: nick                                  on 2000/11/05  10:10:13
39977         Log: Fix case where ungetc(f,EOF) was allowed.
39978              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
39979              so we can see similarities.
39980              Use types more carefully and a STDCHAR array in hope that this will
39981              fix Jarrko's 64bit machine.
39982      Branch: perlio
39983            ! perlio.c
39984 ____________________________________________________________________________
39985 [  7553] By: jhi                                   on 2000/11/05  01:12:16
39986         Log: Fix for
39987              
39988              Subject: [ID 20001004.007] taint propogation is inconsistent
39989              From: pimlott@idiomtech.com (Andrew Pimlott) 
39990              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
39991              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
39992              
39993              The culprit was sv_setsv() which was rather blindly
39994              propagating taint, which lead to behaviour where if
39995              a tainted anon hash value was seen all the hash values
39996              from then on at that level became tainted, or at any
39997              upper levels in the case of nested anon hashes.
39998      Branch: perl
39999            ! sv.c t/op/taint.t
40000 ____________________________________________________________________________
40001 [  7552] By: jhi                                   on 2000/11/04  23:44:18
40002         Log: Some cpps don't like splitting conditionals across several lines.
40003      Branch: perl
40004            ! perlio.c
40005 ____________________________________________________________________________
40006 [  7551] By: nick                                  on 2000/11/04  23:40:44
40007         Log: Integrate mainline
40008      Branch: perlio
40009           !> pp_hot.c t/op/taint.t
40010 ____________________________________________________________________________
40011 [  7550] By: nick                                  on 2000/11/04  23:39:05
40012         Log: Integrate mainline again
40013      Branch: perlio
40014           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
40015           !> t/lib/b.t t/op/misc.t util.c
40016 ____________________________________________________________________________
40017 [  7549] By: jhi                                   on 2000/11/04  23:14:01
40018         Log: Fix for
40019              
40020              Subject: [ID 20001004.006] undef is never tainted
40021              From: pimlott@idiomtech.com (Andrew Pimlott)
40022              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
40023              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
40024              
40025              An undef read from a slurped file was not tainted.
40026      Branch: perl
40027            ! pp_hot.c t/op/taint.t
40028 ____________________________________________________________________________
40029 [  7548] By: jhi                                   on 2000/11/04  22:56:21
40030         Log: Test tweak ($Config{useperlio} is by default undef) .
40031      Branch: perl
40032            ! t/lib/b.t
40033 ____________________________________________________________________________
40034 [  7547] By: jhi                                   on 2000/11/04  22:43:56
40035         Log: Integrate perlio.
40036      Branch: perl
40037           +> lib/perlio.pm
40038           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
40039           !> pod/perlapi.pod t/lib/b.t
40040 ____________________________________________________________________________
40041 [  7546] By: jhi                                   on 2000/11/04  22:40:59
40042         Log: Configure would use a bad $myuname from an old config.sh.
40043              
40044              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
40045              From: Andy Dougherty <doughera@lafayette.edu>
40046              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
40047              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
40048      Branch: metaconfig
40049            ! U/modified/Oldconfig.U
40050      Branch: perl
40051            ! Configure config_h.SH
40052 ____________________________________________________________________________
40053 [  7545] By: jhi                                   on 2000/11/04  22:36:54
40054         Log: Subject: Locales support (setlocale) fixes
40055              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40056              Date: Sat, 4 Nov 2000 10:15:48 +0300 
40057              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
40058              
40059              Modified quite a bit to be more portable.
40060      Branch: perl
40061            ! embed.h embed.pl perl.h proto.h util.c
40062 ____________________________________________________________________________
40063 [  7544] By: jhi                                   on 2000/11/04  22:32:47
40064         Log: Dying is too strict here, better just skip.
40065      Branch: perl
40066            ! t/op/misc.t
40067 ____________________________________________________________________________
40068 [  7543] By: nick                                  on 2000/11/04  21:55:13
40069         Log: Merge mainline
40070      Branch: perlio
40071           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
40072           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
40073           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
40074           !> (integrate 64 files)
40075 ____________________________________________________________________________
40076 [  7542] By: jhi                                   on 2000/11/04  21:09:28
40077         Log: More Changes tweakery.
40078      Branch: perl
40079            ! Changes Porting/genlog
40080 ____________________________________________________________________________
40081 [  7541] By: jhi                                   on 2000/11/04  20:58:18
40082         Log: Changes fixups.
40083      Branch: perl
40084            ! Changes
40085 ____________________________________________________________________________
40086 [  7540] By: jhi                                   on 2000/11/04  20:42:38
40087         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
40088              create a "fast path" for locale name probing using "locale -a"
40089              if available, squash finally hopefully the s?printf resetting
40090              the numeric locale (since, IIUC perllocale, it never shouldn't). 
40091      Branch: perl
40092            ! sv.c t/op/misc.t t/pragma/locale.t
40093 ____________________________________________________________________________
40094 [  7539] By: nick                                  on 2000/11/04  19:56:10
40095         Log: PerlIO infrastructure complete.
40096      Branch: perlio
40097            + lib/perlio.pm
40098            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
40099 ____________________________________________________________________________
40100 [  7538] By: nick                                  on 2000/11/04  14:31:32
40101         Log: Type tweaks + less contorted allocation scheme
40102      Branch: perlio
40103            ! perlio.c
40104 ____________________________________________________________________________
40105 [  7537] By: nick                                  on 2000/11/04  12:40:42
40106         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
40107              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
40108              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
40109              sensible) which lead to some interesting fails.
40110      Branch: perlio
40111            ! perlio.c
40112 ____________________________________________________________________________
40113 [  7536] By: jhi                                   on 2000/11/04  00:20:02
40114         Log: Add FCNTL_CAN_LOCK.
40115              
40116              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
40117              From: Andy Dougherty <doughera@lafayette.edu>
40118              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
40119              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
40120              
40121              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
40122              From: Andy Dougherty <doughera@lafayette.edu>
40123              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
40124              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
40125      Branch: metaconfig/U/perl
40126            + d_fcntl_can_lock.U
40127            ! startperl.U
40128      Branch: perl
40129            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40130            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
40131            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40132            ! vos/config.ga.h win32/config.bc win32/config.gc
40133            ! win32/config.vc
40134 ____________________________________________________________________________
40135 [  7535] By: nick                                  on 2000/11/03  22:19:10
40136         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
40137              - Works on Linux with
40138              perlio + unix
40139              stdio
40140              - Works on Solaris with
40141              perlio + unix
40142              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
40143              - Fails (hangs in openpid) if you try and stack
40144              perlio + stdio - Linux stdio's read() logic is hanging.
40145      Branch: perlio
40146            ! iperlsys.h perlio.c
40147 ____________________________________________________________________________
40148 [  7534] By: jhi                                   on 2000/11/03  15:16:02
40149         Log: Subject: Re: README.aix
40150              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40151              Date: Fri, 03 Nov 2000 16:03:15 +0100
40152              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
40153      Branch: perl
40154            ! README.aix
40155 ____________________________________________________________________________
40156 [  7533] By: jhi                                   on 2000/11/03  03:59:02
40157         Log: Subject: [PATCH 5.7.0] better messages from malloc()
40158              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40159              Date: Wed, 1 Nov 2000 23:39:56 -0500
40160              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
40161      Branch: perl
40162            ! malloc.c pod/perldiag.pod
40163 ____________________________________________________________________________
40164 [  7532] By: jhi                                   on 2000/11/03  00:11:56
40165         Log: The #7521 touched things it shouldn't have.
40166      Branch: perl
40167            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
40168 ____________________________________________________________________________
40169 [  7531] By: jhi                                   on 2000/11/02  22:32:33
40170         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
40171              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40172              Date:     Thu, 2 Nov 2000 16:58:36 EST
40173              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
40174      Branch: perl
40175            ! vms/gen_shrfls.pl
40176 ____________________________________________________________________________
40177 [  7530] By: jhi                                   on 2000/11/02  22:08:49
40178         Log: Fix the problem discussed in
40179              
40180              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
40181              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
40182              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
40183              
40184              originally from Linc Madison.  Also Andreas König's comments
40185              taken into account.  Some other problems with Tie::SubstrHash
40186              fixed: didn't croak when the table exceeded the requested number
40187              of entries (as documented) but instead when the number of entries
40188              exceeded the size of the table, a croak() had an unnecessary \n,
40189              didn't have a CLEAR method, documented that there is no exists().
40190              Didn't fix to be strict-proof because the module uses &foo; and
40191              dynamic scope.  Added a test script exercizing both first tamely 
40192              the basic functionality, and then the failure cases reported by
40193              Linc Madison.
40194      Branch: perl
40195            + t/lib/tie-substrhash.t
40196            ! MANIFEST lib/Tie/SubstrHash.pm
40197 ____________________________________________________________________________
40198 [  7529] By: jhi                                   on 2000/11/02  17:58:08
40199         Log: recv() can fail and return undef.
40200              
40201              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
40202              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
40203              Date: Thu, 2 Nov 2000 20:12:20 +0300
40204              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
40205      Branch: perl
40206            ! lib/Net/Ping.pm
40207 ____________________________________________________________________________
40208 [  7528] By: jhi                                   on 2000/11/02  17:49:09
40209         Log: Detpyo.
40210      Branch: perl
40211            ! pod/perlop.pod
40212 ____________________________________________________________________________
40213 [  7527] By: jhi                                   on 2000/11/02  15:48:37
40214         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
40215              fix a autovivification bug in Tie::RefHash, add tests for both.
40216              
40217              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
40218              From: Edward Avis <epa98@doc.ic.ac.uk>
40219              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
40220              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
40221      Branch: perl
40222            + t/lib/tie-refhash.t
40223            ! MANIFEST lib/Tie/RefHash.pm
40224 ____________________________________________________________________________
40225 [  7526] By: jhi                                   on 2000/11/02  13:56:26
40226         Log: Test::Harness revealed buglets in the new DynaLoader.
40227              
40228              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
40229              From: andreas.koenig@anima.de (Andreas J. Koenig)
40230              Date: 02 Nov 2000 11:26:48 +0100 
40231              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
40232      Branch: perl
40233            ! ext/DynaLoader/DynaLoader_pm.PL
40234 ____________________________________________________________________________
40235 [  7525] By: jhi                                   on 2000/11/01  23:52:08
40236         Log: The entry for #7503 was missing.
40237      Branch: perl
40238            ! Changes
40239 ____________________________________________________________________________
40240 [  7524] By: jhi                                   on 2000/11/01  23:40:52
40241         Log: Update Changes.
40242      Branch: perl
40243            ! Changes patchlevel.h
40244 ____________________________________________________________________________
40245 [  7523] By: jhi                                   on 2000/11/01  22:57:09
40246         Log: More tweaking on the #7522 theme.
40247      Branch: perl
40248            ! ext/DynaLoader/DynaLoader_pm.PL
40249 ____________________________________________________________________________
40250 [  7522] By: jhi                                   on 2000/11/01  22:06:15
40251         Log: Expand %Config variables and %ENV variables only if
40252              so requested during build time using the
40253              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
40254              Not expanding makes relocating distributions easier.
40255      Branch: perl
40256            ! ext/DynaLoader/DynaLoader_pm.PL
40257 ____________________________________________________________________________
40258 [  7521] By: jhi                                   on 2000/11/01  20:56:34
40259         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
40260              and setgid() because they were just changing $< and $( which means
40261              only changing the real uid/gid, as opposed to changing both
40262              real and effective ids.  (The alternative way could have been
40263              in POSIX.pm to change $> and $), too, but making a direct call
40264              to the C API feels cleaner.)  Fixes the bug
40265              
40266              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
40267              From: "Garry T. Williams" <garry@zvolve.com>
40268              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
40269              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
40270      Branch: perl
40271            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
40272            ! ext/POSIX/typemap pod/perlvar.pod
40273 ____________________________________________________________________________
40274 [  7520] By: jhi                                   on 2000/11/01  20:08:33
40275         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
40276              From: "Garry T. Williams" <garry@zvolve.com>
40277              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
40278              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
40279      Branch: perl
40280            ! pod/perlsec.pod
40281 ____________________________________________________________________________
40282 [  7519] By: jhi                                   on 2000/11/01  20:01:22
40283         Log: Locale warning explanation tweak.
40284      Branch: perl
40285            ! pod/perldiag.pod
40286 ____________________________________________________________________________
40287 [  7518] By: jhi                                   on 2000/11/01  18:57:13
40288         Log: C.pm part of
40289              
40290              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
40291              From: Jarkko Hietaniemi <jhi@iki.fi>
40292              Date: Tue, 10 Oct 2000 08:22:28 -0500
40293              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
40294      Branch: perl
40295            ! ext/B/B/C.pm
40296 ____________________________________________________________________________
40297 [  7517] By: jhi                                   on 2000/11/01  18:41:59
40298         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
40299              From: Martien Verbruggen <mgjv@comdyn.com.au>
40300              Date: Fri, 6 Oct 2000 14:09:10 +1100
40301              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
40302      Branch: perl
40303            ! pod/perlop.pod
40304 ____________________________________________________________________________
40305 [  7516] By: jhi                                   on 2000/11/01  18:34:55
40306         Log: Generalize the Camel wording.
40307              
40308              Subject: Re: perlfaq style changes
40309              From: John Borwick <jhborwic@unity.ncsu.edu>
40310              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
40311              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
40312      Branch: perl
40313            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
40314 ____________________________________________________________________________
40315 [  7515] By: jhi                                   on 2000/11/01  16:52:31
40316         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
40317              From: pimlott@idiomtech.com (Andrew Pimlott)
40318              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
40319              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
40320      Branch: perl
40321            ! pod/perlsec.pod
40322 ____________________________________________________________________________
40323 [  7514] By: jhi                                   on 2000/11/01  15:03:40
40324         Log: More AIX lore.
40325      Branch: perl
40326            ! ext/re/hints/aix.pl
40327 ____________________________________________________________________________
40328 [  7513] By: jhi                                   on 2000/11/01  14:48:30
40329         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
40330              From: root <root@chronos.fi.muni.cz>
40331              Date: Wed, 1 Nov 2000 12:31:32 +0100
40332              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
40333      Branch: perl
40334            ! lib/Net/Ping.pm
40335 ____________________________________________________________________________
40336 [  7512] By: jhi                                   on 2000/11/01  14:46:47
40337         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
40338              From: Martin Husemann <martin@duskware.de>
40339              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
40340              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
40341      Branch: perl
40342            ! regcomp.c
40343 ____________________________________________________________________________
40344 [  7511] By: jhi                                   on 2000/11/01  14:39:50
40345         Log: AUTHORS updates.
40346      Branch: perl
40347            ! AUTHORS
40348 ____________________________________________________________________________
40349 [  7510] By: jhi                                   on 2000/11/01  14:29:50
40350         Log: Subject: [PATCH] startperl to respect versiononly
40351              From: Robin Barker <rmb1@cise.npl.co.uk> 
40352              Date: Tue, 31 Oct 2000 16:29:36 GMT
40353              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
40354      Branch: metaconfig/U/perl
40355            ! startperl.U
40356      Branch: perl
40357            ! Configure config_h.SH
40358 ____________________________________________________________________________
40359 [  7509] By: jhi                                   on 2000/11/01  14:19:53
40360         Log: printf UVs the correct way, noticed by Robin Barker.
40361      Branch: perl
40362            ! utf8.c
40363 ____________________________________________________________________________
40364 [  7508] By: jhi                                   on 2000/11/01  14:10:03
40365         Log: Do not cleanup *% because the % has special meanings in some
40366              shell environments.
40367      Branch: perl
40368            ! ext/Storable/Makefile.PL
40369 ____________________________________________________________________________
40370 [  7507] By: jhi                                   on 2000/11/01  14:06:00
40371         Log: The NonStop-UX libraries have a novel way to say NaN.
40372      Branch: perl
40373            ! t/lib/bigfltpm.t
40374 ____________________________________________________________________________
40375 [  7506] By: jhi                                   on 2000/11/01  14:03:35
40376         Log: The osname has been lowercased by now, from Tom Bates.
40377      Branch: metaconfig
40378            ! U/modified/Oldconfig.U
40379      Branch: perl
40380            ! Configure config_h.SH
40381 ____________________________________________________________________________
40382 [  7505] By: jhi                                   on 2000/10/31  19:18:39
40383         Log: The compiler is either gcc or cc, from Tom Bates.
40384      Branch: perl
40385            ! hints/nonstopux.sh
40386 ____________________________________________________________________________
40387 [  7504] By: jhi                                   on 2000/10/31  14:53:42
40388         Log: Update Changes.
40389      Branch: perl
40390            ! Changes patchlevel.h
40391 ____________________________________________________________________________
40392 [  7503] By: jhi                                   on 2000/10/31  14:30:50
40393         Log: Whitespace style tweak.  Was originally going to see to
40394              
40395              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
40396              From: Joe Smith <jms@inwap.com>
40397              Date: Mon, 30 Oct 2000 18:47:57 -0800
40398              Message-Id: <39FE32DD.24AAC4D@inwap.com>
40399              
40400              but that had already been taken care of.
40401      Branch: metaconfig
40402            ! U/compline/d_stdstdio.U
40403      Branch: perl
40404            ! Configure config_h.SH
40405 ____________________________________________________________________________
40406 [  7502] By: jhi                                   on 2000/10/31  14:25:02
40407         Log: AUTHORS tweaks.
40408      Branch: perl
40409            ! AUTHORS
40410 ____________________________________________________________________________
40411 [  7501] By: jhi                                   on 2000/10/31  14:23:59
40412         Log: Subject: perlfaq style changes
40413              From: John Borwick <jhborwic@unity.ncsu.edu>
40414              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
40415              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
40416      Branch: perl
40417            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
40418            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
40419            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
40420            ! pod/perlfaq9.pod
40421 ____________________________________________________________________________
40422 [  7500] By: jhi                                   on 2000/10/31  14:22:15
40423         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
40424              
40425              Subject: Re: [ID 20000918.005] ~ on wide chars
40426              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40427              Date: Mon, 30 Oct 2000 21:09:55 -0800
40428              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
40429              
40430              (The ord() part of the patch skipped.)
40431      Branch: perl
40432            ! doop.c
40433 ____________________________________________________________________________
40434 [  7499] By: jhi                                   on 2000/10/31  14:20:08
40435         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
40436              From: Jens Hamisch <jens@Strawberry.COM>
40437              Date: Mon, 30 Oct 2000 15:17:07 +0100
40438              Message-Id: <20001030151707.A9597@Strawberry.COM>
40439      Branch: perl
40440            ! av.c
40441 ____________________________________________________________________________
40442 [  7498] By: jhi                                   on 2000/10/31  14:16:29
40443         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
40444              From: Peter Prymmer <pvhp@forte.com>
40445              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
40446              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
40447      Branch: perl
40448            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
40449            + ext/Encode/Encode/posix-bc.enc
40450            ! MANIFEST t/lib/encode.t
40451 ____________________________________________________________________________
40452 [  7497] By: jhi                                   on 2000/10/31  14:13:22
40453         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
40454              From: Peter Prymmer <pvhp@forte.com>
40455              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
40456              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
40457      Branch: perl
40458            ! t/lib/cgi-html.t
40459 ____________________________________________________________________________
40460 [  7496] By: jhi                                   on 2000/10/31  14:12:05
40461         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
40462              From: Peter Prymmer <pvhp@forte.com>
40463              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
40464              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
40465      Branch: perl
40466            ! t/lib/cgi-function.t
40467 ____________________________________________________________________________
40468 [  7495] By: jhi                                   on 2000/10/31  14:11:08
40469         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
40470              From: Peter Prymmer <pvhp@forte.com>
40471              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
40472              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
40473      Branch: perl
40474            + ext/re/hints/aix.pl
40475            ! MANIFEST ext/re/Makefile.PL
40476 ____________________________________________________________________________
40477 [  7494] By: jhi                                   on 2000/10/31  14:08:32
40478         Log: Use Errno magic.
40479              
40480              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
40481              From: Casey Tweten <perl@ctweten.amsite.com>
40482              Date: Mon, 30 Oct 2000 15:51:17 -0500
40483              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
40484      Branch: perl
40485            ! lib/File/Temp.pm
40486 ____________________________________________________________________________
40487 [  7493] By: jhi                                   on 2000/10/31  14:05:07
40488         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
40489              
40490              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
40491              From: Nicholas Clark <nick@ccl4.org>
40492              Date: Mon, 30 Oct 2000 17:38:45 +0000
40493              Message-ID: <20001030173845.O60355@plum.flirble.org>
40494      Branch: perl
40495            ! Makefile.SH utils/perlbug.PL
40496 ____________________________________________________________________________
40497 [  7492] By: nick                                  on 2000/10/30  19:37:23
40498         Log: Change files which are mysteriously different to mainline to be
40499              copies of mainline.
40500      Branch: perlio
40501            ! objXSUB.h perlapi.c pod/perlapi.pod
40502 ____________________________________________________________________________
40503 [  7491] By: nick                                  on 2000/10/30  18:05:54
40504         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
40505              - typo in endian code in putc.
40506              - Don't allow read of write-only files and vice-versa
40507              - and off-by-one in flush-all loop.
40508              Remove debug calls as they were using GCC specific features.
40509      Branch: perlio
40510            ! perlio.c
40511 ____________________________________________________________________________
40512 [  7490] By: nick                                  on 2000/10/29  21:45:45
40513         Log: Integrate mainline to perlio
40514      Branch: perlio
40515           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
40516           !> toke.c
40517 ____________________________________________________________________________
40518 [  7489] By: jhi                                   on 2000/10/29  21:11:08
40519         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
40520              From: andreas.koenig@anima.de (Andreas J. Koenig)
40521              Date: 29 Oct 2000 22:05:59 +0100
40522              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
40523      Branch: perl
40524            ! lib/ExtUtils/Manifest.pm
40525 ____________________________________________________________________________
40526 [  7488] By: jhi                                   on 2000/10/29  21:07:47
40527         Log: Tests for #7487.
40528              
40529              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
40530              From: andreas.koenig@anima.de (Andreas J. Koenig)
40531              Date: 29 Oct 2000 19:37:09 +0100
40532              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
40533      Branch: perl
40534            ! t/comp/proto.t
40535 ____________________________________________________________________________
40536 [  7487] By: jhi                                   on 2000/10/29  21:06:27
40537         Log: constsub spillage.
40538              
40539              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
40540              From: John Tobey <jtobey@john-edwin-tobey.org>
40541              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
40542              Message-Id: <m13pvSr-000FObC@feynman.localnet>
40543      Branch: perl
40544            ! op.c
40545 ____________________________________________________________________________
40546 [  7486] By: nick                                  on 2000/10/29  21:05:04
40547         Log: Integrate mainline to perlio branch
40548      Branch: perlio
40549           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
40550           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
40551           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
40552           +> vos/install_perl.cm
40553            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
40554            - vos/config.h vos/config_h.SH_orig
40555           !> (integrate 141 files)
40556 ____________________________________________________________________________
40557 [  7485] By: jhi                                   on 2000/10/29  21:00:47
40558         Log: Make \x{...} consistently produce UTF-8.
40559              
40560              Subject: Re: \x{...} is confused 
40561              From: Simon Cozens <simon@cozens.net>
40562              Date: Sun, 29 Oct 2000 19:36:48 +0000
40563              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
40564      Branch: perl
40565            ! t/pragma/utf8.t toke.c
40566 ____________________________________________________________________________
40567 [  7484] By: nick                                  on 2000/10/29  20:05:29
40568         Log: PerlIO passes all tests.
40569      Branch: perlio
40570            ! perlio.c
40571 ____________________________________________________________________________
40572 [  7483] By: jhi                                   on 2000/10/29  18:06:55
40573         Log: Update Changes.
40574      Branch: perl
40575            ! Changes patchlevel.h
40576 ____________________________________________________________________________
40577 [  7482] By: nick                                  on 2000/10/29  17:43:28
40578         Log: Include <unistd.h> to get correct lseek() prototype etc.
40579              (I thought perl.h did that) - down to two fails
40580              - comp/require.t (last test)
40581              - lib/io_xs.t - possibly import/export of FILE * ?
40582      Branch: perlio
40583            ! perlio.c
40584 ____________________________________________________________________________
40585 [  7481] By: jhi                                   on 2000/10/29  17:02:37
40586         Log: UTF-8 decoder tweak.
40587      Branch: perl
40588            ! utf8.c
40589 ____________________________________________________________________________
40590 [  7480] By: nick                                  on 2000/10/29  16:26:11
40591         Log: Fixed two bugs:
40592              - error code not being set on close (of broken pipe)
40593              - append mode was truncating.
40594              At least one seek/tell bug remains.
40595      Branch: perlio
40596            ! perlio.c
40597 ____________________________________________________________________________
40598 [  7479] By: nick                                  on 2000/10/29  11:18:16
40599         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
40600              in case of accidents. Still several worrying fails, no line disciplines yet.
40601      Branch: perlio
40602            ! iperlsys.h perlio.c
40603 ____________________________________________________________________________
40604 [  7478] By: jhi                                   on 2000/10/29  02:04:01
40605         Log: Add also emailless people.
40606      Branch: perl
40607            ! AUTHORS
40608 ____________________________________________________________________________
40609 [  7477] By: jhi                                   on 2000/10/29  01:36:00
40610         Log: The #7476 needs a MANIFEST change, too.
40611      Branch: perl
40612            ! MANIFEST
40613 ____________________________________________________________________________
40614 [  7476] By: jhi                                   on 2000/10/29  01:35:21
40615         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
40616      Branch: perl
40617            - MAINTAIN
40618            ! AUTHORS Changes
40619 ____________________________________________________________________________
40620 [  7475] By: jhi                                   on 2000/10/28  23:57:25
40621         Log: De-quoted-unreadable to ISO Latin 1.
40622              (There's one ISO-2022-JP name in Changes5.004.)
40623      Branch: perl
40624            ! Changes Changes5.6
40625 ____________________________________________________________________________
40626 [  7474] By: jhi                                   on 2000/10/28  19:13:06
40627         Log: Subject: [ID 20001027.007] uniq array in perlfaq
40628              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
40629              Date: Fri, 27 Oct 2000 19:28:30 +0200
40630              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
40631      Branch: perl
40632            ! pod/perlfaq4.pod
40633 ____________________________________________________________________________
40634 [  7473] By: jhi                                   on 2000/10/28  18:02:05
40635         Log: Locking null mutexes is not recommendable.
40636              
40637              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
40638              From: Hugo <hv@crypt.compulink.co.uk>
40639              Date: Sat, 28 Oct 2000 18:41:12 +0100
40640              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
40641      Branch: perl
40642            ! op.c
40643 ____________________________________________________________________________
40644 [  7472] By: jhi                                   on 2000/10/28  17:52:58
40645         Log: Better create a true mailing list for the repository keepers.
40646      Branch: perl
40647            ! Porting/repository.pod
40648 ____________________________________________________________________________
40649 [  7471] By: jhi                                   on 2000/10/28  17:28:24
40650         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
40651              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
40652      Branch: perl
40653            + Porting/repository.pod
40654            ! MANIFEST
40655 ____________________________________________________________________________
40656 [  7470] By: jhi                                   on 2000/10/28  17:20:54
40657         Log: Subject: DOC PATCH 5.6.0
40658              From: mjd@plover.com
40659              Date: 27 Oct 2000 17:32:44 -0000
40660              Message-ID: <20001027173244.23754.qmail@plover.com>
40661      Branch: perl
40662            ! pod/perlfunc.pod
40663 ____________________________________________________________________________
40664 [  7469] By: jhi                                   on 2000/10/28  17:16:45
40665         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
40666              From: "Peter J. Farley III" <pjfarley@banet.net>
40667              Date: Fri, 27 Oct 2000 20:32:56 -0400
40668              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
40669      Branch: perl
40670            ! README.dos
40671 ____________________________________________________________________________
40672 [  7468] By: jhi                                   on 2000/10/28  17:07:18
40673         Log: Make target reordering to avoid pointless re-makes.
40674              
40675              Subject: Re: Total re-make of 'make okfile' after 7451 ?
40676              From: Nicholas Clark <nick@ccl4.org>
40677              Date: Sat, 28 Oct 2000 00:31:02 +0100
40678              Message-ID: <20001028003101.A54517@plum.flirble.org>
40679      Branch: perl
40680            ! Makefile.SH
40681 ____________________________________________________________________________
40682 [  7467] By: jhi                                   on 2000/10/28  17:05:31
40683         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
40684              From: lvirden@cas.org
40685              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
40686              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
40687      Branch: perl
40688            ! README.os2
40689 ____________________________________________________________________________
40690 [  7466] By: jhi                                   on 2000/10/28  16:09:16
40691         Log: Upgrade to CPAN 1.58_55.
40692              
40693              Subject: CPAN.pm status
40694              From: andreas.koenig@anima.de (Andreas J. Koenig) 
40695              Date: 28 Oct 2000 08:18:00 +0200 
40696              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
40697      Branch: perl
40698            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40699 ____________________________________________________________________________
40700 [  7465] By: jhi                                   on 2000/10/28  16:02:47
40701         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
40702      Branch: perl
40703            ! embed.h embed.pl perl.h proto.h toke.c
40704 ____________________________________________________________________________
40705 [  7464] By: nick                                  on 2000/10/28  10:43:44
40706         Log: Fix for sv_2iv() on "shared" value from keys %hash.
40707      Branch: perl
40708            ! sv.c
40709 ____________________________________________________________________________
40710 [  7463] By: jhi                                   on 2000/10/27  16:18:29
40711         Log: Update Changes.
40712      Branch: perl
40713            ! Changes patchlevel.h
40714 ____________________________________________________________________________
40715 [  7462] By: jhi                                   on 2000/10/27  16:17:44
40716         Log: Too enthusiastic editing in #7460.
40717      Branch: metaconfig
40718            ! U/modified/Oldsym.U
40719      Branch: perl
40720            ! Configure config_h.SH
40721 ____________________________________________________________________________
40722 [  7461] By: jhi                                   on 2000/10/27  15:37:38
40723         Log: Retract #7459, the script needs more work.
40724      Branch: perl
40725            - mkreef
40726            ! MANIFEST
40727 ____________________________________________________________________________
40728 [  7460] By: jhi                                   on 2000/10/27  15:23:14
40729         Log: Use $sort, $uniq (and $tr) consistently as wondered
40730              by Nicholas Clark.
40731      Branch: metaconfig
40732            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
40733            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
40734            ! U/modified/libc.U
40735      Branch: perl
40736            ! Configure config_h.SH
40737 ____________________________________________________________________________
40738 [  7459] By: jhi                                   on 2000/10/27  15:02:07
40739         Log: (Retracted by #7461)
40740              
40741              Add a shell script for creating/removing symbolic link farms,
40742              useful for keeping the source code read-only and doing the
40743              builds somewhere else.
40744      Branch: perl
40745            + mkreef
40746            ! MANIFEST
40747 ____________________________________________________________________________
40748 [  7458] By: jhi                                   on 2000/10/27  14:42:20
40749         Log: Do away with the fix_pl.
40750      Branch: perl
40751            - fix_pl
40752            ! MANIFEST Makefile.SH
40753 ____________________________________________________________________________
40754 [  7457] By: jhi                                   on 2000/10/27  12:43:13
40755         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
40756              From: Jens Hamisch <jens@Strawberry.COM>
40757              Date: Fri, 27 Oct 2000 14:38:21 +0200
40758              Message-Id: <20001027143821.B3366@Strawberry.COM>
40759      Branch: perl
40760            ! perl.h
40761 ____________________________________________________________________________
40762 [  7456] By: jhi                                   on 2000/10/27  12:33:42
40763         Log: Subject: [PATCH] todo
40764              From: Nicholas Clark <nick@ccl4.org>
40765              Date: Thu, 26 Oct 2000 22:32:29 +0100
40766              Message-ID: <20001026223229.A44540@plum.flirble.org>
40767      Branch: perl
40768            ! pod/perltodo.pod
40769 ____________________________________________________________________________
40770 [  7455] By: jhi                                   on 2000/10/27  12:02:21
40771         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
40772              From: John Tobey <jtobey@john-edwin-tobey.org>
40773              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
40774              Message-Id: <m13ozHF-000FObC@feynman.localnet>
40775      Branch: perl
40776            ! op.c t/pragma/sub_lval.t
40777 ____________________________________________________________________________
40778 [  7454] By: jhi                                   on 2000/10/27  11:59:42
40779         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
40780              From: sthoenna@efn.org
40781              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
40782              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
40783      Branch: perl
40784            ! pp.c t/op/assignwarn.t
40785 ____________________________________________________________________________
40786 [  7453] By: jhi                                   on 2000/10/27  00:15:08
40787         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
40788      Branch: perl
40789            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
40790            ! ext/Storable/Storable.xs t/lib/st-lock.t
40791 ____________________________________________________________________________
40792 [  7452] By: jhi                                   on 2000/10/26  13:05:52
40793         Log: Undo #7451, this seems to be a deficiency in Perforce,
40794              there is no per-file line-terminator type, only per-client.
40795      Branch: perl
40796            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
40797            ! win32/makefile.mk
40798 ____________________________________________________________________________
40799 [  7451] By: jhi                                   on 2000/10/26  04:56:03
40800         Log: Experimenting in DOS arcana.
40801      Branch: perl
40802            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
40803            ! win32/makefile.mk
40804 ____________________________________________________________________________
40805 [  7450] By: jhi                                   on 2000/10/26  04:50:52
40806         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
40807              From: "Peter J. Farley III" <pjfarley@banet.net>            
40808              Date: Wed, 25 Oct 2000 23:10:18 -0400
40809              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
40810      Branch: perl
40811            ! t/io/open.t
40812 ____________________________________________________________________________
40813 [  7449] By: jhi                                   on 2000/10/26  04:49:16
40814         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
40815              From: Hugo <hv@crypt.compulink.co.uk>
40816              Date: Thu, 26 Oct 2000 01:55:17 +0100
40817              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
40818              
40819              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
40820      Branch: perl
40821            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
40822 ____________________________________________________________________________
40823 [  7448] By: jhi                                   on 2000/10/26  04:38:36
40824         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
40825              From: Peter Prymmer <pvhp@forte.com>
40826              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
40827              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
40828      Branch: perl
40829            ! configure.com
40830 ____________________________________________________________________________
40831 [  7447] By: jhi                                   on 2000/10/25  23:20:02
40832         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
40833              in platforms that strictly require all the symbols being present
40834              at link time.
40835      Branch: perl
40836            ! handy.h
40837 ____________________________________________________________________________
40838 [  7446] By: jhi                                   on 2000/10/25  21:55:57
40839         Log: Update Changes.
40840      Branch: perl
40841            ! Changes patchlevel.h
40842 ____________________________________________________________________________
40843 [  7445] By: jhi                                   on 2000/10/25  21:27:08
40844         Log: Integrate with vmsperl #7430 by Charles Bailey:
40845              
40846              Cleanup from prior patch (Charles Lane?):
40847              - improve handling of MFDs in Basename and Path
40848              - default to no xsubpp line # munging when building debug images
40849      Branch: perl
40850           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
40851 ____________________________________________________________________________
40852 [  7444] By: jhi                                   on 2000/10/25  21:03:50
40853         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
40854              From: John Peacock <JPeacock@UnivPress.com>
40855              Date: Thu, 18 May 2000 11:55:27 -0400
40856              Message-ID: <3924126F.A58BE57A@UnivPress.com>
40857      Branch: perl
40858            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
40859            ! t/op/write.t
40860 ____________________________________________________________________________
40861 [  7443] By: jhi                                   on 2000/10/25  20:43:10
40862         Log: Temporary stopgap for the self-tying issue: for now only
40863              array and hash self-ties are verboten.  The real fix, of
40864              course, would be to comprehensively test (and implement?)
40865              and debug (and document) self-ties.
40866      Branch: perl
40867            ! pod/perldiag.pod pp_sys.c t/op/tie.t
40868 ____________________________________________________________________________
40869 [  7442] By: jhi                                   on 2000/10/25  20:14:30
40870         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
40871              From: Dan Sugalski <dan@sidhe.org>
40872              Date: Wed, 25 Oct 2000 13:36:35 -0400
40873              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
40874              
40875              plus regen global.sym.
40876      Branch: perl
40877            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
40878            ! thrdvar.h util.c
40879 ____________________________________________________________________________
40880 [  7441] By: jhi                                   on 2000/10/25  20:12:20
40881         Log: buildtoc target tweaks.
40882      Branch: perl
40883            ! pod/Makefile.SH
40884 ____________________________________________________________________________
40885 [  7440] By: jhi                                   on 2000/10/25  20:03:53
40886         Log: A new version of making the syslog test more robust.
40887              (Replaces #7421.)
40888              
40889              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
40890              From: "Kurt D. Starsinic" <kstar@chapin.edu>
40891              Date: Wed, 25 Oct 2000 12:13:54 -0400
40892              Message-ID: <20001025121354.B2264@O2.chapin.edu>
40893      Branch: perl
40894            ! t/lib/syslog.t
40895 ____________________________________________________________________________
40896 [  7439] By: jhi                                   on 2000/10/25  20:00:48
40897         Log: Continue the internal UTF-8 API tweaking.
40898              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
40899              used much more than the simpler API, now called utf8_to_uv_simple().
40900              Still not quite happy with API, too much partial duplication
40901              of functionality.
40902      Branch: perl
40903            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
40904            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
40905            ! regcomp.c regexec.c sv.c toke.c utf8.c
40906 ____________________________________________________________________________
40907 [  7438] By: jhi                                   on 2000/10/25  18:52:30
40908         Log: Allow poking holes at the UTF-8 decoding strictness.
40909      Branch: perl
40910            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
40911            ! utf8.h
40912 ____________________________________________________________________________
40913 [  7437] By: jhi                                   on 2000/10/25  13:53:05
40914         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
40915              UTF8LEN() and UTF8SKIP(). 
40916      Branch: perl
40917            ! pp.c utf8.c utf8.h
40918 ____________________________________________________________________________
40919 [  7436] By: jhi                                   on 2000/10/25  13:51:37
40920         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
40921              From: Nicholas Clark <nick@ccl4.org>
40922              Date: Wed, 25 Oct 2000 14:44:05 +0100
40923              Message-ID: <20001025144404.D27253@plum.flirble.org>
40924      Branch: perl
40925            ! pod/perlrun.pod
40926 ____________________________________________________________________________
40927 [  7435] By: jhi                                   on 2000/10/25  13:49:32
40928         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
40929              From: Mike Guy <mjtg@cam.ac.uk>
40930              Date: Tue, 24 Oct 2000 14:59:40 +0100
40931              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
40932      Branch: perl
40933            ! scope.c
40934 ____________________________________________________________________________
40935 [  7434] By: jhi                                   on 2000/10/25  13:48:41
40936         Log: AIX is picky about its symbol exports.  Solution for now
40937              is to include the deb.o explicitly to the re extension build.
40938              
40939              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
40940              From: Peter Prymmer <pvhp@forte.com>
40941              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
40942              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
40943      Branch: perl
40944            ! ext/re/Makefile.PL hints/aix.sh
40945 ____________________________________________________________________________
40946 [  7433] By: jhi                                   on 2000/10/25  13:46:49
40947         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
40948              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40949              Date: Wed, 25 Oct 2000 12:02:20 +0200
40950              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
40951      Branch: perl
40952            ! perlsdio.h
40953 ____________________________________________________________________________
40954 [  7432] By: jhi                                   on 2000/10/25  13:44:28
40955         Log: Subject: Minor update to find2perl, for portability
40956              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
40957              Date: Wed, 25 Oct 2000 12:05:47 +0100
40958              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
40959      Branch: perl
40960            ! x2p/find2perl.PL
40961 ____________________________________________________________________________
40962 [  7431] By: jhi                                   on 2000/10/25  13:40:39
40963         Log: Add targets to Makefile.SH, most importantly
40964              'regen_all' which also remembers to update vms/perly*.
40965      Branch: perl
40966            ! Makefile.SH
40967 ____________________________________________________________________________
40968 [  7430] By: bailey                                on 2000/10/25  03:13:53
40969         Log: Cleanup from prior patch (Charles Lane?):
40970              - improve handling of MFDs in Basename and Path
40971              - default to no xsubpp line # munging when building debug images
40972      Branch: vmsperl
40973            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
40974 ____________________________________________________________________________
40975 [  7429] By: jhi                                   on 2000/10/24  20:03:40
40976         Log: Podify README.epoc and README.vos.
40977      Branch: perl
40978            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
40979            ! pod/perlport.pod pod/perltoc.pod
40980 ____________________________________________________________________________
40981 [  7428] By: jhi                                   on 2000/10/24  19:10:33
40982         Log: Stratus VOS updates from Paul Green.
40983      Branch: perl
40984            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40985            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
40986            - vos/config.def vos/config.h vos/config_h.SH_orig
40987            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
40988            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
40989 ____________________________________________________________________________
40990 [  7427] By: jhi                                   on 2000/10/24  18:59:48
40991         Log: Check if stdio supports tweaking lval and cnt simultaneously.
40992              
40993              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
40994              From: Nicholas Clark <nick@ccl4.org>
40995              Date: Mon, 23 Oct 2000 15:39:32 +0100
40996              Message-ID: <20001023153932.A10786@plum.flirble.org>
40997      Branch: metaconfig
40998            ! U/compline/d_stdstdio.U
40999      Branch: perl
41000            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41001            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
41002            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
41003            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
41004            ! vos/config.h vos/config_h.SH_orig win32/config.bc
41005            ! win32/config.gc win32/config.vc
41006 ____________________________________________________________________________
41007 [  7426] By: jhi                                   on 2000/10/24  17:57:44
41008         Log: Missed the header file changes from #7425.
41009      Branch: perl
41010            ! embed.h embed.pl objXSUB.h proto.h
41011 ____________________________________________________________________________
41012 [  7425] By: jhi                                   on 2000/10/24  17:55:17
41013         Log: Fix the bug reported in
41014              
41015              From: andreas.koenig@anima.de (Andreas J. Koenig)
41016              Subject: Encode bug?
41017              Date: 24 Oct 2000 14:01:26 +0200 
41018              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
41019              
41020              Also make is_utf8_char() stricter.
41021      Branch: perl
41022            ! ext/Encode/Encode.xs utf8.c
41023 ____________________________________________________________________________
41024 [  7424] By: jhi                                   on 2000/10/24  15:15:39
41025         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
41026              From: Peter Scott <Peter@PSDT.com>
41027              Date: Mon, 23 Oct 2000 19:46:01 -0700
41028              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
41029      Branch: perl
41030            ! pod/perlfaq5.pod
41031 ____________________________________________________________________________
41032 [  7423] By: jhi                                   on 2000/10/24  14:25:30
41033         Log: Test tweak to avoid pulling in the whole Config.
41034      Branch: perl
41035            ! t/lib/st-lock.t
41036 ____________________________________________________________________________
41037 [  7422] By: jhi                                   on 2000/10/24  14:03:16
41038         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
41039      Branch: perl
41040            ! pp.c
41041 ____________________________________________________________________________
41042 [  7421] By: jhi                                   on 2000/10/24  13:32:09
41043         Log: (Replaced by #7440.)
41044              
41045              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
41046              From: "Kurt D. Starsinic" <kstar@chapin.edu>
41047              Date: Mon, 23 Oct 2000 16:40:54 -0400
41048              Message-ID: <20001023164054.B14491@O2.chapin.edu>
41049      Branch: perl
41050            ! t/lib/syslog.t
41051 ____________________________________________________________________________
41052 [  7420] By: jhi                                   on 2000/10/24  13:30:53
41053         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
41054              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41055              Date: Mon, 23 Oct 2000 17:29:03 -0400
41056              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
41057      Branch: perl
41058            ! lib/ExtUtils/MM_Unix.pm
41059 ____________________________________________________________________________
41060 [  7419] By: jhi                                   on 2000/10/24  13:29:57
41061         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
41062              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41063              Date: Mon, 23 Oct 2000 19:01:32 -0400
41064              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
41065      Branch: perl
41066            ! utils/h2xs.PL
41067 ____________________________________________________________________________
41068 [  7418] By: jhi                                   on 2000/10/24  13:26:04
41069         Log: Replace #7409 with
41070              
41071              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
41072              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
41073              Date: Mon, 23 Oct 2000 20:08:56 +0200
41074              Message-ID: <20001023200855.A14850@nice.ram.loc>
41075      Branch: perl
41076            ! ext/Storable/Storable.pm t/lib/st-lock.t
41077 ____________________________________________________________________________
41078 [  7417] By: jhi                                   on 2000/10/24  13:17:52
41079         Log: Run vms/vms_yfix.pl, should have done that after changing
41080              perly.c in #7382.
41081      Branch: perl
41082            ! vms/perly_c.vms vms/perly_h.vms
41083 ____________________________________________________________________________
41084 [  7416] By: jhi                                   on 2000/10/24  02:55:33
41085         Log: Make the UTF-8 decoding stricter and more verbose when
41086              malformation happens.  This involved adding an argument
41087              to utf8_to_uv_chk(), which involved changing its prototype,
41088              and prefer STRLEN over I32 for the UTF-8 length, which as
41089              a domino effect necessitated changing the prototypes of
41090              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
41091              The stricter UTF-8 decoding checking uses Markus Kuhn's
41092              UTF-8 Decode Stress Tester from
41093              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
41094      Branch: perl
41095            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
41096            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
41097            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
41098            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
41099 ____________________________________________________________________________
41100 [  7415] By: jhi                                   on 2000/10/23  14:06:06
41101         Log: Update Changes.
41102      Branch: perl
41103            ! Changes patchlevel.h
41104 ____________________________________________________________________________
41105 [  7414] By: jhi                                   on 2000/10/23  12:39:52
41106         Log: Undo the basename() part of #7412 since the lib/basename
41107              tests would need upgrading too.
41108      Branch: perl
41109            ! lib/File/Basename.pm
41110 ____________________________________________________________________________
41111 [  7413] By: jhi                                   on 2000/10/23  12:19:27
41112         Log: Document PERL_INSTALL_ROOT of #7210.
41113      Branch: perl
41114            ! lib/ExtUtils/Install.pm
41115 ____________________________________________________________________________
41116 [  7412] By: jhi                                   on 2000/10/23  12:16:47
41117         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
41118      Branch: perl
41119            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
41120            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
41121 ____________________________________________________________________________
41122 [  7411] By: jhi                                   on 2000/10/23  12:07:41
41123         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
41124              From: Prymmer/Kahn <pvhp@best.com>
41125              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
41126              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
41127      Branch: perl
41128            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
41129 ____________________________________________________________________________
41130 [  7410] By: jhi                                   on 2000/10/23  04:10:11
41131         Log: The change #7187 was not so good on VMS.
41132              
41133              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
41134              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41135              Date: Sun, 22 Oct 2000 23:03:08 -0500
41136              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
41137      Branch: perl
41138            ! utils/perldoc.PL
41139 ____________________________________________________________________________
41140 [  7409] By: jhi                                   on 2000/10/23  03:57:36
41141         Log: Avoid Storable locking on DJGPP for now.
41142              
41143              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
41144              From: "Peter J. Farley III" <pjfarley@banet.net>
41145              Date: Sun, 22 Oct 2000 20:00:00 -0400
41146              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
41147      Branch: perl
41148            ! ext/Storable/Storable.pm t/lib/st-lock.t
41149 ____________________________________________________________________________
41150 [  7408] By: jhi                                   on 2000/10/23  03:50:24
41151         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
41152              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
41153              Date: Sun, 22 Oct 2000 21:12:22 -0400
41154              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
41155      Branch: perl
41156            ! lib/vars.pm
41157 ____________________________________________________________________________
41158 [  7407] By: jhi                                   on 2000/10/23  03:43:12
41159         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
41160              From: Hugo <hv@crypt.compulink.co.uk>
41161              Date: Mon, 23 Oct 2000 00:47:22 +0100
41162              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
41163      Branch: perl
41164            ! regexec.c t/op/pat.t
41165 ____________________________________________________________________________
41166 [  7406] By: jhi                                   on 2000/10/23  03:40:29
41167         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
41168      Branch: perl
41169            ! lib/ExtUtils/MakeMaker.pm
41170 ____________________________________________________________________________
41171 [  7405] By: jhi                                   on 2000/10/22  21:32:00
41172         Log: Doc patch.
41173              
41174              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
41175              From: rspier@pobox.com (Robert Spier)
41176              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
41177              Message-ID: <14835.16112.13457.447971@rls.cx>
41178      Branch: perl
41179            ! lib/strict.pm
41180 ____________________________________________________________________________
41181 [  7404] By: jhi                                   on 2000/10/22  21:30:51
41182         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
41183              From: rspier@pobox.com (Robert Spier)
41184              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
41185              Message-ID: <14835.17223.72448.705566@rls.cx>
41186      Branch: perl
41187            ! lib/ExtUtils/MakeMaker.pm
41188 ____________________________________________________________________________
41189 [  7403] By: jhi                                   on 2000/10/22  21:24:11
41190         Log: Subject: [PATCH bleadperl] ripples from constsub patch
41191              From: John Tobey <jtobey@john-edwin-tobey.org>
41192              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
41193              Message-Id: <m13nSOB-000FObC@feynman.localnet>
41194      Branch: perl
41195            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
41196 ____________________________________________________________________________
41197 [  7402] By: jhi                                   on 2000/10/22  20:59:35
41198         Log: Support s?printf parameter reordering.
41199      Branch: perl
41200            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
41201 ____________________________________________________________________________
41202 [  7401] By: jhi                                   on 2000/10/22  19:19:14
41203         Log: Expand %Config variables only if explicitly so requested
41204              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
41205              
41206              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
41207              From: Gurusamy Sarathy <gsar@ActiveState.com>
41208              Date: Sun, 22 Oct 2000 11:47:32 -0700
41209              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
41210      Branch: perl
41211            ! Makefile.SH lib/lib_pm.PL
41212 ____________________________________________________________________________
41213 [  7400] By: jhi                                   on 2000/10/22  18:24:10
41214         Log: Move the #7390 test from warn/op to comp/redef.
41215              
41216              Subject: Re: Creating const subs for constants.
41217              From: John Tobey <jtobey@john-edwin-tobey.org>
41218              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
41219              Message-Id: <m13nG72-000FObC@feynman.localnet>               
41220      Branch: perl
41221            ! t/comp/redef.t t/pragma/warn/op
41222 ____________________________________________________________________________
41223 [  7399] By: jhi                                   on 2000/10/22  17:49:59
41224         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
41225              From: Nicholas Clark <nick@ccl4.org>
41226              Date: Sat, 21 Oct 2000 22:23:19 +0100
41227              Message-ID: <20001021222319.B45586@plum.flirble.org>
41228      Branch: perl
41229            ! ext/DynaLoader/DynaLoader_pm.PL
41230 ____________________________________________________________________________
41231 [  7398] By: jhi                                   on 2000/10/22  17:47:35
41232         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
41233              From: Hugo <hv@crypt.compulink.co.uk>
41234              Date: Sat, 21 Oct 2000 18:19:59 +0100
41235              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
41236      Branch: perl
41237            ! ext/B/B.pm ext/B/B/C.pm
41238 ____________________________________________________________________________
41239 [  7397] By: jhi                                   on 2000/10/22  17:35:18
41240         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
41241              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
41242              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
41243              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
41244      Branch: perl
41245            ! hints/openbsd.sh
41246 ____________________________________________________________________________
41247 [  7396] By: jhi                                   on 2000/10/22  17:19:46
41248         Log: Subject: installman go-faster stripes
41249              From: Nicholas Clark <nick@talking.bollo.cx>
41250              Date: Sat, 21 Oct 2000 17:24:53 +0100
41251              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
41252              
41253              Subject: Re: installman go-faster stripes
41254              From: Russ Allbery <rra@stanford.edu>
41255              Date: 21 Oct 2000 11:04:13 -0700
41256              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
41257      Branch: perl
41258            ! installman pod/pod2man.PL
41259 ____________________________________________________________________________
41260 [  7395] By: jhi                                   on 2000/10/22  17:17:35
41261         Log: Hints tweak from Anton Berezin.
41262      Branch: perl
41263            ! hints/freebsd.sh
41264 ____________________________________________________________________________
41265 [  7394] By: jhi                                   on 2000/10/22  04:50:04
41266         Log: Tweak the Is* definitions of Unicode character classes
41267              to better match the official categorizations; embrace
41268              the official categorizations; add the combining marks
41269              as alpha (and -numeric); fix DCinital (a typo and edito)
41270              to be DCmedial.
41271      Branch: perl
41272            + lib/unicode/Is/DCmedial.pl
41273            - lib/unicode/Is/DCinital.pl
41274            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
41275            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
41276            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
41277            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
41278 ____________________________________________________________________________
41279 [  7393] By: jhi                                   on 2000/10/21  18:06:05
41280         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
41281              From: Daniel Chetlin <daniel@chetlin.com>
41282              Date: Sat, 21 Oct 2000 02:57:03 -0700
41283              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
41284      Branch: perl
41285            + t/lib/tie-splice.t
41286            ! MANIFEST lib/Tie/Array.pm
41287 ____________________________________________________________________________
41288 [  7392] By: gsar                                  on 2000/10/21  18:05:15
41289         Log: resync utfperl branch with mainline
41290      Branch: utfperl
41291           !> (integrate 1760 files)
41292 ____________________________________________________________________________
41293 [  7391] By: jhi                                   on 2000/10/21  14:37:49
41294         Log: Testcases for a #7383,#7385 related bug.
41295              
41296              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
41297              From: Nicholas Clark <nick@ccl4.org>
41298              Date: Sat, 21 Oct 2000 15:04:51 +0100
41299              Message-ID: <20001021150451.A51566@plum.flirble.org>
41300      Branch: perl
41301            ! t/pragma/utf8.t
41302 ____________________________________________________________________________
41303 [  7390] By: jhi                                   on 2000/10/21  14:35:57
41304         Log: Add a testcase for #7389.
41305      Branch: perl
41306            ! t/pragma/warn/op
41307 ____________________________________________________________________________
41308 [  7389] By: jhi                                   on 2000/10/21  14:26:45
41309         Log: Subject: Re: Creating const subs for constants.
41310              From: John Tobey <jtobey@john-edwin-tobey.org>
41311              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
41312              Message-Id: <m13mo0N-000FObC@feynman.localnet>
41313      Branch: perl
41314            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
41315            ! proto.h sv.c
41316 ____________________________________________________________________________
41317 [  7388] By: nick                                  on 2000/10/21  11:44:23
41318         Log: Populate perlio branch
41319      Branch: perlio
41320           +> (branch 1760 files)
41321 ____________________________________________________________________________
41322 [  7387] By: nick                                  on 2000/10/21  10:52:05
41323         Log: Get branch back as replica of mainline via :
41324              p4 integrate -b utfperl
41325              p4 resolve -at ./...
41326      Branch: utfperl
41327           +> (branch 269 files)
41328            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
41329            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
41330            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
41331            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
41332            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
41333            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
41334            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
41335            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
41336            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
41337            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
41338            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
41339            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
41340            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
41341            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
41342            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
41343            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
41344            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
41345            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
41346            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
41347            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
41348            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
41349            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
41350            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
41351            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
41352            - lib/unicode/UCD300.html lib/unicode/Unicode.300
41353            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
41354            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
41355            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
41356            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
41357           !> (integrate 965 files)
41358 ____________________________________________________________________________
41359 [  7386] By: jhi                                   on 2000/10/21  01:31:12
41360         Log: Update Changes.
41361      Branch: perl
41362            ! Changes patchlevel.h
41363 ____________________________________________________________________________
41364 [  7385] By: jhi                                   on 2000/10/21  01:28:42
41365         Log: The #7383 was right only in the context of the original bug report,
41366              not in more general case.
41367      Branch: perl
41368            ! pp_hot.c
41369 ____________________________________________________________________________
41370 [  7384] By: jhi                                   on 2000/10/21  01:08:23
41371         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
41372      Branch: perl
41373            ! ext/IO/lib/IO/Select.pm
41374 ____________________________________________________________________________
41375 [  7383] By: jhi                                   on 2000/10/21  00:44:18
41376         Log: Fix for ID 20001020.006, concatenating an unset submatch
41377              with utf8 resulted in "Modification of a read-only value".
41378      Branch: perl
41379            ! pp_hot.c t/pragma/utf8.t
41380 ____________________________________________________________________________
41381 [  7382] By: jhi                                   on 2000/10/20  20:44:31
41382         Log: Make scan_num() reëntrant, as suggested in
41383              
41384              Subject: [PATCH perl@7229] Rentrant parser and yylex()
41385              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41386              Date: Fri, 20 Oct 2000 14:17:27 +0100
41387              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
41388      Branch: perl
41389            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
41390            ! toke.c
41391 ____________________________________________________________________________
41392 [  7381] By: jhi                                   on 2000/10/20  20:07:29
41393         Log: Reëntrancy fix.
41394              
41395              Subject: [PATCH perl@7229] Rentrant parser and yylex()
41396              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41397              Date: Fri, 20 Oct 2000 14:17:27 +0100
41398              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
41399      Branch: perl
41400            ! embed.h embed.pl perl.h proto.h toke.c
41401 ____________________________________________________________________________
41402 [  7380] By: jhi                                   on 2000/10/20  19:15:54
41403         Log: Don't write double values through long double pointers,
41404              based on a part of
41405              
41406              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
41407              From: Jens Hamisch <jens@Strawberry.COM>
41408              Date: Tue, 17 Oct 2000 08:39:36 +0200
41409              Message-Id: <20001017083936.A11104@Strawberry.COM>
41410      Branch: perl
41411            ! perl.h pp.c
41412 ____________________________________________________________________________
41413 [  7379] By: jhi                                   on 2000/10/20  18:43:37
41414         Log: Portability tweak on #7377.
41415              
41416              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
41417              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41418              Date:     Fri, 20 Oct 2000 13:13:41 EDT
41419              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
41420      Branch: perl
41421            ! t/lib/dprof.t
41422 ____________________________________________________________________________
41423 [  7378] By: jhi                                   on 2000/10/20  12:57:19
41424         Log: SOCKS function redefinitions need prototypes, too, otherwise
41425              for example 32 bit versus 64 bit differences cause a lot of
41426              problems.  Part of
41427              
41428              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
41429              From: Jens Hamisch <jens@Strawberry.COM>
41430              Date: Tue, 17 Oct 2000 08:39:36 +0200
41431              Message-Id: <20001017083936.A11104@Strawberry.COM>
41432      Branch: perl
41433            ! doio.c pp_sys.c
41434 ____________________________________________________________________________
41435 [  7377] By: jhi                                   on 2000/10/20  12:37:12
41436         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
41437              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41438              Date:     Fri, 20 Oct 2000 08:26:04 EDT
41439              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
41440      Branch: perl
41441            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
41442 ____________________________________________________________________________
41443 [  7376] By: jhi                                   on 2000/10/20  12:35:31
41444         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
41445              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41446              Date:     Fri, 20 Oct 2000 07:48:15 EDT
41447              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
41448      Branch: perl
41449            ! configure.com vms/gen_shrfls.pl
41450 ____________________________________________________________________________
41451 [  7375] By: bailey                                on 2000/10/20  04:44:37
41452         Log: SYN SYN
41453      Branch: vmsperl
41454           +> (branch 134 files)
41455            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
41456            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
41457            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
41458            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
41459            - eg/cgi/frameset.cgi eg/cgi/index.html
41460            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
41461            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
41462            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
41463            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
41464            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
41465            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
41466            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
41467            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
41468            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
41469            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
41470            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
41471            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
41472            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
41473            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
41474            - lib/unicode/Props.txt lib/unicode/UCD300.html
41475            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
41476            - utils/perlbc.PL vms/subconfigure.com
41477           !> (integrate 785 files)
41478 ____________________________________________________________________________
41479 [  7374] By: jhi                                   on 2000/10/20  00:59:48
41480         Log: In the latest compiler builds cccdlflags must not become -fpic,
41481              from Wilfredo Sánchez.
41482      Branch: perl
41483            ! hints/darwin.sh
41484 ____________________________________________________________________________
41485 [  7373] By: jhi                                   on 2000/10/20  00:56:35
41486         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
41487              From: Tony Cook <tony@develop-help.com>
41488              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
41489              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
41490      Branch: perl
41491            ! pod/perlop.pod
41492 ____________________________________________________________________________
41493 [  7372] By: jhi                                   on 2000/10/19  19:34:40
41494         Log: Typo noted by Mark Lutz.
41495      Branch: perl
41496            ! t/op/64bitint.t
41497 ____________________________________________________________________________
41498 [  7371] By: jhi                                   on 2000/10/19  19:33:13
41499         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
41500      Branch: metaconfig
41501            ! U/modified/Cppsym.U U/modified/Oldconfig.U
41502      Branch: metaconfig/U/perl
41503            ! End.U dlsrc.U libperl.U
41504      Branch: perl
41505            + hints/nonstopux.sh
41506            ! Configure MANIFEST config_h.SH
41507 ____________________________________________________________________________
41508 [  7370] By: jhi                                   on 2000/10/19  17:18:08
41509         Log: Subject: PATCH do_print has 2 PerlIO_error()s
41510              From: nick@ccl4.org
41511              Date: Thu, 19 Oct 2000 18:09:20 +0100
41512              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
41513      Branch: perl
41514            ! doio.c
41515 ____________________________________________________________________________
41516 [  7369] By: jhi                                   on 2000/10/19  14:01:49
41517         Log: Update Changes.
41518      Branch: perl
41519            ! Changes patchlevel.h
41520 ____________________________________________________________________________
41521 [  7368] By: jhi                                   on 2000/10/19  13:04:29
41522         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
41523              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41524              Date: Wed, 18 Oct 2000 13:12:01 +0200
41525              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
41526      Branch: perl
41527            ! hints/aix.sh
41528 ____________________________________________________________________________
41529 [  7367] By: jhi                                   on 2000/10/19  02:22:40
41530         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
41531              of a 'pmshort' anywhere in the B, so the offending line was simply
41532              removed.
41533      Branch: perl
41534            ! ext/B/B/Debug.pm
41535 ____________________________________________________________________________
41536 [  7366] By: jhi                                   on 2000/10/19  02:12:37
41537         Log: Add the test case for the bug id 20000730.004 which seems
41538              to have been fixed by now.
41539      Branch: perl
41540            ! t/pragma/utf8.t
41541 ____________________________________________________________________________
41542 [  7365] By: jhi                                   on 2000/10/18  23:36:24
41543         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
41544              From: Hugo <hv@crypt.compulink.co.uk>
41545              Date: Wed, 18 Oct 2000 23:25:58 +0100
41546              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
41547      Branch: perl
41548            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
41549 ____________________________________________________________________________
41550 [  7364] By: jhi                                   on 2000/10/18  21:12:53
41551         Log: (retracted)
41552      Branch: perl
41553            ! pp.c
41554 ____________________________________________________________________________
41555 [  7363] By: jhi                                   on 2000/10/18  20:55:38
41556         Log: Missing change from #7362.
41557      Branch: perl
41558            ! win32/perlhost.h
41559 ____________________________________________________________________________
41560 [  7362] By: jhi                                   on 2000/10/18  20:52:01
41561         Log: Borland C fstat() never saw the fd as writable.
41562              
41563              Subject: fix for Borland's weak "stat" (perl@7211)
41564              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
41565              Date: Mon, 16 Oct 2000 09:55:03 +0400
41566              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
41567      Branch: perl
41568            ! win32/win32.c
41569 ____________________________________________________________________________
41570 [  7361] By: jhi                                   on 2000/10/18  17:43:50
41571         Log: Regen toc.
41572      Branch: perl
41573            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
41574 ____________________________________________________________________________
41575 [  7360] By: jhi                                   on 2000/10/18  17:07:44
41576         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41577              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
41578              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
41579              Date: Mon, 16 Oct 2000 15:19:49 +0200
41580      Branch: perl
41581            + README.aix
41582            ! MANIFEST
41583 ____________________________________________________________________________
41584 [  7359] By: jhi                                   on 2000/10/18  17:04:49
41585         Log: Subject: Pod patch for Devel::Peek
41586              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41587              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
41588              Date: Mon, 16 Oct 2000 12:26:34 +0200
41589      Branch: perl
41590            ! ext/Devel/Peek/Peek.pm
41591 ____________________________________________________________________________
41592 [  7358] By: jhi                                   on 2000/10/18  17:03:15
41593         Log: Make Cwd more bulletproof in chrooted environments.
41594              
41595              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
41596              From: "Eric E. Coe" <Eric.Coe@oracle.com>
41597              Date: Wed, 18 Oct 2000 04:03:54 -0400
41598              Message-Id: <39ED596A.70E599FE@oracle.com>
41599      Branch: perl
41600            ! lib/Cwd.pm
41601 ____________________________________________________________________________
41602 [  7357] By: jhi                                   on 2000/10/18  16:37:26
41603         Log: Disable the UTF8 downgrade croakage for now to avoid
41604              too many not okay messages.
41605      Branch: perl
41606            ! doio.c
41607 ____________________________________________________________________________
41608 [  7356] By: jhi                                   on 2000/10/17  23:29:41
41609         Log: Show the failed remote port, instead of the failing line number.
41610              
41611              Subject: [PATCH 5.6.1 Debugger] More diagnostics
41612              From: David Sparks <daves@ActiveState.com>
41613              Date: Tue, 17 Oct 2000 15:00:24 -0700
41614              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
41615      Branch: perl
41616            ! lib/perl5db.pl
41617 ____________________________________________________________________________
41618 [  7355] By: jhi                                   on 2000/10/17  14:11:31
41619         Log: On output try to downgrade to bytes, croak if impossible,
41620              from Simon Cozens.  This means that outputting >255 UTF8
41621              is impossible.  Consider this as a strong incentive to get
41622              the I/O disciplines implemented.
41623      Branch: perl
41624            ! doio.c pod/perldiag.pod sv.c
41625 ____________________________________________________________________________
41626 [  7354] By: jhi                                   on 2000/10/17  13:42:23
41627         Log: Clarify documentation on 'use bytes'.
41628              
41629              Subject: Re: What does 'use bytes' "mean" ?
41630              From: Simon Cozens <simon@cozens.net>
41631              Date: Mon, 18 Sep 2000 18:24:25 +0100
41632              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
41633      Branch: perl
41634            ! lib/bytes.pm
41635 ____________________________________________________________________________
41636 [  7353] By: jhi                                   on 2000/10/17  13:28:12
41637         Log: Workaround for a sfio bug where the stream error indicator
41638              is not cleared as documented.
41639              
41640              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
41641              From: Nicholas Clark <nick@ccl4.org>
41642              Date: Mon, 16 Oct 2000 18:28:23 +0100
41643              Message-ID: <20001016182823.J19700@plum.flirble.org>
41644      Branch: perl
41645            ! doio.c
41646 ____________________________________________________________________________
41647 [  7352] By: jhi                                   on 2000/10/17  13:06:19
41648         Log: More IoTYPE sprinkling.
41649      Branch: perl
41650            ! doio.c pp_hot.c
41651 ____________________________________________________________________________
41652 [  7351] By: jhi                                   on 2000/10/16  22:47:07
41653         Log: Detect early whether the std streams have gone bad.
41654              
41655              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
41656              Date: Mon, 16 Oct 2000 23:28:42 +0100
41657              From: Nicholas Clark <nick@ccl4.org>
41658              Message-ID: <20001016232842.A37942@plum.flirble.org>
41659      Branch: perl
41660            ! t/op/misc.t
41661 ____________________________________________________________________________
41662 [  7350] By: jhi                                   on 2000/10/16  22:45:16
41663         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
41664              From: "Peter J. Farley III" <pjfarley@banet.net>
41665              Date: Mon, 16 Oct 2000 18:15:59 -0400
41666              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
41667      Branch: perl
41668            ! djgpp/djgpp.c dosish.h t/io/open.t
41669 ____________________________________________________________________________
41670 [  7349] By: jhi                                   on 2000/10/16  22:36:45
41671         Log: perldelta tweak.
41672      Branch: perl
41673            ! pod/perldelta.pod
41674 ____________________________________________________________________________
41675 [  7348] By: jhi                                   on 2000/10/16  15:17:53
41676         Log: Update Changes.
41677      Branch: perl
41678            ! Changes patchlevel.h
41679 ____________________________________________________________________________
41680 [  7347] By: jhi                                   on 2000/10/16  13:55:27
41681         Log: Add the capability to include/exclude branches.
41682      Branch: perl
41683            ! Porting/genlog
41684 ____________________________________________________________________________
41685 [  7346] By: jhi                                   on 2000/10/16  13:18:04
41686         Log: Add Charles Lane.
41687      Branch: perl
41688            ! AUTHORS Changes
41689 ____________________________________________________________________________
41690 [  7345] By: jhi                                   on 2000/10/16  13:13:21
41691         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
41692      Branch: perl
41693            ! pod/perldelta.pod
41694 ____________________________________________________________________________
41695 [  7344] By: gsar                                  on 2000/10/16  09:30:21
41696         Log: integrate change#6220 from cfgperl
41697              
41698              Win32 patches from Benjamin Stuhl.
41699      Branch: maint-5.6/perl
41700           !> makedef.pl win32/win32.h
41701 ____________________________________________________________________________
41702 [  7343] By: gsar                                  on 2000/10/16  08:32:19
41703         Log: integrate changes#6221,6222 from cfgperl
41704              
41705              Remove tr///CU (the feature is to be obsoleted by better interfaces).
41706              From: simon@brecon.co.uk (Simon Cozens)
41707              Subject: [PATCH] Eliminate tr///[CU][CU]
41708              Date: 23 Jun 2000 11:05:40 GMT
41709              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
41710              
41711              doc typo fix
41712              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
41713              From: Ian Phillipps <Ian.Phillipps@iname.com>
41714              Date: Fri, 23 Jun 2000 10:40:58 +0100
41715              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
41716      Branch: maint-5.6/perl
41717           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
41718 ____________________________________________________________________________
41719 [  7342] By: gsar                                  on 2000/10/16  08:28:08
41720         Log: integrate change#6217 from cfgperl (in part)
41721              
41722              Rename the fdpid locking and integrate with Sarathy.
41723      Branch: maint-5.6/perl
41724           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
41725           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
41726           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
41727           !> win32/win32.c
41728 ____________________________________________________________________________
41729 [  7341] By: gsar                                  on 2000/10/16  08:23:39
41730         Log: integrate changes#6214..6216 from mainline
41731              
41732              @_ can't have junk in it even in the non-USE_ITHREADS case because
41733              caller() wants to populate @DB::args with it (causes a coredump
41734              in Carp::confess())
41735              
41736              tweak comment about @DB::args
41737              
41738              be more optimal about clearing @_
41739      Branch: maint-5.6/perl
41740           !> av.h cop.h pp_ctl.c t/op/runlevel.t
41741 ____________________________________________________________________________
41742 [  7340] By: gsar                                  on 2000/10/16  08:20:37
41743         Log: integrate changes#6207..6210 from cfgperl
41744              
41745              Subject: [PATCH 5.6.0] Threadsafe patches
41746              From: Dan Sugalski <dan@sidhe.org>
41747              To: perl5-porters@perl.org
41748              Date: Mon, 08 May 2000 18:08:13 -0400
41749              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
41750              
41751              Regen headers for #6207.
41752              
41753              Lock PL_fdpid against race conditions, based on:
41754              Subject: [PATCH 5.6.0]subprocess fixup for threads
41755              From: Dan Sugalski <dan@sidhe.org>
41756              To: perl5-porters@perl.org
41757              Date: Tue, 11 Apr 2000 17:02:32 -0400
41758              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
41759              
41760              Mopup for #6207 and #6209.
41761      Branch: maint-5.6/perl
41762           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
41763           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
41764           !> win32/win32.c
41765 ____________________________________________________________________________
41766 [  7339] By: gsar                                  on 2000/10/16  08:14:34
41767         Log: integrate change#6203 from cfgperl
41768              
41769              perldiag should refer to perlos2.pod not README.os2
41770      Branch: maint-5.6/perl
41771           !> pod/perldiag.pod
41772 ____________________________________________________________________________
41773 [  7338] By: gsar                                  on 2000/10/16  08:11:42
41774         Log: integrate change#6201 from mainline
41775              
41776              Perl_eval_pv() leaks 4 bytes every time it is called because it
41777              does a PUSHMARK that's never ever POPMARKed; in general, only
41778              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
41779              Perl_eval_[sp]v() don't because they don't take any incoming
41780              arguments (this leak has been around since the original version
41781              of perl_eval_pv() in 5.003_97e)
41782      Branch: maint-5.6/perl
41783           !> perl.c
41784 ____________________________________________________________________________
41785 [  7337] By: gsar                                  on 2000/10/16  08:08:47
41786         Log: integrate changes#6197..6200 from cfgperl
41787              
41788              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
41789              From: John Borwick <jhborwic@unity.ncsu.edu>
41790              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
41791              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
41792              
41793              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
41794              From: Dan Sugalski <dan@sidhe.org>
41795              To: vmsperl@perl.org, perl5-porters@perl.org
41796              Date: Fri, 02 Jun 2000 16:00:41 -0400
41797              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
41798              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
41799              
41800              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
41801              From: Dan Sugalski <dan@sidhe.org>
41802              To: perl5-porters@perl.org, vmsperl@perl.org
41803              Date: Fri, 02 Jun 2000 17:30:51 -0400
41804              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
41805              
41806              Update to cperl-mode.el 4.31 from
41807              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
41808              Subject: A couple of notes
41809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41810              To: Mailing list Perl5 <perl5-porters@perl.org>
41811              Date: Sat, 3 Jun 2000 23:33:32 -0400
41812              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
41813      Branch: maint-5.6/perl
41814           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
41815           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
41816           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
41817           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
41818           !> vms/vmsish.h
41819 ____________________________________________________________________________
41820 [  7336] By: gsar                                  on 2000/10/16  08:03:46
41821         Log: integrate changes#6194,6195 from mainline
41822              
41823              fix small eval"" memory leaks under USE_ITHREADS
41824              
41825              fix yet another eval"" leak under USE_ITHREADS
41826      Branch: maint-5.6/perl
41827           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
41828           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
41829           !> vms/perly_c.vms
41830 ____________________________________________________________________________
41831 [  7335] By: gsar                                  on 2000/10/16  08:02:15
41832         Log: integrate changes#6190,6191 from mainline
41833              
41834              submit missing embed.pl change
41835              
41836              vec() loses numericalness (modified version of patch suggested
41837              by Robin Barker)
41838      Branch: maint-5.6/perl
41839           !> doop.c embed.pl t/op/vec.t
41840 ____________________________________________________________________________
41841 [  7334] By: gsar                                  on 2000/10/16  08:01:03
41842         Log: integrate change#6189 from mainline
41843              
41844              counting tr/// corrupts later operation (from M.J.T Guy)
41845      Branch: maint-5.6/perl
41846           !> doop.c t/op/tr.t
41847 ____________________________________________________________________________
41848 [  7333] By: gsar                                  on 2000/10/16  07:59:07
41849         Log: integrate changes#6183..6188 from mainline
41850              
41851              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
41852              <nick@ccl4.org>)
41853              
41854              tweak for change#6127
41855              
41856              remove incorrect documentation about implicit split to @_ in
41857              list context, which never really worked in perl 5 (from
41858              M.J.T. Guy)
41859              
41860              further qualify references to "alphanumeric" (from Wolfgang Laun
41861              <wolfgang.laun@alcatel.at>)
41862              
41863              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
41864              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
41865              
41866              h2xs tweaks
41867      Branch: maint-5.6/perl
41868           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
41869           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
41870           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
41871           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
41872           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
41873           !> pod/pod2latex.PL utils/h2xs.PL
41874 ____________________________________________________________________________
41875 [  7332] By: gsar                                  on 2000/10/16  07:53:52
41876         Log: integrate change#6179 from mainline
41877              
41878              buggy modulus on UVs introduced by change#3378 (resulted in
41879              4063328477 % 65535 amounting to 27406, instead of 27407)
41880      Branch: maint-5.6/perl
41881           !> pp.c t/op/arith.t
41882 ____________________________________________________________________________
41883 [  7331] By: gsar                                  on 2000/10/16  07:52:49
41884         Log: integrate changes#6176,6177,6178,6182 from cfgperl
41885              
41886              Single-quoted utf8 patch from Simon Cozens.
41887              
41888              Substitution utf8 patch from Simon Cozens.
41889              
41890              Be cleaner.
41891              
41892              Be Cleaner Part Deux.
41893      Branch: maint-5.6/perl
41894           !> Makefile.SH pp_hot.c toke.c
41895 ____________________________________________________________________________
41896 [  7330] By: gsar                                  on 2000/10/16  07:41:36
41897         Log: integrate change#6172 from mainline
41898              
41899              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
41900              (from Ilya Zakharevich)
41901      Branch: maint-5.6/perl
41902           !> regexec.c t/op/re_tests
41903 ____________________________________________________________________________
41904 [  7329] By: gsar                                  on 2000/10/16  07:40:25
41905         Log: integrate change#6171 from mainline
41906              
41907              scalar() doesn't force scalar context when used in void context
41908              (from Simon Cozens)
41909      Branch: maint-5.6/perl
41910           !> op.c t/op/wantarray.t
41911 ____________________________________________________________________________
41912 [  7328] By: gsar                                  on 2000/10/16  07:39:33
41913         Log: integrate change#6170 from mainline
41914              
41915              change#6142 needs tweaks to tests to work where there's no
41916              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
41917      Branch: maint-5.6/perl
41918           !> t/lib/filefind.t
41919 ____________________________________________________________________________
41920 [  7327] By: gsar                                  on 2000/10/16  07:35:34
41921         Log: integrate changes#6166..6168 from cfgperl
41922              
41923              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
41924              in case somebody wants to write an extension for more
41925              shadow database interfaces.
41926              
41927              tweak todo
41928              
41929              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
41930      Branch: maint-5.6/perl
41931           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41932           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
41933           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
41934           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
41935           !> win32/config.vc win32/config_H.bc win32/config_H.gc
41936           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
41937 ____________________________________________________________________________
41938 [  7326] By: gsar                                  on 2000/10/16  07:29:05
41939         Log: integrate changes#6157,6159..6161,6164 from cfgperl
41940              
41941              Regen Configure to jive with #6149.
41942              
41943              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
41944              
41945              Changes for the File::Temp 0.08 (change #6159) test suite
41946              to fit better into the Perl distribution test framework.
41947              
41948              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
41949              both from Simon Cozens.
41950              
41951              detypo
41952      Branch: maint-5.6/perl
41953           +> pod/perlmodlib.PL pod/perlnewmod.pod
41954           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
41955           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
41956           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41957           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
41958 ____________________________________________________________________________
41959 [  7325] By: gsar                                  on 2000/10/16  07:25:13
41960         Log: integrate change#6158 from vmsperl
41961              
41962              Add fallback to tmpfile for use in cases where user's relying on
41963              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
41964              Lane's patch)
41965      Branch: maint-5.6/perl
41966           !> vms/vms.c vms/vmsish.h
41967 ____________________________________________________________________________
41968 [  7324] By: gsar                                  on 2000/10/16  07:20:50
41969         Log: integrate changes#6153..6155 from mainline
41970              
41971              prettier Test::Harness output on failed tests (from Nicholas Clark
41972              <nick@Bagpuss.uk.boo.com>)
41973              
41974              avoid type mismatch warning
41975              
41976              small bug in change#6144; remove random \xA0 character that snuck
41977              in via change#6145
41978      Branch: maint-5.6/perl
41979           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
41980           !> perl.c
41981 ____________________________________________________________________________
41982 [  7323] By: gsar                                  on 2000/10/16  07:18:47
41983         Log: integrate changes#6151,6152 from mainline
41984              
41985              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
41986              
41987              cosmetic fixups of RE debug output (from Ilya Zakharevich)
41988      Branch: maint-5.6/perl
41989           !> regexec.c
41990 ____________________________________________________________________________
41991 [  7322] By: gsar                                  on 2000/10/16  07:17:25
41992         Log: integrate changes#6146..6150 from mainline
41993              
41994              doc typo
41995              
41996              add a make entry to Config.pm so "perl -V:make" works on VMS
41997              (from Peter Prymmer)
41998              
41999              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
42000              
42001              OS/2 tweaks for usethreads build (from Rocco Caputo
42002              <troc@netrus.net>)
42003              
42004              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
42005      Branch: maint-5.6/perl
42006           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
42007           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
42008           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
42009           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
42010           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
42011           !> warnings.pl x2p/a2p.h
42012 ____________________________________________________________________________
42013 [  7321] By: gsar                                  on 2000/10/16  07:14:02
42014         Log: integrate changes#6143..6145 from mainline
42015              
42016              MacOS support, part 1 (from Matthias Neeracher
42017              <neeri@iis.ee.ethz.ch>)
42018              
42019              MacOS support, part 2: make AutoSplit use File::Spec instead
42020              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
42021              <neeri@iis.ee.ethz.ch>)
42022              
42023              make xsubpp skip embedded pod (from Matthias Neeracher
42024              <neeri@iis.ee.ethz.ch>)
42025      Branch: maint-5.6/perl
42026           +> ext/DynaLoader/dl_mac.xs
42027           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
42028           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
42029           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
42030           !> pp_ctl.c proto.h toke.c util.c util.h
42031 ____________________________________________________________________________
42032 [  7320] By: gsar                                  on 2000/10/16  07:12:13
42033         Log: integrate changes#6141,6142 from mainline
42034              
42035              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
42036              forwarded by Peter Seebach from the bsdi-users mailing list.
42037              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
42038              
42039              File::Find fails to chdir when chasing symlinks (from
42040              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
42041      Branch: maint-5.6/perl
42042           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
42043 ____________________________________________________________________________
42044 [  7319] By: gsar                                  on 2000/10/16  07:04:30
42045         Log: integrate change#6139 from mainline
42046              
42047              revise mktables.PL for bugs and newness in Unicode 3.0
42048              (from James Bence <jbence@amgen.com>)
42049      Branch: maint-5.6/perl
42050           +> (branch 30 files)
42051           !> (integrate 49 files)
42052 ____________________________________________________________________________
42053 [  7318] By: gsar                                  on 2000/10/16  07:01:01
42054         Log: integrate changes#6137,6138 from mainline
42055              
42056              fix bogus redeclaration warning for "our" variables in different
42057              scopes
42058              
42059              add note about the handling of negative indices to tied arrays
42060              (from Michael G Schwern <schwern@pobox.com>)
42061      Branch: maint-5.6/perl
42062           !> op.c pod/perltie.pod t/pragma/strict-vars
42063 ____________________________________________________________________________
42064 [  7317] By: gsar                                  on 2000/10/16  06:58:46
42065         Log: integrate changes#6127..6136 from mainline
42066              
42067              call_method(...,G_EVAL) can longjmp() out if the method probing
42068              failed (from Gisle Aas)
42069              
42070              new perlxstut example for passing/returning refs to arrays
42071              (from David Lowe <dlowe@pootpoot.com>)
42072              
42073              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
42074              
42075              fix places that mean C<"word" character> but say C<alphanumeric
42076              character>
42077              
42078              avoid warnings in POSIX.pm (from Barrie Slaymaker)
42079              
42080              warnings::enabled() doesn't fall back to looking at $^W if
42081              caller isn't using lexical warnings (from Paul Marquess)
42082              
42083              elide bogus test in change#6132
42084              
42085              make Test::Harness use wait.h/WCOREDUMP if available
42086              (from Ben Tilly <ben_tilly@hotmail.com>)
42087              
42088              enable Test::Harness to dynamically determine column width etc.
42089              (from Rob Napier <rnapier@employees.org>)
42090              
42091              random pod typos (from Peter Scott <Peter@PSDT.com>)
42092      Branch: maint-5.6/perl
42093           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
42094           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
42095           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
42096           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
42097 ____________________________________________________________________________
42098 [  7316] By: gsar                                  on 2000/10/16  06:53:23
42099         Log: integrate change#6126 from mainline
42100              
42101              change#2879 broke rvalue autovivification of magicals such as
42102              ${$num} (reworked variant of patch suggested by Simon Cozens)
42103      Branch: maint-5.6/perl
42104           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
42105           !> pp_hot.c proto.h t/op/gv.t
42106 ____________________________________________________________________________
42107 [  7315] By: gsar                                  on 2000/10/16  06:51:38
42108         Log: integrate changes#6123,6125 from mainline
42109              
42110              clarify gotcha with #line directives (from Rocco Caputo
42111              <troc@netrus.net>)
42112              
42113              enable propagating exception objects via Perl_croak() in XS code
42114              (from Gisle Aas)
42115      Branch: maint-5.6/perl
42116           !> pod/perldebug.pod pod/perlsyn.pod util.c
42117 ____________________________________________________________________________
42118 [  7314] By: gsar                                  on 2000/10/16  06:49:28
42119         Log: integrate change#6122 from mainline
42120              
42121              downgrade fatal error on C<"foo@nosucharray.com"> to optional
42122              warning (from Mark-Jason Dominus)
42123      Branch: maint-5.6/perl
42124           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
42125           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
42126           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
42127           !> toke.c
42128 ____________________________________________________________________________
42129 [  7313] By: gsar                                  on 2000/10/16  06:46:54
42130         Log: integrate changes#6112..6121 from vmsperl
42131              
42132              Check for existence of file before trying to delete
42133              
42134              Ugly workaround for version-specific RTL error
42135              
42136              Urk -- undo previous removal of vmsish 'exit' change
42137              
42138              Add bounds checking for several strings (Charles Lane)
42139              
42140              Miscellaneous cosmetic fixes (Charles Lane)
42141              
42142              Treat sockets as special in sys(read|write) (Charles Lane et al.)
42143              
42144              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
42145              Flatten case labels in switch statements uniformly (Charles Bailey)
42146              
42147              Quiet error messages in vmsish.t (Charles Lane)
42148              
42149              Add missing escape (Charles Lane)
42150              
42151              Allow eliminate_macros() and fixpath() to handle space-delimited
42152              lists (based on fixes by Craig Berry)
42153      Branch: maint-5.6/perl
42154           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
42155           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
42156           !> vms/vmsish.h
42157 ____________________________________________________________________________
42158 [  7312] By: gsar                                  on 2000/10/16  06:41:18
42159         Log: integrate changes#6107,6110 from cfgperl
42160              
42161              Tweak the todo list.
42162              
42163              todo tweak
42164      Branch: maint-5.6/perl
42165           !> Todo-5.6
42166 ____________________________________________________________________________
42167 [  7311] By: gsar                                  on 2000/10/16  06:38:38
42168         Log: integrate changes#6104,6108 from mainline
42169              
42170              PL_sys_intern was being initialized too late on windows
42171              
42172              reenable fake signal handling on Windows, bugs and all
42173      Branch: maint-5.6/perl
42174           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
42175           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
42176           !> win32/win32.c
42177 ____________________________________________________________________________
42178 [  7310] By: gsar                                  on 2000/10/16  06:36:03
42179         Log: integrate changes#6095,6097..6103 from cfgperl
42180              
42181              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
42182              might be useful in future.
42183              
42184              Add a note about possible compilation problems from Allen Smith.
42185              
42186              Add a note about other, yet unsupported, shadow password APIs.
42187              
42188              Tweaks for the cc bugs from Allen Smith.
42189              
42190              More compilation tweakery from Allen Smith.
42191              
42192              Hints and test tweaks for Unicos.
42193              
42194              The test suite tweak in #6101 wasn't quite right.
42195              
42196              Test tweaking for Unicos continues.
42197      Branch: maint-5.6/perl
42198           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42199           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
42200           !> t/lib/complex.t t/op/64bitint.t
42201 ____________________________________________________________________________
42202 [  7309] By: gsar                                  on 2000/10/16  06:29:41
42203         Log: integrate changes#6093,6094 from mainline
42204              
42205              fork() failure to create pseudo process sets errno=EAGAIN and returns
42206              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
42207              
42208              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
42209      Branch: maint-5.6/perl
42210           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
42211           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
42212 ____________________________________________________________________________
42213 [  7308] By: gsar                                  on 2000/10/16  06:27:29
42214         Log: integrate change#6092 from cfgperl
42215              
42216              Regen perltoc with the fixed buildtoc.
42217      Branch: maint-5.6/perl
42218           !> pod/perltoc.pod
42219 ____________________________________________________________________________
42220 [  7307] By: gsar                                  on 2000/10/16  06:26:40
42221         Log: integrate changes#6089,6090 from mainline
42222              
42223              buildtoc tweak to fix newline lossage
42224              
42225              concat doesn't preserve utf8-ness, and doesn't invalidate
42226              [NI]OK; added tests for both
42227      Branch: maint-5.6/perl
42228           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
42229 ____________________________________________________________________________
42230 [  7306] By: gsar                                  on 2000/10/16  06:24:05
42231         Log: integrate change#6088 from cfgperl
42232              
42233              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
42234              because we do not use those.  The HAS_GETSPNAM remains,
42235              though, because we still do use that.
42236      Branch: maint-5.6/perl
42237           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42238           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
42239           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
42240           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
42241           !> win32/config.vc win32/config_H.bc win32/config_H.gc
42242           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
42243 ____________________________________________________________________________
42244 [  7305] By: gsar                                  on 2000/10/16  06:15:52
42245         Log: integrate changes#6084,6085,6087 from mainline
42246              
42247              substr() does not preserve utf8-ness (from Stefan Eissing
42248              <Eissing@medicaldataservice.de>); added tests
42249              
42250              repeat operator (x) doesn't preserve utf8-ness
42251              
42252              reverse() and quotemeta() weren't preserving utf8-ness; add tests
42253      Branch: maint-5.6/perl
42254           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
42255 ____________________________________________________________________________
42256 [  7304] By: gsar                                  on 2000/10/16  06:13:10
42257         Log: integrate changes#6077..6083 from mainline
42258              
42259              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
42260              and Tom Phoenix)
42261              
42262              workaround for CRT bug in chdir() (from Charles Lane, via
42263              Peter Prymmer)
42264              
42265              remove outdated kludge in Carp (NULLs are permitted in diagnostics
42266              now)
42267              
42268              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
42269              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
42270              
42271              better default perlbug categories for ok reports (from Richard Foley)
42272              
42273              peek.t non-portable to ithreads
42274              
42275              note about undocumented caller() return value (from M.J.T. Guy);
42276              yet another peek.t tweak
42277      Branch: maint-5.6/perl
42278           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
42279           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
42280           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
42281           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
42282           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
42283           !> vms/vmsish.h
42284 ____________________________________________________________________________
42285 [  7303] By: gsar                                  on 2000/10/16  06:03:18
42286         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
42287              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
42288              
42289              &HUGE_VAL is not defined, it exists.
42290              
42291              Do not warn that an infinity does not look like a number.
42292              
42293              Rewrite the pwent/spent logic to be a little bit more clearer.
42294              
42295              Continue on the pwent/spent case.
42296              
42297              Correct Freudian slip.
42298              
42299              Use HUGE_VALL if applicable.
42300              
42301              pwent/spent #ifdef imbalance.
42302              
42303              Infinite problems.
42304              
42305              Call getspnam() only iff needd.
42306              
42307              Test both the scalar and list contexts.
42308              
42309              Use setxxent()/endxxent().
42310              
42311              Complex tweakery.
42312              
42313              Unicos hint tweak.
42314              
42315              Be more forgiving in POSIX about HUGE_VALL.
42316              
42317              Detypo.
42318              
42319              The search of infinity continues, this time simplified.
42320              
42321              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
42322              in natively 64-bit platforms where a long is a quad (no need
42323              for long longs).  Also added bias for IVs.
42324              
42325              Complex tweaks.
42326              
42327              Introduce t/lib/peek.t.
42328              
42329              Make the test more portable.
42330      Branch: maint-5.6/perl
42331           +> t/lib/peek.t
42332            ! pp_sys.c
42333           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
42334           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
42335           !> t/op/pwent.t toke.c util.c
42336 ____________________________________________________________________________
42337 [  7302] By: gsar                                  on 2000/10/16  05:03:37
42338         Log: integrate changes#6066..6071 from mainline
42339              
42340              s/END/CHECK/
42341              
42342              replace direct call to sighandler() with (*PL_sighandlerp)()
42343              
42344              note about values()
42345              
42346              File::Spec compatibility update (from Barrie Slaymaker
42347              <barries@slaysys.com>)
42348              
42349              remove misleading comment (from M.J.T. Guy)
42350              
42351              misformatted perllocal.pod (from Tim Jenness
42352              <t.jenness@jach.hawaii.edu>)
42353      Branch: maint-5.6/perl
42354           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
42355           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
42356           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
42357           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
42358 ____________________________________________________________________________
42359 [  7301] By: gsar                                  on 2000/10/16  05:00:08
42360         Log: integrate changes#6061..6063 from mainline
42361              
42362              change#5921 neglected to make eq honor "use bytes"
42363              
42364              additional tests for utf8.t
42365              
42366              tokeq() could read unallocated field in argument
42367      Branch: maint-5.6/perl
42368           !> sv.c t/pragma/utf8.t toke.c
42369 ____________________________________________________________________________
42370 [  7300] By: gsar                                  on 2000/10/16  04:56:54
42371         Log: integrate changes#6046,6048,6057,6058 from mainline
42372              
42373              libscheck has insufficient checks for n32 libs (from
42374              Albert Chin-A-Young <china@thewrittenword.com>)
42375              
42376              add note about how $( doesn't interpolate in REs (from
42377              Philip Newton <newton@ficus.frogspace.net>)
42378              
42379              fix broken parsing of /\x{ab}/
42380              
42381              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
42382              (spotted by Donald Kinzer <dkinzer@premia.com>)
42383      Branch: maint-5.6/perl
42384           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
42385           !> t/pragma/utf8.t
42386 ____________________________________________________________________________
42387 [  7299] By: gsar                                  on 2000/10/16  04:52:50
42388         Log: integrate change#6044 from mainline
42389              
42390              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
42391              such that underscores are only ignored in literal numbers,
42392              "\x{...}", and hex/oct argument
42393      Branch: maint-5.6/perl
42394           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
42395 ____________________________________________________________________________
42396 [  7298] By: gsar                                  on 2000/10/16  04:50:53
42397         Log: integrate changes#6027..6043 from mainline
42398              
42399              podlators-1.02 update (from Russ Allbery)
42400              
42401              Pod::Man generates groff-incompatible macro definition (from
42402              Tom Christiansen)
42403              
42404              add CGI.pm v2.66 (from Lincoln Stein)
42405              
42406              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
42407              for @- and @+ (from Johan Vromans)
42408              
42409              small nits in diagnostics.pm (from Robin Barker)
42410              
42411              whitespace adjustments
42412              
42413              missing files in MANIFEST
42414              
42415              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
42416              to compensate
42417              
42418              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
42419              
42420              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
42421      Branch: maint-5.6/perl
42422           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
42423           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
42424           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
42425           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
42426           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
42427           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
42428           !> t/lib/cgi-html.t t/lib/cgi-request.t
42429 ____________________________________________________________________________
42430 [  7297] By: gsar                                  on 2000/10/16  04:44:30
42431         Log: integrate change#6025 from mainline
42432              
42433              Is{Alnum,Alpha,Word} don't match titlecase
42434              TODO: IsSpace is defined recursively!
42435              (both spotted by Larry)
42436      Branch: maint-5.6/perl
42437           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
42438           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
42439 ____________________________________________________________________________
42440 [  7296] By: gsar                                  on 2000/10/16  04:39:30
42441         Log: integrate change#6023 from mainline
42442              
42443              debugger stomps on $. (from M.J.T. Guy)
42444      Branch: maint-5.6/perl
42445           !> lib/perl5db.pl
42446 ____________________________________________________________________________
42447 [  7295] By: gsar                                  on 2000/10/16  04:38:02
42448         Log: integrate change#6022 from mainline
42449              
42450              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
42451      Branch: maint-5.6/perl
42452           !> sv.c
42453 ____________________________________________________________________________
42454 [  7294] By: gsar                                  on 2000/10/16  04:37:05
42455         Log: integrate changes#6018..6021 from mainline
42456              
42457              make lib/syslog.t portable to systems that don't have _PATH_LOG,
42458              make _PATH_LOG() return "" if unavailable
42459              
42460              windows portability tweaks
42461              
42462              test tweak
42463              
42464              remove Win2K issue in pod (fixed by change#6020)
42465      Branch: maint-5.6/perl
42466           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
42467           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
42468           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
42469 ____________________________________________________________________________
42470 [  7293] By: gsar                                  on 2000/10/16  04:20:00
42471         Log: integrate changes#6013..6015 from mainline
42472              
42473              tweak change#5945 to display correct switch name in diagnostic
42474              
42475              glob() loading File::Glob behind the scenes may cause syntax errors
42476              
42477              tweak test for portability
42478      Branch: maint-5.6/perl
42479           !> op.c perl.c pod/perldiag.pod t/lib/b.t
42480 ____________________________________________________________________________
42481 [  7292] By: gsar                                  on 2000/10/16  04:18:11
42482         Log: integrate changes#6005..6010 from mainline, cfgperl
42483              
42484              perldoc might fail via "use blib" (from Hugo van der Sanden)
42485              
42486              Regen Configure.
42487              
42488              note about compile failures and END blocks (from M.J.T. Guy)
42489              
42490              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
42491              
42492              (change#6009 integrated earlier in change#7255)
42493              
42494              clarify note about shadow password support (from
42495              gellyfish@gellyfish.com)
42496      Branch: maint-5.6/perl
42497           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42498           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
42499           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
42500 ____________________________________________________________________________
42501 [  7291] By: gsar                                  on 2000/10/16  04:12:03
42502         Log: integrate changes#6002,6003 from mainline
42503              
42504              destructive sv_setsv() can lose UV-ness from source, causing
42505              numeric promotions/comparisons to fail to do the right thing
42506              
42507              allow REG_EXPAND_SZ keys in Windows registry (from
42508              John Clayton <John.Clayton@barclayscapital.com>)
42509      Branch: maint-5.6/perl
42510           !> sv.c win32/win32.c
42511 ____________________________________________________________________________
42512 [  7290] By: gsar                                  on 2000/10/16  04:10:19
42513         Log: integrate change#6001 from mainline
42514              
42515              support additional library locations via $Config{otherlibdirs}
42516              (from Andy Dougherty)
42517      Branch: maint-5.6/perl
42518           !> Configure INSTALL Porting/Glossary Porting/config.sh
42519           !> Porting/config_H config_h.SH epoc/config.sh perl.c
42520           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
42521           !> win32/config.bc win32/config.gc win32/config.vc
42522 ____________________________________________________________________________
42523 [  7289] By: gsar                                  on 2000/10/16  04:08:28
42524         Log: integrate change#5999 from mainline
42525              
42526              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
42527      Branch: maint-5.6/perl
42528           !> t/pragma/warn/toke toke.c
42529 ____________________________________________________________________________
42530 [  7288] By: gsar                                  on 2000/10/16  04:07:01
42531         Log: integrate changes#5997,5998 from cfgperl
42532              
42533              Preserve $!.
42534              
42535              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
42536      Branch: maint-5.6/perl
42537           !> lib/Math/Complex.pm
42538 ____________________________________________________________________________
42539 [  7287] By: gsar                                  on 2000/10/16  04:04:37
42540         Log: integrate change#5995 from mainline
42541              
42542              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
42543      Branch: maint-5.6/perl
42544           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
42545 ____________________________________________________________________________
42546 [  7286] By: gsar                                  on 2000/10/16  04:03:21
42547         Log: integrate change#5994 from mainline
42548              
42549              fix for missed accounting for null byte in pack("Z",...) (from
42550              M.J.T. Guy)
42551      Branch: maint-5.6/perl
42552           !> pp.c t/op/pack.t
42553 ____________________________________________________________________________
42554 [  7285] By: gsar                                  on 2000/10/16  04:02:11
42555         Log: integrate changes#5989..5993 from mainline
42556              
42557              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
42558              itself and no other (from Tom Hughes)
42559              
42560              use $ENV{LIB} to search for libs under Visual C compiler
42561              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
42562              
42563              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
42564              
42565              pod nit (from Simon Cozens)
42566              
42567              various minor tweaks seen on p5p
42568      Branch: maint-5.6/perl
42569           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
42570           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
42571           !> t/op/array.t toke.c
42572 ____________________________________________________________________________
42573 [  7284] By: gsar                                  on 2000/10/16  03:59:00
42574         Log: integrate changes#5978..5988 from mainline
42575              
42576              sync version numbers in File::Spec with the ones on CPAN
42577              (from Barrie Slaymaker)
42578              
42579              under useithreads, constant pad entries could inadvertantly be
42580              shared across threads (from Eric Blood <eblood@xmission.com>);
42581              added Eric's test case to testsuite
42582              
42583              allow Configure -S to run non-interactively (spotted by Greg Hudson
42584              <ghudson@mit.edu>)
42585              
42586              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
42587              prototype mismatch with CORE::glob(); update pod and tests to
42588              suit (File::Glob::glob() is still available for backward
42589              compatibility, but should be considered deprecated)
42590              
42591              avoid error in IO::Socket::INET when given an unknown service name
42592              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
42593              
42594              numeric conversion of non-number in change#3378 tramples on
42595              OOK offset, causing segfaults
42596              
42597              attributes::reftype() doesn't work on tied argument
42598              
42599              forked child may not exit correctly if it failed to open
42600              /dev/console (from Graham Barr)
42601              
42602              add regular expressions tutorial and quick-start guide (from
42603              Mark Kvale <kvale@phy.ucsf.edu>)
42604              
42605              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
42606              
42607              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
42608              <paul@miraclefish.com>)
42609      Branch: maint-5.6/perl
42610           +> pod/perlrequick.pod pod/perlretut.pod
42611           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
42612           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
42613           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
42614           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
42615           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
42616           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
42617           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
42618           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
42619 ____________________________________________________________________________
42620 [  7283] By: gsar                                  on 2000/10/16  03:52:14
42621         Log: integrate change#5977 from mainline
42622              
42623              autoquote barewords followed by newline and arrow properly
42624              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
42625      Branch: maint-5.6/perl
42626           !> t/pragma/warn/toke toke.c
42627 ____________________________________________________________________________
42628 [  7282] By: gsar                                  on 2000/10/16  03:50:48
42629         Log: integrate change#5976 from mainline
42630              
42631              DB_File v1.73 update (from Paul Marquess)
42632      Branch: maint-5.6/perl
42633           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
42634           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
42635 ____________________________________________________________________________
42636 [  7281] By: gsar                                  on 2000/10/16  03:49:14
42637         Log: integrate change#5975 from mainline
42638              
42639              allow sort() reentrancy (variant of patch suggested by
42640              Hugo van der Sanden)
42641      Branch: maint-5.6/perl
42642           !> pp_ctl.c t/op/sort.t
42643 ____________________________________________________________________________
42644 [  7280] By: gsar                                  on 2000/10/16  03:48:22
42645         Log: integrate change#5974 from mainline
42646              
42647              change#4197 somehow missed initializing PL_errors, meaning
42648              syntax error queueing wasn't working outside eval"" at all;
42649              also fixed eval"" to localize PL_error_count, so that compile-time
42650              eval's don't clobber the error state of the outer context
42651      Branch: maint-5.6/perl
42652           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
42653           !> t/pragma/warn/toke
42654 ____________________________________________________________________________
42655 [  7279] By: gsar                                  on 2000/10/16  03:46:21
42656         Log: integrate change#5973 from mainline
42657              
42658              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
42659      Branch: maint-5.6/perl
42660           !> regcomp.c regexec.c t/op/re_tests
42661 ____________________________________________________________________________
42662 [  7278] By: gsar                                  on 2000/10/16  03:44:54
42663         Log: integrate change#5971 from cfgperl
42664              
42665              Unicos tweaks from Mark P. Lutz.
42666      Branch: maint-5.6/perl
42667           !> hints/unicos.sh lib/Math/Complex.pm
42668 ____________________________________________________________________________
42669 [  7277] By: gsar                                  on 2000/10/16  03:42:59
42670         Log: integrate changes#5966..5970 from mainline
42671              
42672              add testsuite for B backends, fix bug in B::Deparse (from
42673              Simon Cozens <simon@brecon.co.uk>)
42674              
42675              improved docs on the warn_uninit diagnostic (from David Glasser
42676              and Simon Cozens)
42677              
42678              tolerate spaces in group names in test on solaris (from David Boyce
42679              <dsb@boyski.com>)
42680              
42681              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
42682              
42683              Data::Dumper fumbles negative numbers on 32-bit platforms where
42684              IV is >32bits
42685      Branch: maint-5.6/perl
42686           +> t/lib/b.t t/lib/syslog.t
42687           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
42688           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
42689           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
42690 ____________________________________________________________________________
42691 [  7276] By: gsar                                  on 2000/10/16  03:39:30
42692         Log: integrate change#5965 from mainline
42693              
42694              avoid "will not stay shared" warnings for our variables (from
42695              Robin Barker)
42696      Branch: maint-5.6/perl
42697           !> op.c t/pragma/warn/op
42698 ____________________________________________________________________________
42699 [  7275] By: gsar                                  on 2000/10/16  03:38:18
42700         Log: integrate change#5964 from mainline
42701              
42702              reformat to 72 columns (again)
42703      Branch: maint-5.6/perl
42704           !> pod/perldiag.pod
42705 ____________________________________________________________________________
42706 [  7274] By: gsar                                  on 2000/10/16  03:36:58
42707         Log: integrate change#5963 from mainline
42708              
42709              patch from Larry to make (\&) prototype work; added tests for
42710              the same
42711      Branch: maint-5.6/perl
42712           !> op.c t/comp/proto.t
42713 ____________________________________________________________________________
42714 [  7273] By: gsar                                  on 2000/10/16  03:35:51
42715         Log: integrate changes#5956..5962 from mainline
42716              
42717              better diagnostics on failed tests (from Ilya Zakharevich)
42718              
42719              pod nits (from A. C. Yardley <yardley@tanet.net>)
42720              
42721              change#3569 deleted some essential code, revert; avoid use of
42722              atexit() to make DynaLoader work properly on AIX under mod_perl
42723              (from Jens-Uwe Mager <jum@helios.de>)
42724              
42725              doubled words in pods (from Simon Cozens
42726              <simon.p.cozens@jp.pwcglobal.com>)
42727              
42728              better INSTALL notes on Solaris issues (from Dominic Dunlop)
42729              
42730              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
42731              
42732              updated README.hpux (from Jeff Okamoto)
42733      Branch: maint-5.6/perl
42734           !> INSTALL README.hpux emacs/cperl-mode.el
42735           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
42736           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
42737           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
42738           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
42739           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
42740           !> t/op/lex_assign.t
42741 ____________________________________________________________________________
42742 [  7272] By: gsar                                  on 2000/10/16  03:31:22
42743         Log: integrate change#5955 from mainline
42744              
42745              longstanding bug exposed by change#3307: sort arguments weren't
42746              compiled with the right wantarray context (ensuing runtime lookup
42747              via block_gimme() was getting the incidental context of the
42748              sort() itself)
42749      Branch: maint-5.6/perl
42750           !> op.c t/op/sort.t
42751 ____________________________________________________________________________
42752 [  7271] By: gsar                                  on 2000/10/16  03:29:11
42753         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
42754              branch
42755              
42756              Flatten the cpp jungle doing the nosuid checking.
42757              
42758              Do not assume sign propagation. (from M.J.T. Guy)
42759              
42760              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
42761              
42762              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
42763              Now pp_ncmp() returns undef is either operand is a NaN.
42764              
42765              On second thoughts frexp() does have two arguments.
42766              
42767              Document that tr() is not tr(1).
42768              
42769              Be more robust on "extreme" (large absolute value)
42770              arguments.  Originally reported by Daniel Connelly
42771              as a problem with asinh() on large negative arguments,
42772              asinh() used to bail out because an argument to log()
42773              ended up being zero.  Ilya Zakharevich proposed using
42774              Taylor's series in such cases, which for such large
42775              arguments is a very good approximation.
42776              
42777              Undo "use integer" addition from 64bitint as it seems
42778              to break most of the subtests in Digital UNIX;
42779              Unicos needs to find another way.
42780      Branch: maint-5.6/perl
42781           !> (integrate 29 files)
42782 ____________________________________________________________________________
42783 [  7270] By: gsar                                  on 2000/10/16  03:09:44
42784         Log: integrate changes#5948,5949,5950 from mainline
42785              
42786              typo in vars.pm that leads to cryptic message (from Piotr
42787              Piatkowski <kompas@kompas.usr.onet.pl>)
42788              
42789              make perldoc use the pod2man from the same version (from
42790              M.J.T. Guy)
42791              
42792              reformat perldiag to avoid long lines
42793      Branch: maint-5.6/perl
42794           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
42795 ____________________________________________________________________________
42796 [  7269] By: gsar                                  on 2000/10/16  03:05:54
42797         Log: integrate change#5947 from mainline
42798              
42799              use &dl_error rather than &dl_load_file as the guard for calling
42800              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
42801              statically built perl)
42802      Branch: maint-5.6/perl
42803           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
42804 ____________________________________________________________________________
42805 [  7268] By: gsar                                  on 2000/10/16  03:04:48
42806         Log: integrate change#5945 from mainline
42807              
42808              make module name mandatory after -M switch; reorder perldiag
42809              alphabetically (from Mark-Jason Dominus)
42810      Branch: maint-5.6/perl
42811           !> perl.c pod/perldiag.pod
42812 ____________________________________________________________________________
42813 [  7267] By: gsar                                  on 2000/10/16  03:03:01
42814         Log: integrate change#5939 from mainline
42815              
42816              more pod nits (from Larry Virden)
42817      Branch: maint-5.6/perl
42818           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
42819           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
42820           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
42821 ____________________________________________________________________________
42822 [  7266] By: gsar                                  on 2000/10/16  03:01:39
42823         Log: integrate change#5938 from mainline
42824              
42825              Consolidated B::Deparse fixes (from Stephen McCamant)
42826      Branch: maint-5.6/perl
42827           !> ext/B/B/Deparse.pm
42828 ____________________________________________________________________________
42829 [  7265] By: gsar                                  on 2000/10/16  03:00:43
42830         Log: integrate change#5936 from mainline
42831              
42832              additional tests for change#7263 (from Paul Marquess)
42833      Branch: maint-5.6/perl
42834           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
42835           !> t/pragma/warn/5nolint t/pragma/warn/6default
42836 ____________________________________________________________________________
42837 [  7264] By: gsar                                  on 2000/10/16  02:58:34
42838         Log: integrate change#5934 from mainline
42839              
42840              propagate lexical warnings from surrounding scope correctly
42841              within string eval() (from Paul Marquess)
42842      Branch: maint-5.6/perl
42843           !> pp_ctl.c t/pragma/warn/pp_ctl
42844 ____________________________________________________________________________
42845 [  7263] By: gsar                                  on 2000/10/16  02:56:53
42846         Log: integrate change#5932 from mainline
42847              
42848              add rsignal(), whichsig() and do_join() to public API list
42849              (mod_perl uses them to good advantage)
42850      Branch: maint-5.6/perl
42851           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
42852 ____________________________________________________________________________
42853 [  7262] By: gsar                                  on 2000/10/16  02:55:53
42854         Log: integrate change#5931 from mainline
42855              
42856              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
42857      Branch: maint-5.6/perl
42858           !> pp_hot.c regexec.c t/op/pat.t
42859 ____________________________________________________________________________
42860 [  7261] By: gsar                                  on 2000/10/16  02:55:01
42861         Log: integrate change#5930 from mainline
42862              
42863              small os390 tweaks (from Peter Prymmer)
42864      Branch: maint-5.6/perl
42865           !> config_h.SH makedepend.SH
42866 ____________________________________________________________________________
42867 [  7260] By: gsar                                  on 2000/10/16  02:54:10
42868         Log: integrate change#5929 from mainline
42869              
42870              pod nits
42871      Branch: maint-5.6/perl
42872           !> pod/perlguts.pod
42873 ____________________________________________________________________________
42874 [  7259] By: gsar                                  on 2000/10/16  02:52:55
42875         Log: integrate change#5927 from mainline
42876              
42877              arrange for next() to resume at the unstack op rather than the
42878              loop conditional, so that scope cleanup happens correctly
42879              (from Stephen McCamant)
42880      Branch: maint-5.6/perl
42881           !> op.c pp_ctl.c t/op/misc.t
42882 ____________________________________________________________________________
42883 [  7258] By: gsar                                  on 2000/10/16  02:51:38
42884         Log: integrate change#5926 from mainline
42885              
42886              on windows, reserve 16M of stack rather than 128M (allows more
42887              threads to run concurrently)
42888      Branch: maint-5.6/perl
42889           !> win32/Makefile win32/makefile.mk
42890 ____________________________________________________________________________
42891 [  7257] By: gsar                                  on 2000/10/16  02:50:37
42892         Log: integrate change#5925 from mainline
42893              
42894              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
42895      Branch: maint-5.6/perl
42896           !> toke.c
42897 ____________________________________________________________________________
42898 [  7256] By: gsar                                  on 2000/10/16  02:49:36
42899         Log: integrate change#5924 from mainline
42900              
42901              avoid using uninitialized memory in require version check
42902      Branch: maint-5.6/perl
42903           !> pp_ctl.c universal.c
42904 ____________________________________________________________________________
42905 [  7255] By: gsar                                  on 2000/10/16  02:48:03
42906         Log: integrate changes#5923,5928,6009 from mainline
42907              
42908              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
42909      Branch: maint-5.6/perl
42910           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
42911 ____________________________________________________________________________
42912 [  7254] By: gsar                                  on 2000/10/16  02:44:46
42913         Log: integrate change#5922 from mainline
42914              
42915              commentary about IoTYPE() (from Nathan Torkington)
42916      Branch: maint-5.6/perl
42917           !> sv.h
42918 ____________________________________________________________________________
42919 [  7253] By: gsar                                  on 2000/10/16  02:43:49
42920         Log: integrate change#5921 from mainline
42921              
42922              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
42923      Branch: maint-5.6/perl
42924           !> sv.c t/lib/charnames.t t/pragma/utf8.t
42925 ____________________________________________________________________________
42926 [  7252] By: gsar                                  on 2000/10/16  02:42:31
42927         Log: integrate change#5920 from mainline
42928              
42929              Larry's fix for buggy propagation of utf8-ness in join(); add test
42930      Branch: maint-5.6/perl
42931           !> doop.c t/op/ver.t
42932 ____________________________________________________________________________
42933 [  7251] By: gsar                                  on 2000/10/16  02:41:14
42934         Log: integrate changes#5915..5919 from mainline
42935              
42936              various (pod tweaks &c)
42937      Branch: maint-5.6/perl
42938           !> (integrate 33 files)
42939 ____________________________________________________________________________
42940 [  7250] By: gsar                                  on 2000/10/16  02:38:16
42941         Log: integrate change#5914 from mainline
42942              
42943              caller() wasn't returning the right number of elements for
42944              eval {...}
42945      Branch: maint-5.6/perl
42946           !> pp_ctl.c t/pragma/warn/9enabled
42947 ____________________________________________________________________________
42948 [  7249] By: gsar                                  on 2000/10/16  02:37:02
42949         Log: integrate change#5913 from mainline
42950              
42951              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
42952              (from Mark-Jason Dominus)
42953      Branch: maint-5.6/perl
42954           !> pod/perlfunc.pod
42955 ____________________________________________________________________________
42956 [  7248] By: gsar                                  on 2000/10/16  02:35:58
42957         Log: integrate change#5912 from mainline
42958              
42959              fix totally broken caching in UNIVERSAL::isa() (from
42960              Nick Ing-Simmons)
42961      Branch: maint-5.6/perl
42962           !> t/op/universal.t universal.c
42963 ____________________________________________________________________________
42964 [  7247] By: gsar                                  on 2000/10/16  02:34:27
42965         Log: integrate changes#5910,5911 from mainline
42966              
42967              typo in pod
42968              
42969              add linebreak properties from unicode/LineBrk.txt (from
42970              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
42971      Branch: maint-5.6/perl
42972           +> (branch 29 files)
42973           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
42974 ____________________________________________________________________________
42975 [  7246] By: gsar                                  on 2000/10/16  02:33:29
42976         Log: integrate change#5909 from mainline
42977              
42978              mode argument to do_binmode() should be file mode, not boolean
42979      Branch: maint-5.6/perl
42980           !> pp_sys.c
42981 ____________________________________________________________________________
42982 [  7245] By: gsar                                  on 2000/10/16  02:31:04
42983         Log: integrate change#5908 from mainline
42984              
42985              introduce illegal symbols into null package so that
42986              gv_fetchpv(...,TRUE) always returns a valid GV even when the
42987              symbol is trapped by strictures (avoids coredumps)
42988      Branch: maint-5.6/perl
42989           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
42990           !> t/pragma/strict-vars
42991 ____________________________________________________________________________
42992 [  7244] By: jhi                                   on 2000/10/16  02:29:54
42993         Log: Subject: $Carp::ExportLevel confusion in Exporter
42994              From: "Ben Tilly" <ben_tilly@hotmail.com>
42995              Date: Sat, 14 Oct 2000 16:44:34 EDT
42996              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
42997      Branch: perl
42998            ! lib/Exporter/Heavy.pm
42999 ____________________________________________________________________________
43000 [  7243] By: jhi                                   on 2000/10/16  02:28:33
43001         Log: Subject: [PATCH perlguts.pod] Document offset hack
43002              From: Simon Cozens <simon@cozens.net>
43003              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
43004              Date: Sat, 14 Oct 2000 19:32:25 +0100
43005      Branch: perl
43006            ! pod/perlguts.pod
43007 ____________________________________________________________________________
43008 [  7242] By: gsar                                  on 2000/10/16  02:26:51
43009         Log: integrate changes#5905,5906,5907,6064 from mainline
43010              
43011              printf/sprintf didn't get quad types right under use64bitint
43012      Branch: maint-5.6/perl
43013           !> pp_sys.c sv.c t/op/64bitint.t
43014 ____________________________________________________________________________
43015 [  7241] By: jhi                                   on 2000/10/16  02:22:44
43016         Log: Subject: small pod patch
43017              From: Dan Boorstein <dan_boo@bellsouth.net>
43018              Date: Sat, 14 Oct 2000 14:29:24 -0400
43019              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
43020      Branch: perl
43021            ! pod/perlfaq7.pod pod/perlmod.pod
43022 ____________________________________________________________________________
43023 [  7240] By: jhi                                   on 2000/10/16  02:13:46
43024         Log: -w cleanup.
43025              
43026              Subject: Re: Problems with bleadperl 
43027              From: "Stephen P. Potter" <spp@ds.net>
43028              Date: Fri, 13 Oct 2000 13:32:49 -0400
43029              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
43030      Branch: perl
43031            ! t/pragma/overload.t
43032 ____________________________________________________________________________
43033 [  7239] By: jhi                                   on 2000/10/16  01:41:18
43034         Log: One more ~utf8 tweak.
43035      Branch: perl
43036            ! t/op/bop.t
43037 ____________________________________________________________________________
43038 [  7238] By: jhi                                   on 2000/10/16  01:34:14
43039         Log: Tweak the test of #7235.
43040      Branch: perl
43041            ! t/op/bop.t
43042 ____________________________________________________________________________
43043 [  7237] By: jhi                                   on 2000/10/16  01:25:04
43044         Log: Fix a couple of compiler-noted nits in #7235.
43045      Branch: perl
43046            ! pp.c
43047 ____________________________________________________________________________
43048 [  7236] By: jhi                                   on 2000/10/16  01:22:46
43049         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
43050      Branch: perl
43051            ! pp.c pp_hot.c
43052 ____________________________________________________________________________
43053 [  7235] By: jhi                                   on 2000/10/15  16:24:44
43054         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
43055              
43056              From: Simon Cozens <simon@cozens.net>
43057              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
43058              Date: Sat, 14 Oct 2000 20:52:13 +0100
43059              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
43060      Branch: perl
43061            ! pp.c t/op/bop.t utf8.h
43062 ____________________________________________________________________________
43063 [  7234] By: jhi                                   on 2000/10/15  15:19:29
43064         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
43065              The problem was that rx->minlen was in chars while pp_split()
43066              thought it would be in bytes. 
43067      Branch: perl
43068            ! pp.c t/pragma/utf8.t
43069 ____________________________________________________________________________
43070 [  7233] By: jhi                                   on 2000/10/14  20:24:24
43071         Log: Document FNCASE=y as discussed in the bug 20000902.009.
43072      Branch: perl
43073            ! README.dos
43074 ____________________________________________________________________________
43075 [  7232] By: jhi                                   on 2000/10/14  18:52:21
43076         Log: Add test for bug id 20000427.003 (which seems to have
43077              been fixed) (also duplicate as 20000427.004, though
43078              with a higher severity).  Move one utf8 from op/append
43079              to pragma/utf8, tag the tests with bug ids.
43080      Branch: perl
43081            ! t/op/append.t t/pragma/utf8.t
43082 ____________________________________________________________________________
43083 [  7231] By: jhi                                   on 2000/10/14  17:28:37
43084         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
43085      Branch: perl
43086            ! t/pragma/utf8.t
43087 ____________________________________________________________________________
43088 [  7230] By: jhi                                   on 2000/10/14  14:24:50
43089         Log: Needs to be conditional on SunOS 4.
43090              
43091              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
43092              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
43093              Date: Sat, 14 Oct 2000 13:37:49 +0100
43094              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
43095      Branch: metaconfig/U/perl
43096            ! End.U
43097      Branch: perl
43098            ! Configure myconfig.SH pod/perldelta.pod
43099 ____________________________________________________________________________
43100 [  7229] By: jhi                                   on 2000/10/14  00:49:22
43101         Log: Update Changes.
43102      Branch: perl
43103            ! Changes patchlevel.h
43104 ____________________________________________________________________________
43105 [  7228] By: jhi                                   on 2000/10/14  00:46:10
43106         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
43107              From: Peter Prymmer <pvhp@forte.com>
43108              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
43109              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
43110      Branch: perl
43111            ! lib/utf8.pm
43112 ____________________________________________________________________________
43113 [  7227] By: jhi                                   on 2000/10/13  23:20:30
43114         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
43115      Branch: perl
43116            ! t/op/tie.t
43117 ____________________________________________________________________________
43118 [  7226] By: jhi                                   on 2000/10/13  22:14:32
43119         Log: Tweak #7225.
43120              
43121              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
43122              From: Peter Prymmer <pvhp@forte.com>
43123              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
43124              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
43125      Branch: perl
43126            ! t/op/sprintf.t
43127 ____________________________________________________________________________
43128 [  7225] By: jhi                                   on 2000/10/13  22:11:31
43129         Log: op/sprintf.t patch for OS/390 (and any other host with limited
43130              floating-point exponent length)
43131              
43132              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
43133              From: Dominic Dunlop <domo@computer.org>
43134              Date: Fri, 13 Oct 2000 19:17:57 +0200
43135              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
43136      Branch: perl
43137            ! t/op/sprintf.t
43138 ____________________________________________________________________________
43139 [  7224] By: jhi                                   on 2000/10/13  18:40:48
43140         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
43141      Branch: perl
43142            ! toke.c
43143 ____________________________________________________________________________
43144 [  7223] By: jhi                                   on 2000/10/13  18:37:13
43145         Log: Thinko in #7222.
43146      Branch: perl
43147            ! utf8.c
43148 ____________________________________________________________________________
43149 [  7222] By: jhi                                   on 2000/10/13  18:05:23
43150         Log: Use UTF8SKIP(), from Simon Cozens.
43151      Branch: perl
43152            ! utf8.c
43153 ____________________________________________________________________________
43154 [  7221] By: jhi                                   on 2000/10/13  15:43:19
43155         Log: (accidentally empty check-in)
43156      Branch: perl
43157            ! utf8.c
43158 ____________________________________________________________________________
43159 [  7220] By: jhi                                   on 2000/10/13  15:23:51
43160         Log: Add (optimistically) Storable to static extensions.
43161      Branch: perl
43162            ! hints/uwin.sh hints/vmesa.sh
43163 ____________________________________________________________________________
43164 [  7219] By: jhi                                   on 2000/10/13  15:20:05
43165         Log: Amdahl UTS doesn't seem to do dynaloading.
43166      Branch: perl
43167            ! hints/uts.sh
43168 ____________________________________________________________________________
43169 [  7218] By: jhi                                   on 2000/10/13  15:15:20
43170         Log: Slight tweak of the code to appease Amdahl UTS cc.
43171      Branch: perl
43172            ! pp.c
43173 ____________________________________________________________________________
43174 [  7217] By: jhi                                   on 2000/10/13  14:50:42
43175         Log: In Amdahl UTS "struct sv" is defined by a system header,
43176              <ksync.h>.
43177      Branch: perl
43178            ! perl.h sv.h
43179 ____________________________________________________________________________
43180 [  7216] By: jhi                                   on 2000/10/13  11:58:25
43181         Log: Ilya implemented the memory profiling API.
43182      Branch: perl
43183            ! Todo
43184 ____________________________________________________________________________
43185 [  7215] By: jhi                                   on 2000/10/13  02:56:38
43186         Log: Subject: [PATCH 5.7.0] Perl API for mstats
43187              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43188              Date: Thu, 12 Oct 2000 22:52:40 -0400
43189              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
43190      Branch: perl
43191            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
43192 ____________________________________________________________________________
43193 [  7214] By: jhi                                   on 2000/10/13  02:55:38
43194         Log: Subject: [PATCH 5.7.0] IVs in mtats
43195              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43196              Date: Thu, 12 Oct 2000 22:51:04 -0400
43197              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
43198      Branch: perl
43199            ! malloc.c perl.h
43200 ____________________________________________________________________________
43201 [  7213] By: jhi                                   on 2000/10/13  02:31:47
43202         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
43203      Branch: perl
43204            ! pod/perldiag.pod pp_sys.c
43205 ____________________________________________________________________________
43206 [  7212] By: jhi                                   on 2000/10/13  01:27:38
43207         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
43208              From: Peter Prymmer <pvhp@forte.com>
43209              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
43210              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
43211      Branch: perl
43212            ! t/op/oct.t
43213 ____________________________________________________________________________
43214 [  7211] By: jhi                                   on 2000/10/13  00:35:09
43215         Log: Update Changes.
43216      Branch: perl
43217            ! Changes patchlevel.h
43218 ____________________________________________________________________________
43219 [  7210] By: jhi                                   on 2000/10/12  23:59:40
43220         Log: The Install.pm third of
43221              
43222              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
43223              From: Bill Campbell <bill@celestial.com>
43224              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
43225              Date: Thu, 5 Oct 2000 18:04:51 -0700
43226      Branch: perl
43227            ! lib/ExtUtils/Install.pm
43228 ____________________________________________________________________________
43229 [  7209] By: jhi                                   on 2000/10/12  23:58:43
43230         Log: Two thirds of
43231              
43232              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
43233              Date: Thu, 5 Oct 2000 18:04:51 -0700
43234              From: Bill Campbell <bill@celestial.com>
43235              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
43236              
43237              The Install.pm changes will be submitted separately because
43238              they need some work and discussion still.
43239      Branch: perl
43240            ! lib/getopts.pl lib/termcap.pl
43241 ____________________________________________________________________________
43242 [  7208] By: jhi                                   on 2000/10/12  23:41:19
43243         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
43244              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43245              Date:     Thu, 12 Oct 2000 07:30:02 EDT
43246              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
43247      Branch: perl
43248            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
43249            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
43250 ____________________________________________________________________________
43251 [  7207] By: jhi                                   on 2000/10/12  23:39:01
43252         Log: An updated EBCDIC tr patch.
43253              
43254              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
43255              From: Peter Prymmer <pvhp@forte.com>
43256              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
43257              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
43258      Branch: perl
43259            ! t/op/tr.t
43260 ____________________________________________________________________________
43261 [  7206] By: jhi                                   on 2000/10/12  23:34:55
43262         Log: Upgrade to CPAN 1.58, from Andreas König.
43263      Branch: perl
43264            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43265 ____________________________________________________________________________
43266 [  7205] By: jhi                                   on 2000/10/12  23:29:08
43267         Log: Introduce the man[24-8] variables, from Andy Dougherty.
43268      Branch: metaconfig/U/perl
43269            + mandirs.U mandirstyle.U
43270      Branch: perl
43271            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43272            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
43273            ! vos/config.h vos/config.pl vos/config_h.SH_orig
43274            ! win32/config.bc win32/config.gc win32/config.vc
43275 ____________________________________________________________________________
43276 [  7204] By: gsar                                  on 2000/10/12  18:11:24
43277         Log: restore change#7202
43278      Branch: perl
43279            ! mg.c
43280 ____________________________________________________________________________
43281 [  7203] By: gsar                                  on 2000/10/12  18:09:40
43282         Log: another test of the Emergency Broadcast System--back out 
43283              change#7202
43284      Branch: perl
43285            ! mg.c
43286 ____________________________________________________________________________
43287 [  7202] By: gsar                                  on 2000/10/12  16:40:47
43288         Log: (submitted on behalf of Jarkko)
43289              Fix the lib/encode.t subtest 6 failure as reported by Andreas
43290              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
43291              was unearthed by change 7182, as was a bug in HTML::Entities.
43292      Branch: perl
43293            ! mg.c
43294 ____________________________________________________________________________
43295 [  7201] By: jhi                                   on 2000/10/11  03:16:05
43296         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
43297      Branch: perl
43298            ! pp_hot.c t/pragma/utf8.t
43299 ____________________________________________________________________________
43300 [  7200] By: jhi                                   on 2000/10/11  00:40:30
43301         Log: The #7198 was a false alarm.
43302      Branch: perl
43303            ! pp_hot.c
43304 ____________________________________________________________________________
43305 [  7199] By: jhi                                   on 2000/10/11  00:26:04
43306         Log: Remove duplicated code.
43307      Branch: perl
43308            ! t/lib/cgi-html.t
43309 ____________________________________________________________________________
43310 [  7198] By: jhi                                   on 2000/10/10  23:30:46
43311         Log: (Retracted by #7200.)
43312      Branch: perl
43313            ! pp_hot.c
43314 ____________________________________________________________________________
43315 [  7197] By: jhi                                   on 2000/10/10  21:49:30
43316         Log: Add the test case for #7190, from the original bug report
43317              by Andreas König.
43318      Branch: perl
43319            ! t/pragma/utf8.t
43320 ____________________________________________________________________________
43321 [  7196] By: jhi                                   on 2000/10/10  21:40:49
43322         Log: Reapply Andy's patch and regen Configure.
43323      Branch: perl
43324            ! Configure INSTALL Makefile.SH Porting/Glossary
43325            ! Porting/config.sh config_h.SH epoc/config.sh installperl
43326            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
43327            ! win32/config.vc
43328 ____________________________________________________________________________
43329 [  7195] By: jhi                                   on 2000/10/10  21:09:30
43330         Log: Use the versiononly instead of the installscripts,
43331              retract the changes 7146 and 7147.
43332      Branch: perl
43333            ! Configure INSTALL Makefile.SH Porting/Glossary
43334            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
43335            ! installperl uconfig.sh vos/config.def win32/config.bc
43336            ! win32/config.gc win32/config.vc
43337 ____________________________________________________________________________
43338 [  7194] By: jhi                                   on 2000/10/10  21:06:15
43339         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
43340              From: Peter Prymmer <pvhp@forte.com>
43341              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
43342              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
43343      Branch: perl
43344            ! t/op/ver.t
43345 ____________________________________________________________________________
43346 [  7193] By: jhi                                   on 2000/10/10  21:05:12
43347         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
43348              From: Peter Prymmer <pvhp@forte.com>
43349              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
43350              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
43351      Branch: perl
43352            ! t/op/tr.t
43353 ____________________________________________________________________________
43354 [  7192] By: jhi                                   on 2000/10/10  20:57:30
43355         Log: Add versiononly, delete installscripts, from Andy Dougherty.
43356      Branch: metaconfig
43357            - U/installdirs/installscripts.U
43358      Branch: metaconfig/U/perl
43359            + versiononly.U
43360 ____________________________________________________________________________
43361 [  7191] By: jhi                                   on 2000/10/10  19:41:21
43362         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
43363              From: Peter Prymmer <pvhp@forte.com>
43364              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
43365              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
43366      Branch: perl
43367            ! pod/perlebcdic.pod
43368 ____________________________________________________________________________
43369 [  7190] By: jhi                                   on 2000/10/10  19:26:14
43370         Log: Subject: Re: utf8 concat, mg_get
43371              From: Simon Cozens <simon@cozens.net>
43372              Date: Tue, 10 Oct 2000 17:40:17 +0100
43373              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
43374      Branch: perl
43375            ! pp_hot.c
43376 ____________________________________________________________________________
43377 [  7189] By: jhi                                   on 2000/10/10  19:23:03
43378         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
43379              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
43380              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
43381              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
43382      Branch: perl
43383            ! lib/ExtUtils/MM_Unix.pm
43384 ____________________________________________________________________________
43385 [  7188] By: jhi                                   on 2000/10/10  15:31:24
43386         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
43387              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
43388              Date: Fri, 14 Jul 2000 10:47:36 +0100
43389              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
43390      Branch: perl
43391            ! README.win32
43392 ____________________________________________________________________________
43393 [  7187] By: jhi                                   on 2000/10/10  13:30:10
43394         Log: Quote the temp file name, needed in Win32 because the
43395              default name unfortunately contains spaces, shouldn't
43396              hurt elsewhere.
43397              
43398              Subject: FW: perldoc fails if $TEMP contains spaces
43399              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
43400              Date: Thu, 14 Sep 2000 08:58:45 +0100
43401              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
43402      Branch: perl
43403            ! utils/perldoc.PL
43404 ____________________________________________________________________________
43405 [  7186] By: jhi                                   on 2000/10/10  13:16:27
43406         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
43407              From: hv@hugo.hybyte.com
43408              Date: Tue, 10 Oct 2000 14:10:20 +0100
43409              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
43410      Branch: perl
43411            ! t/lib/thr5005.t util.c
43412 ____________________________________________________________________________
43413 [  7185] By: jhi                                   on 2000/10/10  12:06:22
43414         Log: Upgrade to podlators 1.04, from Russ Allbery.
43415      Branch: perl
43416            ! lib/Pod/Man.pm lib/Pod/Text.pm
43417 ____________________________________________________________________________
43418 [  7184] By: jhi                                   on 2000/10/10  12:01:32
43419         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
43420      Branch: perl
43421            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
43422 ____________________________________________________________________________
43423 [  7183] By: jhi                                   on 2000/10/09  23:47:15
43424         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
43425              From: Peter Prymmer <pvhp@forte.com>
43426              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
43427              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
43428      Branch: perl
43429            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
43430 ____________________________________________________________________________
43431 [  7182] By: jhi                                   on 2000/10/09  23:43:16
43432         Log: Make eq work again with utf8 (disabling the upgrading
43433              should no more be necessary since the copies of the
43434              scalars are upgraded, not the scalars themselves).
43435              Takes care of ID 20001009.001.  (The claimed length()
43436              bug in 20001009.001 seems bogus to me.)
43437      Branch: perl
43438            ! sv.c t/pragma/utf8.t
43439 ____________________________________________________________________________
43440 [  7181] By: gsar                                  on 2000/10/09  19:41:54
43441         Log: tweak for change#7173
43442      Branch: perl
43443            ! win32/win32sck.c
43444 ____________________________________________________________________________
43445 [  7180] By: gsar                                  on 2000/10/09  19:26:56
43446         Log: on Windows, clean targets might not work under some flavors of the shell
43447      Branch: perl
43448            ! win32/Makefile win32/makefile.mk
43449 ____________________________________________________________________________
43450 [  7179] By: jhi                                   on 2000/10/09  19:21:02
43451         Log: Update Changes.
43452      Branch: perl
43453            ! Changes patchlevel.h
43454 ____________________________________________________________________________
43455 [  7178] By: jhi                                   on 2000/10/09  19:18:23
43456         Log: Warn about unknown scripts.
43457              
43458              Subject: Re: ideas? patches? [PATCH bleadperl]
43459              From: Dominic Dunlop <domo@computer.org>
43460              Date: Mon, 9 Oct 2000 14:57:17 +0200
43461              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
43462      Branch: perl
43463            ! lib/charnames.pm
43464 ____________________________________________________________________________
43465 [  7177] By: jhi                                   on 2000/10/09  19:13:27
43466         Log: Change #7160 had a nasty typo.
43467      Branch: metaconfig
43468            ! U/compline/Compile.U
43469      Branch: perl
43470            ! Configure config_h.SH
43471 ____________________________________________________________________________
43472 [  7176] By: gsar                                  on 2000/10/09  18:59:33
43473         Log: pod nit
43474      Branch: perl
43475            ! pod/perlport.pod
43476 ____________________________________________________________________________
43477 [  7175] By: gsar                                  on 2000/10/09  18:54:28
43478         Log: Windows9x doesn't support link(), despite what Config.pm
43479              might think
43480      Branch: perl
43481            ! lib/ExtUtils/Manifest.pm
43482 ____________________________________________________________________________
43483 [  7174] By: gsar                                  on 2000/10/09  18:50:03
43484         Log: avoid nonportable example code
43485      Branch: perl
43486            ! lib/File/Copy.pm
43487 ____________________________________________________________________________
43488 [  7173] By: gsar                                  on 2000/10/09  18:46:54
43489         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
43490              being used) when closing a socket handle
43491      Branch: perl
43492            ! win32/win32.c win32/win32.h win32/win32sck.c
43493 ____________________________________________________________________________
43494 [  7172] By: gsar                                  on 2000/10/09  18:41:40
43495         Log: on Windows, cwd strings in the environment should be of the
43496              form =X:=X:\foo instead of =X=X:\foo\
43497      Branch: perl
43498            ! win32/vdir.h
43499 ____________________________________________________________________________
43500 [  7171] By: gsar                                  on 2000/10/09  18:30:09
43501         Log: on Windows, LoadLibrary() could load an extension DLL multiple
43502              times if forward slashes are used in the path
43503      Branch: perl
43504            ! win32/win32.c
43505 ____________________________________________________________________________
43506 [  7170] By: jhi                                   on 2000/10/09  17:53:59
43507         Log: Add a todo note about overloadable assertions.
43508      Branch: perl
43509            ! Todo-5.6
43510 ____________________________________________________________________________
43511 [  7169] By: jhi                                   on 2000/10/09  13:43:45
43512         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
43513              From: mjd@plover.com
43514              Date: 9 Oct 2000 00:24:44 -0000
43515              Message-ID: <20001009002444.10616.qmail@plover.com>
43516      Branch: perl
43517            ! pod/perldebguts.pod
43518 ____________________________________________________________________________
43519 [  7168] By: nick                                  on 2000/10/08  13:16:33
43520         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
43521              is not right thing to do on (e.g. x86). Network order is also "right" for
43522              X fonts.
43523      Branch: perl
43524            ! ext/Encode/Encode.pm
43525 ____________________________________________________________________________
43526 [  7167] By: nick                                  on 2000/10/08  12:54:42
43527         Log: Make "encodings" work post-install when Encode/*.enc files may not
43528              be in same directory as Encode.pm
43529      Branch: perl
43530            ! ext/Encode/Encode.pm
43531 ____________________________________________________________________________
43532 [  7166] By: nick                                  on 2000/10/08  11:51:26
43533         Log: Work round the fact that $hash->{$key} does not take into account
43534              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
43535              so that key is always in the "expected" encoding - i.e. same way we put
43536              it in the hash.
43537      Branch: perl
43538            ! ext/Encode/Encode.pm
43539 ____________________________________________________________________________
43540 [  7165] By: gsar                                  on 2000/10/08  04:15:29
43541         Log: save_re_context() could reset PL_curcop to freed memory, causing core
43542              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
43543      Branch: perl
43544            ! pp_ctl.c
43545 ____________________________________________________________________________
43546 [  7164] By: jhi                                   on 2000/10/06  20:51:48
43547         Log: UTF8ize split() so that the cloned substrings get the UTF8
43548              flag of the original scalar.  Problem reported by Simon Cozens.
43549      Branch: perl
43550            ! pp.c t/pragma/utf8.t
43551 ____________________________________________________________________________
43552 [  7163] By: nick                                  on 2000/10/06  20:48:34
43553         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
43554              got a false +ve and so did not reach code which would have un-FAKEd the SV.
43555      Branch: perl
43556            ! sv.c
43557 ____________________________________________________________________________
43558 [  7162] By: nick                                  on 2000/10/06  20:25:37
43559         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
43560              To fix  (sort {$a <=> $b} keys %hash) in particular but
43561              should cover a number of other as-yet-unknown cases as well.
43562      Branch: perl
43563            ! sv.c
43564 ____________________________________________________________________________
43565 [  7161] By: jhi                                   on 2000/10/06  19:56:18
43566         Log: Change the version number of Tie::Handle in the core to 4.0,
43567              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
43568              
43569              Subject: Note on Tie::Handle
43570              From: andreas.koenig@anima.de (Andreas J. Koenig)
43571              Date:      06 Oct 2000 21:48:58 +0200
43572              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
43573      Branch: perl
43574            ! lib/Tie/Handle.pm
43575 ____________________________________________________________________________
43576 [  7160] By: jhi                                   on 2000/10/06  18:20:35
43577         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
43578              as the first option of cc/ld because of ultrapicky compilers
43579              (e.g. OS/390 R2.5)
43580      Branch: metaconfig
43581            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
43582            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
43583            ! U/compline/orderlib.U U/modified/Cppsym.U
43584            ! U/modified/d_access.U
43585      Branch: metaconfig/U/perl
43586            ! Checkcc.U d_dlsymun.U gccvers.U
43587      Branch: perl
43588            ! Configure config_h.SH
43589 ____________________________________________________________________________
43590 [  7159] By: jhi                                   on 2000/10/06  13:56:39
43591         Log: Update Changes.
43592      Branch: perl
43593            ! Changes patchlevel.h
43594 ____________________________________________________________________________
43595 [  7158] By: jhi                                   on 2000/10/06  12:48:40
43596         Log: Eliminate $Is_VMS code from the test.
43597              
43598              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
43599              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43600              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
43601              Date:     Thu, 5 Oct 2000 07:46:33 EDT
43602      Branch: perl
43603            ! t/lib/b.t
43604 ____________________________________________________________________________
43605 [  7157] By: jhi                                   on 2000/10/06  12:47:13
43606         Log: Also the $ccflags is needed for the C compiler check.
43607              
43608              Subject: Configure (check for C-compiler)
43609              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43610              Date: Fri, 06 Oct 2000 08:47:15 +0200
43611              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
43612      Branch: metaconfig/U/perl
43613            ! Checkcc.U
43614      Branch: perl
43615            ! Configure config_h.SH
43616 ____________________________________________________________________________
43617 [  7156] By: jhi                                   on 2000/10/06  11:45:15
43618         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
43619      Branch: perl
43620            ! perl.c pp_ctl.c sv.h utf8.c
43621 ____________________________________________________________________________
43622 [  7155] By: jhi                                   on 2000/10/06  11:40:41
43623         Log: IO::Handle->syswrite() did not handle length omission
43624              like CORE::syswrite() does.
43625              
43626              Subject: [Fwd] IO::Handle, syswrite and arguments
43627              From: Graham Barr <gbarr@pobox.com>
43628              Date: Fri, 6 Oct 2000 10:22:05 +0100
43629              Message-ID: <20001006102205.U6312@pobox.com>
43630              
43631              The original patch from andrew@ugh.net.au.
43632      Branch: perl
43633            ! ext/IO/lib/IO/Handle.pm
43634 ____________________________________________________________________________
43635 [  7154] By: jhi                                   on 2000/10/06  01:42:15
43636         Log: Tweak #7153.
43637      Branch: perl
43638            ! utf8.h
43639 ____________________________________________________________________________
43640 [  7153] By: jhi                                   on 2000/10/06  00:39:55
43641         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
43642      Branch: perl
43643            ! utf8.h
43644 ____________________________________________________________________________
43645 [  7152] By: jhi                                   on 2000/10/06  00:38:11
43646         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
43647      Branch: perl
43648            ! perl.c pp_ctl.c sv.h utf8.c
43649 ____________________________________________________________________________
43650 [  7151] By: jhi                                   on 2000/10/06  00:36:38
43651         Log: Subject: Re: Questions about Tie::Array and perl modules
43652              From: Nick Ing-Simmons <nik@tiuk.ti.com>
43653              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
43654              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
43655              
43656              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
43657      Branch: perl
43658            ! lib/Tie/Array.pm t/op/array.t
43659 ____________________________________________________________________________
43660 [  7150] By: jhi                                   on 2000/10/05  00:20:45
43661         Log: Regen Changes.
43662      Branch: perl
43663            ! Changes patchlevel.h
43664 ____________________________________________________________________________
43665 [  7149] By: jhi                                   on 2000/10/05  00:20:01
43666         Log: Regen toc.
43667      Branch: perl
43668            ! pod/perltoc.pod
43669 ____________________________________________________________________________
43670 [  7148] By: jhi                                   on 2000/10/04  23:35:08
43671         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
43672              reported several times by Dominic Dunlop, for example in
43673              ID 20000315.008.  Patch from Dominic.  Patch affects at
43674              least MachTen, and possibly other oldish BSDs. Should not
43675              break non-broken platforms (tested on LinuxPPC). 
43676      Branch: perl
43677            ! doio.c
43678 ____________________________________________________________________________
43679 [  7147] By: jhi                                   on 2000/10/04  23:26:34
43680         Log: The one that got away from 7146.
43681      Branch: metaconfig
43682            + U/installdirs/installscripts.U
43683 ____________________________________________________________________________
43684 [  7146] By: jhi                                   on 2000/10/04  23:25:04
43685         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
43686              suggested by H. Merijn Brand.
43687      Branch: perl
43688            ! Configure INSTALL Makefile.SH Porting/Glossary
43689            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
43690            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
43691            ! win32/config.vc
43692 ____________________________________________________________________________
43693 [  7145] By: jhi                                   on 2000/10/04  22:08:21
43694         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
43695              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43696              Date: Wed, 4 Oct 2000 17:37:46 -0400
43697              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
43698      Branch: perl
43699            ! utils/h2xs.PL
43700 ____________________________________________________________________________
43701 [  7144] By: jhi                                   on 2000/10/04  18:11:41
43702         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
43703              From: Jeff Pinyan <jeffp@crusoe.net>
43704              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
43705              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
43706      Branch: perl
43707            ! pod/perlrun.pod
43708 ____________________________________________________________________________
43709 [  7143] By: jhi                                   on 2000/10/04  18:09:58
43710         Log: Subject: perlhack.pod Patch for Externals Tools
43711              From: Fisher Mark <fisherm@tce.com>
43712              Date: Tue, 3 Oct 2000 15:43:27 -0500 
43713              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
43714      Branch: perl
43715            ! pod/perlhack.pod
43716 ____________________________________________________________________________
43717 [  7142] By: jhi                                   on 2000/10/04  18:08:41
43718         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
43719              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43720              Date:     Wed, 4 Oct 2000 12:11:11 EDT
43721              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
43722      Branch: perl
43723            ! vms/vms.c
43724 ____________________________________________________________________________
43725 [  7141] By: jhi                                   on 2000/10/04  12:20:16
43726         Log: Subject: [PATCH 5.7.0] h2xs not working
43727              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43728              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
43729              Date: Tue, 3 Oct 2000 21:43:01 -0400
43730              
43731              Subject: [PATCH 5.7.0] h2xs not documenting the created module
43732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43733              Date: Tue, 3 Oct 2000 22:55:19 -0400
43734              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
43735      Branch: perl
43736            ! utils/h2xs.PL
43737 ____________________________________________________________________________
43738 [  7140] By: jhi                                   on 2000/10/04  11:53:44
43739         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
43740              From: nick@babyhippo.com
43741              Date: Wed, 4 Oct 2000 12:06:45 +0100
43742              Message-Id: <20001004120645.A7356@babyhippo.com>
43743              
43744              Retract 7118 and 7135.
43745      Branch: perl
43746            ! installman installperl op.c t/pragma/subs.t
43747 ____________________________________________________________________________
43748 [  7139] By: jhi                                   on 2000/10/03  22:09:41
43749         Log: It is possible to have no hosts database at all.  Pointed out in
43750              
43751              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
43752              From: Peter Prymmer <pvhp@forte.com>
43753              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
43754              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
43755      Branch: metaconfig
43756            ! U/modified/myhostname.U
43757      Branch: perl
43758            ! Configure config_h.SH
43759 ____________________________________________________________________________
43760 [  7138] By: jhi                                   on 2000/10/03  21:49:49
43761         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
43762              From: Peter Prymmer <pvhp@forte.com>
43763              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
43764              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
43765      Branch: perl
43766            ! pp_sys.c
43767 ____________________________________________________________________________
43768 [  7137] By: jhi                                   on 2000/10/03  20:10:05
43769         Log: One remaining nit less at the VMS mailbox sizing.
43770      Branch: perl
43771            ! vms/vms.c
43772 ____________________________________________________________________________
43773 [  7136] By: jhi                                   on 2000/10/03  20:08:47
43774         Log: Test harness update to sync with the new perlcc,
43775              from Simon Cozens.
43776      Branch: perl
43777            ! t/TEST t/UTEST
43778 ____________________________________________________________________________
43779 [  7135] By: jhi                                   on 2000/10/03  15:15:42
43780         Log: Subject: Re: PATCH for 20001003.004
43781              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
43782              From: "AARON B. DOSSETT" <aaron@iglou.com>
43783              Message-Id: <E13gTay-0006od-00@iglou.com>
43784      Branch: perl
43785            ! installman installperl
43786 ____________________________________________________________________________
43787 [  7134] By: jhi                                   on 2000/10/03  15:00:34
43788         Log: Subject: [ID 20001003.006] B::Debug not -w clean
43789              From: Nicholas Clark <nick@babyhippo.co.uk>
43790              Date: Tue, 03 Oct 2000 15:46:32 +0100
43791              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
43792      Branch: perl
43793            ! ext/B/B/Debug.pm
43794 ____________________________________________________________________________
43795 [  7133] By: jhi                                   on 2000/10/03  14:58:39
43796         Log: Scale down the VMS message boxes, by Charles Lane.
43797              Fix for ID 20000903.009, workaround at
43798              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
43799      Branch: perl
43800            ! vms/vms.c
43801 ____________________________________________________________________________
43802 [  7132] By: jhi                                   on 2000/10/03  11:20:37
43803         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
43804      Branch: perl
43805            + t/lib/st-lock.t t/lib/st-utf8.t
43806            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
43807            ! ext/Storable/Storable.xs t/lib/st-recurse.t
43808 ____________________________________________________________________________
43809 [  7131] By: jhi                                   on 2000/10/03  03:38:23
43810         Log: Encode nits.
43811      Branch: perl
43812            ! MANIFEST Makefile.SH
43813 ____________________________________________________________________________
43814 [  7130] By: jhi                                   on 2000/10/03  03:31:05
43815         Log: Update Changes.
43816      Branch: perl
43817            ! Changes patchlevel.h
43818 ____________________________________________________________________________
43819 [  7129] By: jhi                                   on 2000/10/03  02:24:02
43820         Log: Misplaced else.
43821      Branch: metaconfig/U/perl
43822            ! d_strtoll.U
43823      Branch: perl
43824            ! Configure config_h.SH
43825 ____________________________________________________________________________
43826 [  7128] By: jhi                                   on 2000/10/03  02:08:29
43827         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
43828              From: sthoenna@efn.org
43829              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
43830              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
43831      Branch: metaconfig/U/perl
43832            ! d_strtoll.U
43833      Branch: perl
43834            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
43835 ____________________________________________________________________________
43836 [  7127] By: jhi                                   on 2000/10/03  01:13:14
43837         Log: Update Changes.
43838      Branch: perl
43839            ! Changes patchlevel.h
43840 ____________________________________________________________________________
43841 [  7126] By: jhi                                   on 2000/10/03  00:57:08
43842         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
43843              as suggested by Olaf Flebbe and Nick Clark.
43844      Branch: perl
43845            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
43846 ____________________________________________________________________________
43847 [  7125] By: jhi                                   on 2000/10/03  00:50:56
43848         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
43849              From: Nick Clark <nick@plum.flirble.org>
43850              Date: Mon, 2 Oct 2000 11:03:24 +0100
43851              Message-Id: <20001002110324.D20073@plum.flirble.org>
43852              
43853              Also fixes bug ID 20001002.005.
43854      Branch: perl
43855            ! t/lib/encode.t
43856 ____________________________________________________________________________
43857 [  7124] By: jhi                                   on 2000/10/03  00:34:59
43858         Log: Subject: [PATCH 5.7.0] Epoc update
43859              From: Olaf Flebbe <o.flebbe@gmx.de>
43860              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
43861              Message-ID: <26423.969484586@www10.gmx.net>
43862      Branch: perl
43863            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
43864            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
43865            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
43866            ! util.c util.h
43867 ____________________________________________________________________________
43868 [  7123] By: jhi                                   on 2000/10/03  00:30:07
43869         Log: Regen headers.
43870      Branch: perl
43871            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
43872 ____________________________________________________________________________
43873 [  7122] By: jhi                                   on 2000/10/03  00:10:48
43874         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
43875      Branch: perl
43876            ! hints/openbsd.sh
43877 ____________________________________________________________________________
43878 [  7121] By: jhi                                   on 2000/10/03  00:05:06
43879         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
43880              From: <abigail@foad.org>
43881              Date: Tue, 26 Sep 2000 13:36:14 -0400
43882              Message-ID: <20000926173614.4356.qmail@foad.org>
43883      Branch: perl
43884            ! pod/perlop.pod
43885 ____________________________________________________________________________
43886 [  7120] By: jhi                                   on 2000/10/03  00:04:00
43887         Log: Inside require() $^S was always left undefined.
43888              
43889              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
43890              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43891              Date: Wed, 27 Sep 2000 18:54:49 -0400
43892              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
43893      Branch: perl
43894            ! cop.h mg.c pp_ctl.c util.c
43895 ____________________________________________________________________________
43896 [  7119] By: jhi                                   on 2000/10/03  00:00:16
43897         Log: Subject: [PATCH] DLL not restartabke with threaded perl
43898              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
43899              Date: Thu, 28 Sep 2000 09:20:46 +0100
43900              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
43901      Branch: perl
43902            ! perl.c
43903 ____________________________________________________________________________
43904 [  7118] By: jhi                                   on 2000/10/02  23:59:20
43905         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
43906              From: Nicholas Clark <nick@ccl4.org>
43907              Date: Thu, 28 Sep 2000 11:52:24 +0100
43908              Message-ID: <20000928115224.D7924@plum.flirble.org>
43909      Branch: perl
43910            ! op.c
43911 ____________________________________________________________________________
43912 [  7117] By: jhi                                   on 2000/10/02  23:57:51
43913         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
43914              From: Nicholas Clark <nick@babyhippo.co.uk>
43915              Date: Thu, 28 Sep 2000 12:18:10 +0100
43916              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
43917              
43918              Did not apply cleanly, manual intervention was needed.
43919      Branch: perl
43920            ! ext/B/B/Bytecode.pm utils/perlcc.PL
43921 ____________________________________________________________________________
43922 [  7116] By: jhi                                   on 2000/10/02  23:50:40
43923         Log: Document the issue (is not a syntax error, kind of)
43924              
43925              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
43926              From: Nicholas Clark <nick@ccl4.org>
43927              Date: Thu, 28 Sep 2000 17:12:42 +0100
43928              Message-ID: <20000928171242.K7924@plum.flirble.org>
43929      Branch: perl
43930            ! pod/perldata.pod
43931 ____________________________________________________________________________
43932 [  7115] By: jhi                                   on 2000/10/02  23:48:58
43933         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
43934              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43935              Date: Thu, 28 Sep 2000 21:55:31 -0400
43936              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
43937      Branch: perl
43938            ! regexec.c
43939 ____________________________________________________________________________
43940 [  7114] By: jhi                                   on 2000/10/02  23:47:57
43941         Log: Subject: DOC PATCH 5.6.0
43942              From: mjd@plover.com
43943              Date: 30 Sep 2000 06:02:34 -0000
43944              Message-ID: <20000930060234.4559.qmail@plover.com>
43945      Branch: perl
43946            ! pod/perldebguts.pod
43947 ____________________________________________________________________________
43948 [  7113] By: jhi                                   on 2000/10/02  23:46:43
43949         Log: SOCK_DGRAM and listen() do not mix as reported in
43950              
43951              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
43952              From: Petter Reinholdtsen <pere@hungry.com>
43953              Date: Sun, 1 Oct 2000 10:57:20 +0800
43954              Message-Id: <200010010257.KAA05735@localhost.localdomain>
43955              
43956              The patch for 5.7.0+ had to be reengineered, though.
43957      Branch: perl
43958            ! ext/IO/lib/IO/Socket/UNIX.pm
43959 ____________________________________________________________________________
43960 [  7112] By: jhi                                   on 2000/10/02  23:36:57
43961         Log: Subject: Re: [PATCH 5.005_64 missed]
43962              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43963              Date: Sun, 1 Oct 2000 18:50:10 -0400
43964              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
43965      Branch: perl
43966            ! pod/perlxs.pod
43967 ____________________________________________________________________________
43968 [  7111] By: jhi                                   on 2000/10/02  23:35:40
43969         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
43970              From: Radu Greab <radu@netsoft.ro>
43971              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
43972              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
43973      Branch: perl
43974            ! op.c opcode.pl t/op/substr.t
43975 ____________________________________________________________________________
43976 [  7110] By: jhi                                   on 2000/10/02  23:32:38
43977         Log: Subject: [PATCH] Fix aliasing of tied filehandles
43978              From: Daniel Chetlin <daniel@chetlin.com>
43979              Date: Mon, 2 Oct 2000 14:53:27 -0700
43980              Message-ID: <20001002145327.C1617@ilmd>
43981      Branch: perl
43982            ! perl.h pp_hot.c t/op/tiehandle.t
43983 ____________________________________________________________________________
43984 [  7109] By: jhi                                   on 2000/10/02  23:31:30
43985         Log: s/Robin Parker/Robin Barker/
43986      Branch: perl
43987            ! Changes5.6
43988 ____________________________________________________________________________
43989 [  7108] By: jhi                                   on 2000/10/02  23:15:46
43990         Log: Retract #7091 as suggested in
43991              
43992              From: Robin Barker <rmb1@cise.npl.co.uk> 
43993              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
43994              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
43995              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
43996      Branch: perl
43997            ! embed.pl proto.h
43998 ____________________________________________________________________________
43999 [  7107] By: nick                                  on 2000/10/02  18:23:14
44000         Log: A few tweaks to get Tk803 to work with Encode scheme.
44001      Branch: perl
44002            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
44003 ____________________________________________________________________________
44004 [  7106] By: nick                                  on 2000/10/01  21:34:14
44005         Log: Add checking cases to Encode's toUnicode and fromUnicode.
44006      Branch: perl
44007            ! ext/Encode/Encode.pm
44008 ____________________________________________________________________________
44009 [  7105] By: nick                                  on 2000/10/01  17:18:01
44010         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
44011              To read and use them.
44012              Add a lib/encode.t which checks a few things.
44013      Branch: perl
44014            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
44015            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
44016            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
44017            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
44018            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
44019            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
44020            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
44021            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
44022            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
44023            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
44024            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
44025            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
44026            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
44027            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
44028            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
44029            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
44030            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
44031            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
44032            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
44033            + ext/Encode/Encode/iso2022-jp.enc
44034            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
44035            + ext/Encode/Encode/iso8859-1.enc
44036            + ext/Encode/Encode/iso8859-2.enc
44037            + ext/Encode/Encode/iso8859-3.enc
44038            + ext/Encode/Encode/iso8859-4.enc
44039            + ext/Encode/Encode/iso8859-5.enc
44040            + ext/Encode/Encode/iso8859-6.enc
44041            + ext/Encode/Encode/iso8859-7.enc
44042            + ext/Encode/Encode/iso8859-8.enc
44043            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
44044            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
44045            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
44046            + ext/Encode/Encode/macCentEuro.enc
44047            + ext/Encode/Encode/macCroatian.enc
44048            + ext/Encode/Encode/macCyrillic.enc
44049            + ext/Encode/Encode/macDingbats.enc
44050            + ext/Encode/Encode/macGreek.enc
44051            + ext/Encode/Encode/macIceland.enc
44052            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
44053            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
44054            + ext/Encode/Encode/macTurkish.enc
44055            + ext/Encode/Encode/macUkraine.enc
44056            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
44057            + t/lib/encode.t
44058            ! MANIFEST ext/Encode/Encode.pm
44059 ____________________________________________________________________________
44060 [  7104] By: nick                                  on 2000/09/30  13:04:30
44061         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
44062              From: Daniel Chetlin <daniel@chetlin.com>
44063              Date: Mon, 18 Sep 2000 05:05:40 -0700
44064              Message-Id: <20000918050540.C652@ilmd>
44065      Branch: perl
44066            ! lib/overload.pm sv.c t/pragma/overload.t
44067 ____________________________________________________________________________
44068 [  7103] By: nick                                  on 2000/09/30  12:53:36
44069         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
44070              From: Johan Vromans <jvromans@squirrel.nl>
44071              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
44072              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
44073      Branch: perl
44074            ! pod/Makefile.SH
44075 ____________________________________________________________________________
44076 [  7102] By: nick                                  on 2000/09/30  12:52:31
44077         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
44078              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44079              Date: Sat, 16 Sep 2000 16:36:45 -0400
44080              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
44081      Branch: perl
44082            ! ext/B/B/Deparse.pm
44083 ____________________________________________________________________________
44084 [  7101] By: nick                                  on 2000/09/30  12:51:41
44085         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
44086              From: Craig A. Berry <craig.berry@psinetcs.com>
44087              Date: Sat, 16 Sep 2000 10:11:10 -0500
44088              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
44089      Branch: perl
44090            ! vms/vms.c
44091 ____________________________________________________________________________
44092 [  7100] By: nick                                  on 2000/09/30  12:50:33
44093         Log: Subject: Re: unicode support and perl [ID 20000901.097]
44094              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44095              Date: Fri, 15 Sep 2000 16:37:58 -0400
44096              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
44097      Branch: perl
44098            ! t/op/append.t
44099 ____________________________________________________________________________
44100 [  7099] By: nick                                  on 2000/09/30  12:49:35
44101         Log: Subject: Re: unicode support and perl [ID 20000901.097]
44102              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44103              Date: Fri, 15 Sep 2000 16:25:30 -0400
44104              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
44105      Branch: perl
44106            ! pp_hot.c
44107 ____________________________________________________________________________
44108 [  7098] By: nick                                  on 2000/09/30  12:48:00
44109         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
44110              From: Gisle Aas <gisle@ActiveState.com>
44111              Date: 15 Sep 2000 16:23:41 +0200
44112              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
44113      Branch: perl
44114            ! toke.c
44115 ____________________________________________________________________________
44116 [  7097] By: nick                                  on 2000/09/30  12:45:16
44117         Log: Subject: [PATCH] Nits in perlmod.pod
44118              From: Daniel Chetlin <daniel@chetlin.com>
44119              Date: Fri, 15 Sep 2000 02:04:09 -0700
44120              Message-Id: <20000915020409.A2104@ilmd>
44121      Branch: perl
44122            ! pod/perlmod.pod
44123 ____________________________________________________________________________
44124 [  7096] By: nick                                  on 2000/09/30  12:18:00
44125         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
44126              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
44127              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
44128              0 to checking to get the warning.
44129      Branch: perl
44130            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
44131            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
44132            ! regexec.c sv.c toke.c utf8.c
44133 ____________________________________________________________________________
44134 [  7095] By: nick                                  on 2000/09/15  16:55:59
44135         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
44136              
44137              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
44138              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44139              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
44140              Date: Fri, 15 Sep 2000 06:37:30 -0400
44141      Branch: perl
44142            ! ext/Encode/Encode.xs sv.c
44143 ____________________________________________________________________________
44144 [  7094] By: jhi                                   on 2000/09/15  03:23:32
44145         Log: Update Changes.
44146      Branch: perl
44147            ! Changes patchlevel.h
44148 ____________________________________________________________________________
44149 [  7093] By: jhi                                   on 2000/09/15  03:11:44
44150         Log: Fix for the charnames.t failures from Spider Boardman.
44151      Branch: perl
44152            ! toke.c
44153 ____________________________________________________________________________
44154 [  7092] By: jhi                                   on 2000/09/15  00:15:48
44155         Log: Botched the #7090 check-in.
44156      Branch: perl
44157            ! sv.c
44158 ____________________________________________________________________________
44159 [  7091] By: jhi                                   on 2000/09/14  23:33:24
44160         Log: Part of #7081 didn't come through.
44161      Branch: perl
44162            ! embed.pl proto.h
44163 ____________________________________________________________________________
44164 [  7090] By: jhi                                   on 2000/09/14  23:17:39
44165         Log: Subject: Re: perl@7078 
44166              From: Spider Boardman <spider@web.zk3.dec.com>
44167              Date: Thu, 14 Sep 2000 19:06:36 -0400
44168              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
44169      Branch: perl
44170            ! sv.c toke.c
44171 ____________________________________________________________________________
44172 [  7089] By: jhi                                   on 2000/09/14  23:11:21
44173         Log: Small portability tweaks.
44174      Branch: perl
44175            ! ext/Encode/Encode.xs
44176 ____________________________________________________________________________
44177 [  7088] By: jhi                                   on 2000/09/14  22:57:23
44178         Log: Fake return to pacify picky compilers.
44179      Branch: perl
44180            ! ext/Encode/Encode.xs
44181 ____________________________________________________________________________
44182 [  7087] By: jhi                                   on 2000/09/14  22:53:37
44183         Log: Subject: [PATCH] utf8.c apidoc
44184              From: Simon Cozens <simon@cozens.net>
44185              Date: Thu, 14 Sep 2000 23:46:57 +0100
44186              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
44187      Branch: perl
44188            ! perlapi.c pod/perlapi.pod utf8.c
44189 ____________________________________________________________________________
44190 [  7086] By: jhi                                   on 2000/09/14  22:40:38
44191         Log: We don't need to count the high bit bytes, a boolean is enough. 
44192      Branch: perl
44193            ! sv.c
44194 ____________________________________________________________________________
44195 [  7085] By: jhi                                   on 2000/09/14  21:20:09
44196         Log: Replace #7084 with
44197              
44198              Subject: Re: perl@7078 
44199              From: Spider Boardman <spider@web.zk3.dec.com>
44200              Date: Thu, 14 Sep 2000 17:09:36 -0400
44201              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
44202      Branch: perl
44203            ! sv.c utf8.c
44204 ____________________________________________________________________________
44205 [  7084] By: jhi                                   on 2000/09/14  20:03:34
44206         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
44207              convertable to bytes by checking it doesn't go above 0xc3
44208              
44209              Subject: Re: perl@7078
44210              From: Simon Cozens <simon@cozens.net>
44211              Date: Thu, 14 Sep 2000 20:59:19 +0100
44212              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
44213      Branch: perl
44214            ! utf8.c
44215 ____________________________________________________________________________
44216 [  7083] By: jhi                                   on 2000/09/14  19:38:47
44217         Log: Subject: Re: perl@7078
44218              From: Simon Cozens <simon@cozens.net>
44219              Date: Thu, 14 Sep 2000 20:13:09 +0100
44220              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
44221      Branch: perl
44222            ! t/op/bop.t
44223 ____________________________________________________________________________
44224 [  7082] By: jhi                                   on 2000/09/14  17:50:44
44225         Log: The one that got away.
44226      Branch: perl
44227            ! lib/File/Find.pm
44228 ____________________________________________________________________________
44229 [  7081] By: jhi                                   on 2000/09/14  17:45:35
44230         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
44231              From: Robin Barker <rmb1@cise.npl.co.uk>
44232              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
44233              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
44234      Branch: perl
44235            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
44236            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
44237            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
44238            ! regcomp.c toke.c universal.c
44239 ____________________________________________________________________________
44240 [  7080] By: jhi                                   on 2000/09/14  17:40:35
44241         Log: Problems picked up by AIX cc.
44242              
44243              Subject: Re: perl@7078 (patch included)
44244              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44245              Date: Thu, 14 Sep 2000 18:53:30 +0200
44246              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
44247      Branch: perl
44248            ! ext/Encode/Encode.xs
44249 ____________________________________________________________________________
44250 [  7079] By: jhi                                   on 2000/09/14  17:38:27
44251         Log: Subject: File::Find 5.7.0 POD nits
44252              From: Rich Morin <rdm@cfcl.com>
44253              Date: Wed, 13 Sep 2000 22:03:58 -0700
44254              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
44255      Branch: perl
44256            ! lib/File/Find.pm
44257 ____________________________________________________________________________
44258 [  7078] By: jhi                                   on 2000/09/14  14:58:20
44259         Log: Update Changes.
44260      Branch: perl
44261            ! Changes patchlevel.h
44262 ____________________________________________________________________________
44263 [  7077] By: jhi                                   on 2000/09/14  14:55:54
44264         Log: Compilation warnings and an error.
44265      Branch: perl
44266            ! sv.c
44267 ____________________________________________________________________________
44268 [  7076] By: jhi                                   on 2000/09/14  14:42:56
44269         Log: Fix for a parsing bug, not for the original bug.
44270              
44271              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
44272              From: Spider Boardman <spider@web.zk3.dec.com>
44273              Date: Wed, 13 Sep 2000 17:52:20 -0400
44274              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
44275      Branch: perl
44276            ! regcomp.c
44277 ____________________________________________________________________________
44278 [  7075] By: jhi                                   on 2000/09/14  14:40:40
44279         Log: Batch of UTF-8 patches from Simon Cozens.
44280      Branch: perl
44281            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
44282            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
44283            ! toke.c utf8.c
44284 ____________________________________________________________________________
44285 [  7074] By: jhi                                   on 2000/09/14  14:29:58
44286         Log: Subject: Re: Two advertising clauses need to be removed
44287              From: Russ Allbery <rra@stanford.edu>
44288              Date: 13 Sep 2000 18:50:26 -0700
44289              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
44290      Branch: perl
44291            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
44292 ____________________________________________________________________________
44293 [  7073] By: jhi                                   on 2000/09/14  14:28:20
44294         Log: Subject: [PATCH] de-wall t/README
44295              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44296              Date: Wed, 13 Sep 2000 17:46:55 -0700
44297              Message-ID: <//Bw5gzkge/e092yn@efn.org>
44298      Branch: perl
44299            ! t/README
44300 ____________________________________________________________________________
44301 [  7072] By: jhi                                   on 2000/09/14  14:25:10
44302         Log: Hints optimization.
44303              
44304              Subject: Minor nit
44305              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44306              Date: Wed, 13 Sep 2000 21:42:07 +0200
44307              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
44308      Branch: perl
44309            ! hints/hpux.sh
44310 ____________________________________________________________________________
44311 [  7071] By: jhi                                   on 2000/09/14  14:23:30
44312         Log: Allow chop() and chomp() to be overridden.
44313              
44314              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
44315              From: "Casey R. Tweten" <crt@kiski.net>
44316              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
44317              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
44318      Branch: perl
44319            ! toke.c
44320 ____________________________________________________________________________
44321 [  7070] By: jhi                                   on 2000/09/14  14:20:36
44322         Log: The return value of setlocale must be copied away.
44323              
44324              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
44325              From: Alan Burlison <Alan.Burlison@uk.sun.com>
44326              Date: Wed, 13 Sep 2000 16:27:37 +0100 
44327              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
44328      Branch: perl
44329            ! util.c
44330 ____________________________________________________________________________
44331 [  7069] By: jhi                                   on 2000/09/14  14:16:27
44332         Log: Remove vestiges of tr//CU.
44333              
44334              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44335              From: Nick Clark <nick@plum.flirble.org>
44336              Date: Tue, 12 Sep 2000 22:50:14 +0100
44337              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
44338              
44339              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44340              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44341              Date: Tue, 12 Sep 2000 21:38:48 -0700
44342              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
44343      Branch: perl
44344            ! op.h pod/perlunicode.pod
44345 ____________________________________________________________________________
44346 [  7068] By: jhi                                   on 2000/09/13  14:18:39
44347         Log: Add the Encode extension.  The code is still largely just skeleton.
44348      Branch: perl
44349            + ext/Encode/Encode.pm ext/Encode/Encode.xs
44350            + ext/Encode/Makefile.PL ext/Encode/Todo
44351            ! MANIFEST Todo-5.6
44352 ____________________________________________________________________________
44353 [  7067] By: jhi                                   on 2000/09/12  17:43:33
44354         Log: Allow for whitespace between "#" and "line" in cpp output.
44355              
44356              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
44357              From: Calle Dybedahl <calle@lysator.liu.se>
44358              Date: 12 Sep 2000 19:38:02 +0200 
44359              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
44360      Branch: perl
44361            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
44362 ____________________________________________________________________________
44363 [  7066] By: gsar                                  on 2000/09/12  17:24:29
44364         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
44365              initialization in all the threads on Windows
44366      Branch: perl
44367            ! win32/win32.c
44368 ____________________________________________________________________________
44369 [  7065] By: jhi                                   on 2000/09/12  15:11:31
44370         Log: Update Changes.
44371      Branch: perl
44372            ! Changes patchlevel.h
44373 ____________________________________________________________________________
44374 [  7064] By: jhi                                   on 2000/09/12  14:54:54
44375         Log: Retract #7062, the pod tests are not ready.
44376      Branch: perl
44377            ! t/TEST t/harness
44378 ____________________________________________________________________________
44379 [  7063] By: jhi                                   on 2000/09/12  14:25:41
44380         Log: The #7054 truncated Configure badly.
44381      Branch: metaconfig/U/perl
44382            ! End.U
44383      Branch: perl
44384            ! Configure config_h.SH
44385 ____________________________________________________________________________
44386 [  7062] By: jhi                                   on 2000/09/12  14:08:32
44387         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
44388              From: sthoenna@efn.org
44389              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
44390              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
44391      Branch: perl
44392            ! t/TEST t/harness
44393 ____________________________________________________________________________
44394 [  7061] By: jhi                                   on 2000/09/12  14:07:18
44395         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
44396              From: sthoenna@efn.org
44397              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
44398              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
44399      Branch: perl
44400            ! pod/perlxs.pod
44401 ____________________________________________________________________________
44402 [  7060] By: jhi                                   on 2000/09/12  14:06:08
44403         Log: Break up the myconfig lines a bit.
44404              
44405              Subject: perlbug/perl -V output format
44406              From: sthoenna@efn.org
44407              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
44408              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
44409      Branch: perl
44410            ! myconfig.SH
44411 ____________________________________________________________________________
44412 [  7059] By: jhi                                   on 2000/09/12  14:05:04
44413         Log: Test for the #7049.
44414              
44415              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
44416              From: andreas.koenig@anima.de (Andreas J. Koenig)
44417              Date: 12 Sep 2000 06:42:01 +0200
44418              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
44419      Branch: perl
44420            ! t/op/my.t
44421 ____________________________________________________________________________
44422 [  7058] By: jhi                                   on 2000/09/12  14:03:05
44423         Log: Subject: [patch: perl@7045] vms updates
44424              From: Peter Prymmer <pvhp@forte.com>
44425              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
44426              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
44427      Branch: perl
44428            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
44429 ____________________________________________________________________________
44430 [  7057] By: jhi                                   on 2000/09/12  14:00:51
44431         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
44432              From: sthoenna@efn.org
44433              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
44434              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
44435      Branch: perl
44436            ! t/op/64bitint.t
44437 ____________________________________________________________________________
44438 [  7056] By: jhi                                   on 2000/09/12  13:58:14
44439         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
44440              From: Jeff Pinyan <jeffp@crusoe.net>
44441              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
44442              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
44443      Branch: perl
44444            ! pod/perlfunc.pod
44445 ____________________________________________________________________________
44446 [  7055] By: jhi                                   on 2000/09/12  13:56:32
44447         Log: Do in VMS as the #7054 does.
44448      Branch: perl
44449            ! configure.com
44450 ____________________________________________________________________________
44451 [  7054] By: jhi                                   on 2000/09/12  13:50:31
44452         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
44453              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
44454              Date: Mon, 11 Sep 2000 08:33:09 +0100
44455              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
44456      Branch: metaconfig/U/perl
44457            ! End.U
44458      Branch: perl
44459            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
44460            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
44461 ____________________________________________________________________________
44462 [  7053] By: jhi                                   on 2000/09/12  13:29:19
44463         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
44464              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44465              Date:     Tue, 12 Sep 2000 08:35:59 EDT
44466              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
44467      Branch: perl
44468            ! vms/test.com
44469 ____________________________________________________________________________
44470 [  7052] By: jhi                                   on 2000/09/11  23:01:50
44471         Log: Document the SvUTF8*().
44472      Branch: perl
44473            ! pod/perlapi.pod sv.h
44474 ____________________________________________________________________________
44475 [  7051] By: gsar                                  on 2000/09/11  14:46:30
44476         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
44477              (missed a spot when fixing up op_pmreplroot hack for ithreads)
44478      Branch: perl
44479            ! op.c t/op/split.t
44480 ____________________________________________________________________________
44481 [  7050] By: nick                                  on 2000/09/11  10:03:51
44482         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
44483              
44484              Subject: borland C++ win32.c tweak
44485              From: Vadim Konovalov <vkonovalov@lucent.com>
44486              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
44487              Date: Mon, 11 Sep 2000 11:22:33 +0400
44488      Branch: perl
44489            ! win32/win32.c
44490 ____________________________________________________________________________
44491 [  7049] By: nick                                  on 2000/09/11  09:57:33
44492         Log: Point fix for s/// on foreach (keys %xxx).
44493      Branch: perl
44494            ! pp_hot.c
44495 ____________________________________________________________________________
44496 [  7048] By: jhi                                   on 2000/09/10  23:37:09
44497         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
44498              by Pod::Text, from Brad Appleton.
44499      Branch: perl
44500            ! t/pod/testp2pt.pl
44501 ____________________________________________________________________________
44502 [  7047] By: jhi                                   on 2000/09/10  14:32:53
44503         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
44504              by Russ Allbery.
44505      Branch: perl
44506            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
44507 ____________________________________________________________________________
44508 [  7046] By: jhi                                   on 2000/09/10  14:15:08
44509         Log: Upgrade to CPAN 1.57_65, from Andreas König.
44510      Branch: perl
44511            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44512 ____________________________________________________________________________
44513 [  7045] By: jhi                                   on 2000/09/08  21:36:32
44514         Log: Update Changes.
44515      Branch: perl
44516            ! Changes patchlevel.h
44517 ____________________________________________________________________________
44518 [  7044] By: jhi                                   on 2000/09/08  21:29:56
44519         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
44520              From: Peter Prymmer <pvhp@forte.com>
44521              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
44522              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
44523      Branch: perl
44524            ! configure.com
44525 ____________________________________________________________________________
44526 [  7043] By: jhi                                   on 2000/09/08  21:27:50
44527         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
44528              From: Peter Prymmer <pvhp@forte.com>
44529              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
44530              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
44531      Branch: perl
44532            ! Makefile.SH installperl
44533 ____________________________________________________________________________
44534 [  7042] By: jhi                                   on 2000/09/08  21:23:21
44535         Log: Continue #7041.
44536      Branch: perl
44537            ! cygwin/Makefile.SHs os2/Makefile.SHs
44538 ____________________________________________________________________________
44539 [  7041] By: jhi                                   on 2000/09/08  21:18:10
44540         Log: Do away with memory models cruft.  Sorry, PDP users.
44541      Branch: metaconfig
44542            ! U/modified/cc.U U/modified/libpth.U
44543      Branch: perl
44544            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
44545            ! Porting/config_H cflags.SH config_h.SH configure.com
44546            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
44547            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
44548            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
44549 ____________________________________________________________________________
44550 [  7040] By: jhi                                   on 2000/09/08  14:34:18
44551         Log: Major rewrite of s2p.  And I mean really major, it is
44552              an implementation of sed in perl.  If called as s2p it
44553              will function as s2p.  Note: needs non-UNIXifying.
44554              
44555              Subject: s2p
44556              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
44557              Date: Mon, 28 Aug 2000 14:05:12 +0200
44558              Message-ID: <39AA5578.2102E2AA@alcatel.at>
44559      Branch: perl
44560            ! x2p/s2p.PL
44561 ____________________________________________________________________________
44562 [  7039] By: jhi                                   on 2000/09/08  14:19:49
44563         Log: Re-allow vec() for characters > 255.
44564              
44565              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
44566              From: Spider Boardman <spider@web.zk3.dec.com>
44567              Date: Fri, 08 Sep 2000 02:21:02 -0400
44568              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
44569      Branch: perl
44570            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
44571            ! t/op/vec.t
44572 ____________________________________________________________________________
44573 [  7038] By: jhi                                   on 2000/09/08  14:14:18
44574         Log: Subject: [PATCH lib/Benchmark.pm]
44575              From: <abigail@foad.org>
44576              Date: Thu, 7 Sep 2000 15:03:20 -0400
44577              Message-ID: <20000907190320.888.qmail@foad.org>
44578      Branch: perl
44579            ! lib/Benchmark.pm
44580 ____________________________________________________________________________
44581 [  7037] By: jhi                                   on 2000/09/08  14:11:06
44582         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
44583              
44584              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
44585              From: Spider Boardman <spider@web.zk3.dec.com>
44586              Date: Fri, 08 Sep 2000 01:30:27 -0400
44587              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
44588      Branch: perl
44589            ! op.c
44590 ____________________________________________________________________________
44591 [  7036] By: jhi                                   on 2000/09/08  14:08:58
44592         Log: Subject: [ID 20000908.002] perlipc documentation bug.
44593              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
44594              Date: Fri, 08 Sep 2000 12:38:32 +0200
44595              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
44596      Branch: perl
44597            ! pod/perlipc.pod
44598 ____________________________________________________________________________
44599 [  7035] By: jhi                                   on 2000/09/08  14:03:12
44600         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
44601              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44602              Date: Fri, 08 Sep 2000 11:47:34 +0200
44603              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
44604      Branch: perl
44605            ! hints/dec_osf.sh
44606 ____________________________________________________________________________
44607 [  7034] By: jhi                                   on 2000/09/08  13:59:35
44608         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
44609              From: Simon Cozens <simon@cozens.net>
44610              Date: Thu, 7 Sep 2000 20:40:38 +0100
44611              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
44612      Branch: perl
44613            ! pp_hot.c
44614 ____________________________________________________________________________
44615 [  7033] By: jhi                                   on 2000/09/08  04:03:03
44616         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
44617              From: "Larry W. Virden" <lvirden@cas.org>
44618              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
44619              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
44620      Branch: perl
44621            ! pod/perldiag.pod
44622 ____________________________________________________________________________
44623 [  7032] By: jhi                                   on 2000/09/07  22:18:30
44624         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
44625              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
44626              Date: Mon, 04 Sep 2000 13:16:38 -0700
44627              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
44628      Branch: perl
44629            ! lib/perl5db.pl
44630 ____________________________________________________________________________
44631 [  7031] By: jhi                                   on 2000/09/07  22:02:29
44632         Log: Fix the ccversion detection for 5.1 and beyond.
44633              
44634              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
44635              From: Spider Boardman <spider@leggy.zk3.dec.com>
44636              Date: Thu, 7 Sep 2000 17:54:27 -0400
44637              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
44638      Branch: perl
44639            ! hints/dec_osf.sh
44640 ____________________________________________________________________________
44641 [  7030] By: jhi                                   on 2000/09/07  19:12:28
44642         Log: Fix for
44643              
44644              Subject: [ID 20000903.001] \w in utf8-strings
44645              From: Marc Lehmann <pcg@goof.com>
44646              Date: Sun, 03 Sep 2000 09:44:29 +0200
44647              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
44648              
44649              and various related nits.
44650      Branch: perl
44651            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
44652 ____________________________________________________________________________
44653 [  7029] By: jhi                                   on 2000/09/07  18:49:09
44654         Log: Fix the URL, but the server is still missing in action.
44655              
44656              Subject: [ID 20000905.002] perlfaq1.pod URL error
44657              From: "Larry W. Virden" <lvirden@cas.org>
44658              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
44659              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
44660      Branch: perl
44661            ! pod/perlfaq1.pod
44662 ____________________________________________________________________________
44663 [  7028] By: jhi                                   on 2000/09/07  18:47:13
44664         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
44665              From: Hugo <hv@crypt.compulink.co.uk>
44666              Date: Tue, 05 Sep 2000 14:13:37 +0100
44667              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
44668      Branch: perl
44669            ! toke.c
44670 ____________________________________________________________________________
44671 [  7027] By: jhi                                   on 2000/09/07  18:45:35
44672         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
44673              From: Daniel Chetlin <daniel@chetlin.com>
44674              Date: Tue, 5 Sep 2000 04:57:07 -0700
44675              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
44676      Branch: perl
44677            ! pod/perlfaq6.pod pod/perlop.pod
44678 ____________________________________________________________________________
44679 [  7026] By: jhi                                   on 2000/09/07  18:44:01
44680         Log: Document the new ref() semantics.
44681              
44682              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
44683              From: Gisle Aas <gisle@ActiveState.com>
44684              Date: 05 Sep 2000 08:10:30 +0200
44685              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
44686      Branch: perl
44687            ! pod/perldelta.pod
44688 ____________________________________________________________________________
44689 [  7025] By: jhi                                   on 2000/09/07  18:42:27
44690         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
44691              
44692              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
44693              From: Gisle Aas <gisle@ActiveState.com>
44694              Date: 05 Sep 2000 08:11:40 +0200
44695              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
44696      Branch: perl
44697            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
44698 ____________________________________________________________________________
44699 [  7024] By: jhi                                   on 2000/09/07  18:39:32
44700         Log: Subject: [PATCH] Modernize Opcode.pm documentation
44701              From: Gisle Aas <gisle@ActiveState.com>
44702              Date: 4 Sep 2000 00:18:55 -0000
44703              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
44704      Branch: perl
44705            ! ext/Opcode/Opcode.pm
44706 ____________________________________________________________________________
44707 [  7023] By: jhi                                   on 2000/09/07  18:37:42
44708         Log: Subject: [PATCH] Tied filehandle documentation
44709              From: Gisle Aas <gisle@ActiveState.com>
44710              Date: 4 Sep 2000 00:14:40 -0000
44711              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
44712      Branch: perl
44713            ! pod/perlfunc.pod pod/perltie.pod
44714 ____________________________________________________________________________
44715 [  7022] By: jhi                                   on 2000/09/07  18:35:37
44716         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
44717              From: Gisle Aas <gisle@ActiveState.com>
44718              Date: 4 Sep 2000 00:04:22 -0000
44719              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
44720      Branch: perl
44721            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
44722 ____________________________________________________________________________
44723 [  7021] By: jhi                                   on 2000/09/07  18:33:22
44724         Log: Subject: small apidoc fix
44725              From: Marc Lehmann <pcg@goof.com>
44726              Date: Sun, 3 Sep 2000 05:12:06 +0200
44727              Message-ID: <20000903051206.A5909@cerebro.laendle>
44728      Branch: perl
44729            ! pod/perlapi.pod utf8.c
44730 ____________________________________________________________________________
44731 [  7020] By: jhi                                   on 2000/09/07  16:14:57
44732         Log: Tiny perldelta nits.
44733      Branch: perl
44734            ! pod/perldelta.pod
44735 ____________________________________________________________________________
44736 [  7019] By: jhi                                   on 2000/09/07  16:04:20
44737         Log: Guard against bad string->int conversion for quads.
44738      Branch: perl
44739            ! t/op/64bitint.t
44740 ____________________________________________________________________________
44741 [  7018] By: jhi                                   on 2000/09/06  17:07:03
44742         Log: Update Unicode todo list.
44743      Branch: perl
44744            ! Todo-5.6
44745 ____________________________________________________________________________
44746 [  7017] By: jhi                                   on 2000/09/05  21:16:01
44747         Log: Document the SvIOK_.*UV().
44748      Branch: perl
44749            ! pod/perlapi.pod sv.h
44750 ____________________________________________________________________________
44751 [  7016] By: nick                                  on 2000/09/03  21:54:46
44752         Log: Hash lookup of constant strings optimization:
44753              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
44754              to string table (as per sharepvn). Add newSV_pvn_share to create such
44755              a thing. Make hv.c compare addresses of strings and skip string compare
44756              if equal. Make method_named and helem ops use these shared-string SVs
44757              when arg is constant. Make keys op return shared-string SVs (less clearly
44758              a win).
44759      Branch: perl
44760            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
44761            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
44762            ! pod/perlintern.pod pp_hot.c proto.h sv.c
44763 ____________________________________________________________________________
44764 [  7015] By: jhi                                   on 2000/09/02  17:48:59
44765         Log: This is 5.7.0.
44766      Branch: perl
44767            ! Changes
44768 ____________________________________________________________________________
44769 [  7014] By: jhi                                   on 2000/09/02  17:35:45
44770         Log: Changes and patchlevel tweaks.
44771      Branch: perl
44772            ! Changes patchlevel.h
44773 ____________________________________________________________________________
44774 [  7013] By: jhi                                   on 2000/09/02  17:30:50
44775         Log: Update Changes.
44776      Branch: perl
44777            ! Changes patchlevel.h
44778 ____________________________________________________________________________
44779 [  7012] By: nick                                  on 2000/09/02  17:25:20
44780         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
44781      Branch: perl
44782            ! gv.c lib/overload.pm
44783 ____________________________________________________________________________
44784 [  7011] By: jhi                                   on 2000/09/02  17:16:25
44785         Log: Update perlhist.
44786      Branch: perl
44787            ! pod/perlhist.pod
44788 ____________________________________________________________________________
44789 [  7010] By: jhi                                   on 2000/09/02  17:01:35
44790         Log: perldelta nits.
44791      Branch: perl
44792            ! pod/perldelta.pod
44793 ____________________________________________________________________________
44794 [  7009] By: nick                                  on 2000/09/02  16:48:35
44795         Log: If overloaded %{} etc. return the object do not loop.
44796              Thus  sub deref { $_[0] } functions if object is wanted type.
44797      Branch: perl
44798            ! pp.h
44799 ____________________________________________________________________________
44800 [  7008] By: jhi                                   on 2000/09/02  16:26:11
44801         Log: Retab MANIFEST.
44802      Branch: perl
44803            ! ext/Storable/MANIFEST
44804 ____________________________________________________________________________
44805 [  7007] By: jhi                                   on 2000/09/02  16:23:02
44806         Log: Make certain cc is set before trying to run it.
44807      Branch: perl
44808            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
44809 ____________________________________________________________________________
44810 [  7006] By: jhi                                   on 2000/09/02  15:45:41
44811         Log: Unicode notes.
44812      Branch: perl
44813            ! pod/perldelta.pod
44814 ____________________________________________________________________________
44815 [  7005] By: jhi                                   on 2000/09/02  15:42:11
44816         Log: Various Configure nits by Philip Newton,
44817              plus the ebcdic one by me.
44818      Branch: metaconfig
44819            + U/modified/pager.U
44820            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
44821      Branch: metaconfig/U/perl
44822            ! Devel.U quadfio.U
44823      Branch: perl
44824            ! Configure config_h.SH
44825 ____________________________________________________________________________
44826 [  7004] By: jhi                                   on 2000/09/02  15:06:14
44827         Log: Apparently avoiding the swapping is too costly.
44828              
44829              From: "Ben Tilly" <ben_tilly@hotmail.com>
44830              Subject: Re: the door is closed.
44831              Date: Fri, 01 Sep 2000 20:23:16 EDT
44832              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
44833      Branch: perl
44834            ! pod/perlfaq4.pod
44835 ____________________________________________________________________________
44836 [  7003] By: nick                                  on 2000/09/02  12:26:04
44837         Log: Undo part of change 6489 which looks like a bulk edit which
44838              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
44839              The supressing of main:: on return from select() is undesirable.
44840      Branch: perl
44841            ! pp_sys.c
44842 ____________________________________________________________________________
44843 [  7002] By: jhi                                   on 2000/09/01  23:08:54
44844         Log: Update Changes.
44845      Branch: perl
44846            ! Changes patchlevel.h
44847 ____________________________________________________________________________
44848 [  7001] By: jhi                                   on 2000/09/01  23:00:13
44849         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
44850              From: Peter Prymmer <pvhp@forte.com>
44851              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
44852              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
44853              
44854              plus rework the http: spots as suggested by Tom Christiansen,
44855              plus regen perltoc.
44856      Branch: perl
44857            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
44858            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
44859 ____________________________________________________________________________
44860 [  7000] By: jhi                                   on 2000/09/01  22:36:01
44861         Log: Only the first line, thank you very much.
44862      Branch: perl
44863            ! hints/solaris_2.sh
44864 ____________________________________________________________________________
44865 [  6999] By: gsar                                  on 2000/09/01  22:16:40
44866         Log: change#6791 accidentally clobbered change#6710, put it back
44867      Branch: perl
44868            ! win32/win32.c
44869 ____________________________________________________________________________
44870 [  6998] By: jhi                                   on 2000/09/01  22:14:16
44871         Log: Mention the HP-UX LP64 freak failure.
44872      Branch: perl
44873            ! pod/perldelta.pod
44874 ____________________________________________________________________________
44875 [  6997] By: jhi                                   on 2000/09/01  21:48:32
44876         Log: Detypo.
44877      Branch: perl
44878            ! hints/hpux.sh
44879 ____________________________________________________________________________
44880 [  6996] By: jhi                                   on 2000/09/01  21:27:10
44881         Log: Update Changes.
44882      Branch: perl
44883            ! Changes patchlevel.h
44884 ____________________________________________________________________________
44885 [  6995] By: jhi                                   on 2000/09/01  21:14:24
44886         Log: Mi splgn s gnin.g
44887      Branch: perl
44888            ! pp_ctl.c
44889 ____________________________________________________________________________
44890 [  6994] By: jhi                                   on 2000/09/01  21:09:54
44891         Log: Subject: http:// in L<>
44892              From: Nicholas Clark <nick@ccl4.org>
44893              Date: Fri, 1 Sep 2000 22:03:21 +0100
44894              Message-ID: <20000901220321.B72074@plum.flirble.org>
44895      Branch: perl
44896            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
44897 ____________________________________________________________________________
44898 [  6993] By: jhi                                   on 2000/09/01  21:06:54
44899         Log: Update to Storable 1.0, from Raphael Manfredi.
44900      Branch: perl
44901            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
44902            ! ext/Storable/Makefile.PL ext/Storable/README
44903            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
44904            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
44905            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
44906            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
44907            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
44908            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
44909 ____________________________________________________________________________
44910 [  6992] By: jhi                                   on 2000/09/01  20:43:05
44911         Log: Mention known sfio+linux buglet.
44912      Branch: perl
44913            ! pod/perldelta.pod
44914 ____________________________________________________________________________
44915 [  6991] By: jhi                                   on 2000/09/01  20:40:11
44916         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
44917              From: Peter Prymmer <pvhp@forte.com>
44918              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
44919              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
44920      Branch: perl
44921            ! vms/vms.c
44922 ____________________________________________________________________________
44923 [  6990] By: jhi                                   on 2000/09/01  20:25:26
44924         Log: Retract #6986.
44925      Branch: perl
44926            ! hints/solaris_2.sh
44927 ____________________________________________________________________________
44928 [  6989] By: jhi                                   on 2000/09/01  20:23:00
44929         Log: Mergesort is back.
44930      Branch: perl
44931            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
44932 ____________________________________________________________________________
44933 [  6988] By: jhi                                   on 2000/09/01  19:37:40
44934         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
44935              From: Mike Guy <mjtg@cam.ac.uk>
44936              Date: Fri, 01 Sep 2000 17:43:33 +0100
44937              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
44938      Branch: perl
44939            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
44940            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
44941 ____________________________________________________________________________
44942 [  6987] By: jhi                                   on 2000/09/01  19:17:10
44943         Log: Regen perltoc.
44944      Branch: perl
44945            ! pod/perltoc.pod
44946 ____________________________________________________________________________
44947 [  6986] By: jhi                                   on 2000/09/01  18:51:10
44948         Log: Subject: Re: Solaris x86 has no SPARC libraries!
44949              From: Lupe Christoph <lupe@lupe-christoph.de>
44950              Date: Fri, 1 Sep 2000 20:41:20 +0200
44951              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
44952      Branch: perl
44953            ! hints/solaris_2.sh
44954 ____________________________________________________________________________
44955 [  6985] By: jhi                                   on 2000/09/01  18:28:10
44956         Log: Update Changes.
44957      Branch: perl
44958            ! Changes patchlevel.h
44959 ____________________________________________________________________________
44960 [  6984] By: jhi                                   on 2000/09/01  18:26:53
44961         Log: Feature ordering tweak.
44962      Branch: perl
44963            ! myconfig.SH
44964 ____________________________________________________________________________
44965 [  6983] By: jhi                                   on 2000/09/01  18:19:50
44966         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
44967              From: <abigail@foad.org>
44968              Date: Fri, 1 Sep 2000 13:07:32 -0400
44969              Message-ID: <20000901170732.18249.qmail@foad.org>
44970      Branch: perl
44971            ! t/pragma/overload.t
44972 ____________________________________________________________________________
44973 [  6982] By: jhi                                   on 2000/09/01  18:17:54
44974         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
44975              so that case-ignoring systems like DCL can tell them from
44976              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
44977      Branch: metaconfig/U/perl
44978            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
44979      Branch: perl
44980            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44981            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
44982            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
44983            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
44984            ! vos/config.def vos/config.h vos/config_h.SH_orig
44985            ! win32/config.bc win32/config.gc win32/config.vc
44986 ____________________________________________________________________________
44987 [  6981] By: nick                                  on 2000/09/01  17:21:57
44988         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
44989              warning when UNTIE exists and instead pass the cound of extra references to
44990              the UNTIE method.
44991      Branch: perl
44992            ! pod/perltie.pod pp_sys.c
44993 ____________________________________________________________________________
44994 [  6980] By: jhi                                   on 2000/09/01  16:54:44
44995         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
44996              From: Peter Prymmer <pvhp@forte.com>
44997              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
44998              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
44999      Branch: perl
45000            ! configure.com
45001 ____________________________________________________________________________
45002 [  6979] By: jhi                                   on 2000/09/01  16:06:20
45003         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
45004              From: Mike Guy <mjtg@cam.ac.uk> 
45005              Date: Fri, 01 Sep 2000 16:49:27 +0100
45006              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
45007      Branch: perl
45008            ! t/base/rs.t
45009 ____________________________________________________________________________
45010 [  6978] By: jhi                                   on 2000/09/01  16:00:42
45011         Log: Update to PodParser 1.18, from Brad Appleton.
45012      Branch: perl
45013            ! lib/Pod/Checker.pm t/pod/find.t
45014 ____________________________________________________________________________
45015 [  6977] By: jhi                                   on 2000/09/01  14:48:58
45016         Log: Subject: Nit in Configure (bleadperl@6961)
45017              From: Lupe Christoph <lupe@lupe-christoph.de>
45018              Date: Fri, 1 Sep 2000 16:34:29 +0200
45019              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
45020      Branch: metaconfig
45021            ! U/compline/ccflags.U
45022      Branch: perl
45023            ! Configure config_h.SH
45024 ____________________________________________________________________________
45025 [  6976] By: jhi                                   on 2000/09/01  14:39:52
45026         Log: Update Changes.
45027      Branch: perl
45028            ! Changes patchlevel.h
45029 ____________________________________________________________________________
45030 [  6975] By: jhi                                   on 2000/09/01  14:37:36
45031         Log: microperl config update.
45032      Branch: perl
45033            ! uconfig.h uconfig.sh
45034 ____________________________________________________________________________
45035 [  6974] By: jhi                                   on 2000/09/01  14:36:53
45036         Log: Document known deficiencies.
45037      Branch: perl
45038            ! pod/perldelta.pod
45039 ____________________________________________________________________________
45040 [  6973] By: jhi                                   on 2000/09/01  14:10:20
45041         Log: Mention warnings fixes and updates.
45042      Branch: perl
45043            ! pod/perldelta.pod
45044 ____________________________________________________________________________
45045 [  6972] By: jhi                                   on 2000/09/01  14:01:52
45046         Log: Drop unused argument.
45047              
45048              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
45049              From: Spider Boardman <spider@web.zk3.dec.com>
45050              Date: Thu, 31 Aug 2000 16:10:15 -0400
45051              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
45052      Branch: perl
45053            ! toke.c
45054 ____________________________________________________________________________
45055 [  6971] By: jhi                                   on 2000/09/01  13:59:24
45056         Log: Add the overload warnings to perldiag.
45057      Branch: perl
45058            ! lib/overload.pm pod/perldiag.pod
45059 ____________________________________________________________________________
45060 [  6970] By: jhi                                   on 2000/09/01  13:55:10
45061         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45062              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45063              Date: Fri, 1 Sep 2000 13:43:15 +0100 
45064              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
45065      Branch: perl
45066            ! lib/overload.pm t/pragma/overload.t
45067 ____________________________________________________________________________
45068 [  6969] By: jhi                                   on 2000/09/01  13:52:27
45069         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45070              From: <abigail@foad.org>
45071              Date: Fri, 1 Sep 2000 05:46:54 -0400
45072              Message-ID: <20000901094654.6476.qmail@foad.org>
45073      Branch: perl
45074            ! lib/overload.pm
45075 ____________________________________________________________________________
45076 [  6968] By: jhi                                   on 2000/09/01  13:50:05
45077         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
45078              From: Daniel Chetlin <daniel@chetlin.com>
45079              Date: Fri, 1 Sep 2000 02:10:55 -0700
45080              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
45081      Branch: perl
45082            ! pod/perlretut.pod
45083 ____________________________________________________________________________
45084 [  6967] By: jhi                                   on 2000/09/01  13:47:54
45085         Log: Part of the solution.
45086              
45087              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
45088              From: Mike Guy <mjtg@cam.ac.uk>
45089              Date: Fri, 01 Sep 2000 14:16:01 +0100
45090              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
45091      Branch: perl
45092            ! gv.c mg.c
45093 ____________________________________________________________________________
45094 [  6966] By: jhi                                   on 2000/09/01  13:46:17
45095         Log: Subject: CPAN.pm beta 1.57_57 for the core
45096              From: andreas.koenig@anima.de (Andreas J. Koenig)
45097              Date: 01 Sep 2000 15:16:31 +0200
45098              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
45099      Branch: perl
45100            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45101 ____________________________________________________________________________
45102 [  6965] By: jhi                                   on 2000/09/01  13:43:18
45103         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
45104              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45105              Date: Fri, 01 Sep 2000 01:47:22 -0500
45106              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
45107      Branch: perl
45108            ! pod/perldelta.pod vms/vms.c
45109 ____________________________________________________________________________
45110 [  6964] By: jhi                                   on 2000/09/01  13:35:35
45111         Log: File::Temp patches from Andreas König,
45112              
45113              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
45114              From: andreas.koenig@anima.de (Andreas J. Koenig)
45115              Date: 01 Sep 2000 10:07:20 +0200
45116              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
45117              
45118              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
45119              From: andreas.koenig@anima.de (Andreas J. Koenig)
45120              Date: 31 Aug 2000 23:26:08 +0200
45121              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
45122      Branch: perl
45123            ! lib/File/Temp.pm t/lib/ftmp-security.t
45124 ____________________________________________________________________________
45125 [  6963] By: jhi                                   on 2000/09/01  02:22:24
45126         Log: Retract the mergesort code, way too incompatible licensing
45127              and copyrights.
45128      Branch: perl
45129            ! pod/perldelta.pod pp_ctl.c
45130 ____________________________________________________________________________
45131 [  6962] By: jhi                                   on 2000/08/31  23:27:32
45132         Log: Update Changes.
45133      Branch: perl
45134            ! Changes patchlevel.h
45135 ____________________________________________________________________________
45136 [  6961] By: jhi                                   on 2000/08/31  23:20:04
45137         Log: Small tweaks all over.
45138      Branch: metaconfig
45139            ! U/compline/d_gconvert.U
45140      Branch: perl
45141            ! AUTHORS Configure config_h.SH pp_ctl.c
45142 ____________________________________________________________________________
45143 [  6960] By: jhi                                   on 2000/08/31  22:39:36
45144         Log: Further rewording.
45145      Branch: perl
45146            ! pp_ctl.c
45147 ____________________________________________________________________________
45148 [  6959] By: jhi                                   on 2000/08/31  21:26:44
45149         Log: More address tweaking.
45150      Branch: perl
45151            ! AUTHORS Changes
45152 ____________________________________________________________________________
45153 [  6958] By: jhi                                   on 2000/08/31  20:47:25
45154         Log: AUTHORS tweaks, from Peter Prymmer.
45155              
45156              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
45157              From: Peter Prymmer <pvhp@forte.com>
45158              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
45159              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
45160      Branch: perl
45161            ! AUTHORS MAINTAIN
45162 ____________________________________________________________________________
45163 [  6957] By: jhi                                   on 2000/08/31  20:34:43
45164         Log: perldelta tweaks.
45165      Branch: perl
45166            ! pod/perldelta.pod
45167 ____________________________________________________________________________
45168 [  6956] By: jhi                                   on 2000/08/31  19:11:06
45169         Log: Regen perltoc.
45170      Branch: perl
45171            ! pod/perltoc.pod
45172 ____________________________________________________________________________
45173 [  6955] By: jhi                                   on 2000/08/31  19:06:30
45174         Log: Clarify the mergesort situation.
45175      Branch: perl
45176            ! pp_ctl.c
45177 ____________________________________________________________________________
45178 [  6954] By: jhi                                   on 2000/08/31  18:24:17
45179         Log: Move the Solaris 7 scan to use64bitall, make the
45180              failure to find 64-bot sparc libc to mention the
45181              possibility of being in an intel, from Lupe and Alan.
45182      Branch: perl
45183            ! hints/solaris_2.sh
45184 ____________________________________________________________________________
45185 [  6953] By: jhi                                   on 2000/08/31  18:09:20
45186         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
45187              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
45188      Branch: metaconfig
45189            ! U/compline/d_gconvert.U U/threads/archname.U
45190      Branch: metaconfig/U/perl
45191            ! perlxv.U
45192      Branch: perl
45193            ! Configure config_h.SH sv.c
45194 ____________________________________________________________________________
45195 [  6952] By: jhi                                   on 2000/08/31  17:42:24
45196         Log: :: not allowed in pathnames, change to .
45197              
45198              Subject: [PATCH perl@6938] cygwin port
45199              From: "Fifer, Eric" <EFifer@sanwaint.com>
45200              Date: Thu, 31 Aug 2000 16:32:59 +0100
45201              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
45202      Branch: metaconfig/U/perl
45203            ! perlxv.U
45204 ____________________________________________________________________________
45205 [  6951] By: jhi                                   on 2000/08/31  17:02:05
45206         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
45207      Branch: perl
45208            ! perl.h
45209 ____________________________________________________________________________
45210 [  6950] By: jhi                                   on 2000/08/31  16:26:08
45211         Log: More author updates.
45212              
45213              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
45214              From: Simon Cozens <simon@cozens.net>
45215              Date: Thu, 31 Aug 2000 17:13:32 +0100
45216              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
45217      Branch: perl
45218            ! AUTHORS
45219 ____________________________________________________________________________
45220 [  6949] By: jhi                                   on 2000/08/31  16:04:49
45221         Log: POSIX doesn't report long double values under -Duselongdouble
45222              when the long doubles are "real" (bigger than doubles).
45223              
45224              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
45225              From: Spider Boardman <spider@peano.zk3.dec.com>
45226              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
45227              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
45228      Branch: perl
45229            ! ext/POSIX/POSIX.xs
45230 ____________________________________________________________________________
45231 [  6948] By: jhi                                   on 2000/08/31  15:25:10
45232         Log: Update Changes.
45233      Branch: perl
45234            ! Changes patchlevel.h
45235 ____________________________________________________________________________
45236 [  6947] By: jhi                                   on 2000/08/31  15:22:29
45237         Log: Document UNTIE in a very minimalistic way.
45238      Branch: perl
45239            ! pod/perlfunc.pod pod/perltie.pod
45240 ____________________________________________________________________________
45241 [  6946] By: jhi                                   on 2000/08/31  15:15:23
45242         Log: Document known failures.
45243      Branch: perl
45244            ! pod/perldelta.pod
45245 ____________________________________________________________________________
45246 [  6945] By: jhi                                   on 2000/08/31  15:07:00
45247         Log: Don't attach -ld to the archname if pointless.
45248      Branch: metaconfig
45249            ! U/threads/archname.U
45250      Branch: perl
45251            ! Configure config_h.SH
45252 ____________________________________________________________________________
45253 [  6944] By: jhi                                   on 2000/08/31  14:37:42
45254         Log: Wrap the test in eval.
45255              
45256              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
45257              From: Tim Jenness <timj@jach.hawaii.edu>
45258              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
45259              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
45260      Branch: perl
45261            ! t/lib/ftmp-security.t
45262 ____________________________________________________________________________
45263 [  6943] By: jhi                                   on 2000/08/31  14:30:57
45264         Log: Make -Dusemorebits find long doubles in Solaris.
45265      Branch: perl
45266            ! hints/solaris_2.sh
45267 ____________________________________________________________________________
45268 [  6942] By: jhi                                   on 2000/08/31  13:48:45
45269         Log: Clarify the third case of ftmp-security warnings.
45270      Branch: perl
45271            ! INSTALL
45272 ____________________________________________________________________________
45273 [  6941] By: jhi                                   on 2000/08/31  13:40:31
45274         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
45275              From: <abigail@foad.org>
45276              Date: Thu, 31 Aug 2000 01:35:05 -0400
45277              Message-ID: <20000831053505.32120.qmail@foad.org>
45278      Branch: perl
45279            ! pod/perldelta.pod
45280 ____________________________________________________________________________
45281 [  6940] By: jhi                                   on 2000/08/31  13:38:48
45282         Log: Issue useful diagnostic on unknown pod commands.
45283              
45284              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
45285              From: <abigail@foad.org>
45286              Date: Thu, 31 Aug 2000 03:41:18 -0400
45287              Message-ID: <20000831074118.24880.qmail@foad.org>
45288      Branch: perl
45289            ! lib/Pod/Man.pm
45290 ____________________________________________________________________________
45291 [  6939] By: jhi                                   on 2000/08/31  13:34:33
45292         Log: Reveal Borland's isnan.
45293              
45294              Subject: build with BC++ tweak
45295              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
45296              Date: Thu, 31 Aug 2000 13:09:37 +0400
45297              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
45298      Branch: perl
45299            ! win32/win32.h
45300 ____________________________________________________________________________
45301 [  6938] By: jhi                                   on 2000/08/31  05:01:20
45302         Log: Update Changes.
45303      Branch: perl
45304            ! Changes patchlevel.h
45305 ____________________________________________________________________________
45306 [  6937] By: jhi                                   on 2000/08/31  04:26:23
45307         Log: sscanf() may be the only way to read long doubles from strings.
45308      Branch: metaconfig/U/perl
45309            ! longdblfio.U
45310      Branch: perl
45311            ! Configure config_h.SH perl.h util.c
45312 ____________________________________________________________________________
45313 [  6936] By: jhi                                   on 2000/08/31  04:18:19
45314         Log: The #6929 was too skimpy.
45315      Branch: perl
45316            ! sv.c
45317 ____________________________________________________________________________
45318 [  6935] By: jhi                                   on 2000/08/31  02:47:07
45319         Log: Subject: Re: typos in pods
45320              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45321              Date: Wed, 30 Aug 2000 19:25:34 -0700
45322              Message-ID: <eIcr5gzkg25X092yn@efn.org>
45323      Branch: perl
45324            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
45325 ____________________________________________________________________________
45326 [  6934] By: jhi                                   on 2000/08/31  02:42:55
45327         Log: Missed one Unicode file.
45328      Branch: perl
45329            + lib/unicode/UCDFF301.html
45330 ____________________________________________________________________________
45331 [  6933] By: jhi                                   on 2000/08/30  23:42:27
45332         Log: Update Changes.
45333      Branch: perl
45334            ! Changes patchlevel.h
45335 ____________________________________________________________________________
45336 [  6932] By: jhi                                   on 2000/08/30  23:40:07
45337         Log: Mention UNTIE in perldelta.  Still needs documenting
45338              in perltie et alia.
45339      Branch: perl
45340            ! pod/perldelta.pod
45341 ____________________________________________________________________________
45342 [  6931] By: jhi                                   on 2000/08/30  23:36:02
45343         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
45344              From: <abigail@foad.org>
45345              Date: Wed, 30 Aug 2000 19:28:07 -0400
45346              Message-ID: <20000830232807.305.qmail@foad.org>
45347      Branch: perl
45348            ! pod/perldelta.pod
45349 ____________________________________________________________________________
45350 [  6930] By: jhi                                   on 2000/08/30  23:32:40
45351         Log: Update to Unicode 3.0.1.
45352      Branch: perl
45353            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
45354            + lib/unicode/PropList.txt lib/unicode/README.perl
45355            + lib/unicode/UCD301.html lib/unicode/Unicode.301
45356            - lib/unicode/Props.txt lib/unicode/UCD300.html
45357            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
45358            ! (edit 257 files)
45359 ____________________________________________________________________________
45360 [  6929] By: jhi                                   on 2000/08/30  22:38:18
45361         Log: Heap decorruption.
45362              
45363              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
45364              From: Alan Burlison <Alan.Burlison@uk.sun.com>
45365              Date: Wed, 30 Aug 2000 22:39:52 +0100
45366              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
45367      Branch: perl
45368            ! sv.c
45369 ____________________________________________________________________________
45370 [  6928] By: jhi                                   on 2000/08/30  22:29:34
45371         Log: Retract the dummy test, skip the security tests (instead of failing),
45372              explain what the warnings mean.
45373      Branch: perl
45374            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
45375 ____________________________________________________________________________
45376 [  6927] By: jhi                                   on 2000/08/30  22:14:13
45377         Log: Change the internal implementation of sort() to be mergesort
45378              instead of quicksort, from John Linderman <jpl@research.att.com>.
45379              Gives us better worst case, better average case, and stability.
45380              What's there not to like?  (Small fixes for threaded builds
45381              were required).
45382      Branch: perl
45383            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
45384 ____________________________________________________________________________
45385 [  6926] By: jhi                                   on 2000/08/30  20:55:20
45386         Log: A better fix for the Socket building problem from Craig Berry.
45387      Branch: perl
45388            ! vms/vms.c
45389 ____________________________________________________________________________
45390 [  6925] By: jhi                                   on 2000/08/30  20:20:25
45391         Log: Subject: [PATCH] Re: UNTIE method 
45392              From: Nick Ing-Simmons <nik@tiuk.ti.com>
45393              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
45394              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
45395      Branch: perl
45396            ! pp_sys.c t/op/tie.t
45397 ____________________________________________________________________________
45398 [  6924] By: jhi                                   on 2000/08/30  20:17:11
45399         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
45400              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45401              Date: Wed, 30 Aug 2000 15:03:14 -0500
45402              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
45403      Branch: perl
45404            ! vms/vms.c
45405 ____________________________________________________________________________
45406 [  6923] By: jhi                                   on 2000/08/30  20:15:18
45407         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
45408              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45409              Date: Wed, 30 Aug 2000 13:30:36 -0500
45410              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
45411      Branch: perl
45412            ! vms/vms.c
45413 ____________________________________________________________________________
45414 [  6922] By: jhi                                   on 2000/08/30  19:54:43
45415         Log: Better options for rsync.
45416      Branch: perl
45417            ! pod/perlhack.pod
45418 ____________________________________________________________________________
45419 [  6921] By: jhi                                   on 2000/08/30  19:40:16
45420         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
45421              From: Rick Delaney <rick@consumercontact.com>
45422              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
45423              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
45424      Branch: perl
45425            ! pod/perlfunc.pod
45426 ____________________________________________________________________________
45427 [  6920] By: jhi                                   on 2000/08/30  19:36:40
45428         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
45429              From: Peter Prymmer <pvhp@forte.com>
45430              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
45431              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
45432      Branch: perl
45433            ! configure.com
45434 ____________________________________________________________________________
45435 [  6919] By: jhi                                   on 2000/08/30  14:52:02
45436         Log: Update Changes.
45437      Branch: perl
45438            ! Changes patchlevel.h
45439 ____________________________________________________________________________
45440 [  6918] By: jhi                                   on 2000/08/30  14:48:34
45441         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
45442      Branch: perl
45443            ! lib/ExtUtils/typemap
45444 ____________________________________________________________________________
45445 [  6917] By: jhi                                   on 2000/08/30  14:46:34
45446         Log: Subject: typos in pods
45447              From: Nicholas Clark <nick@ccl4.org>
45448              Date: Wed, 30 Aug 2000 01:12:50 +0100
45449              Message-ID: <20000830011249.A61388@plum.flirble.org>
45450      Branch: perl
45451            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
45452            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
45453            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
45454            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
45455 ____________________________________________________________________________
45456 [  6916] By: jhi                                   on 2000/08/30  14:19:09
45457         Log: Document Storable problems on Crays.  (Will have
45458              to document all the other Storable problems, too.)
45459      Branch: perl
45460            ! pod/perldelta.pod
45461 ____________________________________________________________________________
45462 [  6915] By: jhi                                   on 2000/08/30  14:06:02
45463         Log: Subject: [PATCH] fix misc cast warnings
45464              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45465              Date: Tue, 29 Aug 2000 23:16:14 -0700
45466              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
45467      Branch: perl
45468            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
45469            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
45470            ! os2/os2ish.h
45471 ____________________________________________________________________________
45472 [  6914] By: jhi                                   on 2000/08/30  14:03:45
45473         Log: Timestamp mismatch again.  Need to fix this dependence on
45474              config_h.SH timestamp, since it's the contents of config_h.SH
45475              that matter.
45476      Branch: perl
45477            ! uconfig.h uconfig.sh
45478 ____________________________________________________________________________
45479 [  6913] By: jhi                                   on 2000/08/30  13:54:06
45480         Log: Don't say "Perl 5.0 source kit".
45481      Branch: perl
45482            ! perl.c
45483 ____________________________________________________________________________
45484 [  6912] By: jhi                                   on 2000/08/30  13:51:24
45485         Log: Reset archname and archname64 always, forcing them be
45486              recomputed at each Configure run, make Configure and
45487              the hints files agree on the naming of largefiles variables.
45488      Branch: metaconfig
45489            ! U/threads/archname.U
45490      Branch: metaconfig/U/perl
45491            ! use64bits.U
45492      Branch: perl
45493            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
45494            ! hints/linux.sh hints/solaris_2.sh
45495 ____________________________________________________________________________
45496 [  6911] By: jhi                                   on 2000/08/30  13:30:13
45497         Log: Put back the slice accidentally removed by #6907.
45498      Branch: perl
45499            ! hints/solaris_2.sh
45500 ____________________________________________________________________________
45501 [  6910] By: jhi                                   on 2000/08/30  01:24:26
45502         Log: Be consistent: other Net::get* do export theirs.
45503              
45504              Subject: Re: Net::protoent does not export 'getproto'
45505              From: Yasushi Nakajima <sey@jkc.co.jp>
45506              Date: Wed, 30 Aug 2000 09:53:14 +0900
45507              Message-Id: <200008300051.DAA24700@taku.hut.fi>
45508      Branch: perl
45509            ! lib/Net/protoent.pm
45510 ____________________________________________________________________________
45511 [  6909] By: jhi                                   on 2000/08/30  01:17:25
45512         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
45513              From: Gurusamy Sarathy <gsar@ActiveState.com>
45514              Date: Tue, 29 Aug 2000 17:17:07 -0700
45515              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
45516      Branch: perl
45517            ! cop.h
45518 ____________________________________________________________________________
45519 [  6908] By: jhi                                   on 2000/08/30  00:58:05
45520         Log: Update Changes.
45521      Branch: perl
45522            ! Changes patchlevel.h
45523 ____________________________________________________________________________
45524 [  6907] By: jhi                                   on 2000/08/30  00:57:22
45525         Log: Introduce ccname to keep track of what compiler kind of we have.
45526      Branch: metaconfig/U/perl
45527            ! Checkcc.U gccvers.U
45528      Branch: perl
45529            ! Configure config_h.SH hints/solaris_2.sh
45530 ____________________________________________________________________________
45531 [  6906] By: jhi                                   on 2000/08/30  00:25:47
45532         Log: Put back the flags dump as reasoned in
45533              
45534              Subject: Re: [PATCH] Glob dumping
45535              From: Mike Guy <mjtg@cam.ac.uk> 
45536              Date: Tue, 29 Aug 2000 21:41:32 +0100
45537              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
45538      Branch: perl
45539            ! dump.c t/lib/peek.t
45540 ____________________________________________________________________________
45541 [  6905] By: jhi                                   on 2000/08/30  00:16:17
45542         Log: Make the epsilon to be relative, not absolute.
45543              
45544              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
45545              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
45546              Date: Tue, 29 Aug 2000 19:58:56 -0400
45547              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
45548      Branch: perl
45549            ! t/lib/trig.t
45550 ____________________________________________________________________________
45551 [  6904] By: jhi                                   on 2000/08/30  00:13:09
45552         Log: From now on, Gisle is on my list of usual suspects :-)
45553              Retract #6902.
45554      Branch: perl
45555            ! ext/Opcode/Safe.pm
45556 ____________________________________________________________________________
45557 [  6903] By: jhi                                   on 2000/08/29  23:51:20
45558         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
45559              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45560              Date: Tue, 29 Aug 2000 18:43:26 -0500
45561              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
45562      Branch: perl
45563            + vms/vmspipe.com
45564            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
45565            ! vms/vms.c
45566 ____________________________________________________________________________
45567 [  6902] By: jhi                                   on 2000/08/29  23:44:14
45568         Log: Retry what #6882 attempted.
45569              
45570              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
45571              From: Gisle Aas <gisle@ActiveState.com>
45572              Date: 30 Aug 2000 00:33:09 +0200
45573              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
45574      Branch: perl
45575            ! ext/Opcode/Safe.pm
45576 ____________________________________________________________________________
45577 [  6901] By: jhi                                   on 2000/08/29  22:59:32
45578         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
45579              From: Hugo <hv@crypt.compulink.co.uk>
45580              Date: Mon, 12 Jun 2000 19:36:08 +0100
45581              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
45582      Branch: perl
45583            ! sv.c
45584 ____________________________________________________________________________
45585 [  6900] By: jhi                                   on 2000/08/29  22:58:35
45586         Log: Admit that we are leaking scalars.
45587              
45588              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
45589              From: Spider Boardman <spider@leggy.zk3.dec.com>
45590              Date: Tue, 29 Aug 2000 18:48:29 -0400
45591              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
45592      Branch: perl
45593            ! t/pragma/warnings.t
45594 ____________________________________________________________________________
45595 [  6899] By: jhi                                   on 2000/08/29  20:53:13
45596         Log: Update Changes.
45597      Branch: perl
45598            ! Changes patchlevel.h
45599 ____________________________________________________________________________
45600 [  6898] By: jhi                                   on 2000/08/29  20:46:21
45601         Log: Undo namespace pollution of #6878.
45602              
45603              Subject: Re: Net::protoent does not export 'getproto'
45604              From: Mike Guy <mjtg@cam.ac.uk>
45605              Date: Tue, 29 Aug 2000 21:32:37 +0100
45606              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
45607      Branch: perl
45608            ! lib/Net/protoent.pm
45609 ____________________________________________________________________________
45610 [  6897] By: jhi                                   on 2000/08/29  20:44:29
45611         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
45612              From: Peter Prymmer <pvhp@forte.com>
45613              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
45614              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
45615      Branch: perl
45616            ! pod/perlebcdic.pod
45617 ____________________________________________________________________________
45618 [  6896] By: jhi                                   on 2000/08/29  20:40:57
45619         Log: There's no point repeating the 'revision' (5) of perl5.
45620      Branch: metaconfig/U/perl
45621            ! Devel.U patchlevel.U
45622      Branch: perl
45623            ! Configure config_h.SH
45624 ____________________________________________________________________________
45625 [  6895] By: jhi                                   on 2000/08/29  20:16:58
45626         Log: Regen Configure for #6894.
45627      Branch: metaconfig/U/perl
45628            ! perladmin.U
45629      Branch: perl
45630            ! Configure config_h.SH
45631 ____________________________________________________________________________
45632 [  6894] By: jhi                                   on 2000/08/29  19:59:52
45633         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
45634              From: "Philip Newton" <Philip.Newton@gmx.net>
45635              Date: Tue, 29 Aug 2000 21:39:14 +0200
45636              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
45637      Branch: perl
45638            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
45639            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
45640            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
45641            ! utils/perlbug.PL
45642 ____________________________________________________________________________
45643 [  6893] By: jhi                                   on 2000/08/29  19:55:30
45644         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
45645              From: "Philip Newton" <Philip.Newton@gmx.net>
45646              Date: Tue, 29 Aug 2000 21:39:14 +0200
45647              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
45648      Branch: perl
45649            ! installhtml
45650 ____________________________________________________________________________
45651 [  6892] By: jhi                                   on 2000/08/29  19:53:59
45652         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
45653              From: "Philip Newton" <Philip.Newton@gmx.net>
45654              Date: Tue, 29 Aug 2000 21:48:18 +0200
45655              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
45656      Branch: perl
45657            ! lib/File/Temp.pm
45658 ____________________________________________________________________________
45659 [  6891] By: jhi                                   on 2000/08/29  18:30:03
45660         Log: Nail the ID 20000828.023.
45661      Branch: perl
45662            ! ext/Storable/Storable.xs
45663 ____________________________________________________________________________
45664 [  6890] By: jhi                                   on 2000/08/29  16:50:17
45665         Log: Under usethreads the dumped variable is IN_PAD.
45666              
45667              Subject: Re: [PATCH] Glob dumping
45668              From: Gisle Aas <gisle@ActiveState.com>
45669              Date: 29 Aug 2000 18:45:05 +0200
45670              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
45671      Branch: perl
45672            ! t/lib/peek.t
45673 ____________________________________________________________________________
45674 [  6889] By: jhi                                   on 2000/08/29  15:17:37
45675         Log: Update Changes.
45676      Branch: perl
45677            ! Changes patchlevel.h
45678 ____________________________________________________________________________
45679 [  6888] By: jhi                                   on 2000/08/29  14:49:59
45680         Log: Retract #6882, broke the safe tests.
45681      Branch: perl
45682            ! ext/Opcode/Safe.pm
45683 ____________________________________________________________________________
45684 [  6887] By: jhi                                   on 2000/08/29  14:47:06
45685         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
45686              From: Gisle Aas <gisle@ActiveState.com> 
45687              Date: 09 Jun 2000 20:00:11 +0200
45688              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
45689      Branch: perl
45690            ! utils/perldoc.PL
45691 ____________________________________________________________________________
45692 [  6886] By: jhi                                   on 2000/08/29  14:42:45
45693         Log: The #6881 removed one dump line.
45694      Branch: perl
45695            ! t/lib/peek.t
45696 ____________________________________________________________________________
45697 [  6885] By: jhi                                   on 2000/08/29  14:30:47
45698         Log: Don't forget to tidy up.
45699      Branch: perl
45700            ! t/lib/ftmp-security.t
45701 ____________________________________________________________________________
45702 [  6884] By: jhi                                   on 2000/08/29  14:25:17
45703         Log: Disabling the one test is a bit tricky.
45704      Branch: perl
45705            ! t/lib/ftmp-security.t
45706 ____________________________________________________________________________
45707 [  6883] By: jhi                                   on 2000/08/29  14:16:25
45708         Log: Disable one of the tests for now.
45709      Branch: perl
45710            ! t/lib/ftmp-security.t
45711 ____________________________________________________________________________
45712 [  6882] By: jhi                                   on 2000/08/29  14:05:50
45713         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
45714              From: gisle@aas.no
45715              Date: 29 Aug 2000 10:35:06 -0000
45716              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
45717      Branch: perl
45718            ! ext/Opcode/Safe.pm
45719 ____________________________________________________________________________
45720 [  6881] By: jhi                                   on 2000/08/29  14:03:51
45721         Log: Subject: [PATCH] Glob dumping
45722              From: Gisle Aas <gisle@ActiveState.com>
45723              Date: 29 Aug 2000 07:59:42 -0000
45724              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
45725      Branch: perl
45726            ! dump.c
45727 ____________________________________________________________________________
45728 [  6880] By: jhi                                   on 2000/08/29  14:02:01
45729         Log: Subject: [PATCH] Warnings in B::Deparse
45730              From: <abigail@foad.org>
45731              Date: Tue, 29 Aug 2000 00:00:01 -0400
45732              Message-ID: <20000829040001.2999.qmail@foad.org>
45733      Branch: perl
45734            ! ext/B/B/Deparse.pm
45735 ____________________________________________________________________________
45736 [  6879] By: jhi                                   on 2000/08/29  13:57:26
45737         Log: Missed a change in #6869.
45738      Branch: perl
45739            ! mg.c
45740 ____________________________________________________________________________
45741 [  6878] By: jhi                                   on 2000/08/29  13:45:04
45742         Log: Subject: Net::protoent does not export 'getproto'
45743              From: Yasushi Nakajima <sey@jkc.co.jp>
45744              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
45745      Branch: perl
45746            ! lib/Net/protoent.pm
45747 ____________________________________________________________________________
45748 [  6877] By: jhi                                   on 2000/08/29  13:39:19
45749         Log: Patches all over for people and the files they (hopefully) care about.
45750      Branch: perl
45751            ! AUTHORS Changes MAINTAIN
45752 ____________________________________________________________________________
45753 [  6876] By: jhi                                   on 2000/08/29  12:53:54
45754         Log: Fix for thinko in #6848.
45755              
45756              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
45757              From: Lupe Christoph <lupe@lupe-christoph.de>
45758              Date: Tue, 29 Aug 2000 09:04:08 +0200
45759              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
45760      Branch: perl
45761            ! ext/Thread/Thread.xs
45762 ____________________________________________________________________________
45763 [  6875] By: jhi                                   on 2000/08/29  12:50:14
45764         Log: Update to Getopt::Long 2.24, from Johan Vromans.
45765      Branch: perl
45766            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
45767 ____________________________________________________________________________
45768 [  6874] By: jhi                                   on 2000/08/29  02:09:53
45769         Log: Use minimal @INC in tests, most of the time just '../lib',
45770              so that we simply can't pick up stuff from other Perls than
45771              the one we are testing.  Pointed out by
45772              
45773              From: Mike Guy <mjtg@cam.ac.uk>
45774              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
45775              Date: Fri, 25 Aug 2000 15:15:59 +0100
45776              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
45777      Branch: perl
45778            ! (edit 185 files)
45779 ____________________________________________________________________________
45780 [  6873] By: jhi                                   on 2000/08/29  01:07:11
45781         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
45782              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45783              Date: Mon, 28 Aug 2000 17:45:52 -0700
45784              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
45785      Branch: perl
45786            ! Makefile.SH hints/os2.sh
45787 ____________________________________________________________________________
45788 [  6872] By: jhi                                   on 2000/08/28  23:33:39
45789         Log: Subject: [PATCH bleedperl@6866] spellings
45790              From: marcel@codewerk.com (Marcel Grunauer)
45791              Date: Tue, 29 Aug 2000 01:19:59 +0200
45792              Message-Id: <200008282319.BAA29862@gandalf.local>
45793      Branch: perl
45794            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
45795            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
45796            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
45797 ____________________________________________________________________________
45798 [  6871] By: jhi                                   on 2000/08/28  23:22:09
45799         Log: Take out the SUIDMAIL thing, that will not be
45800              a problem in 5.7.*.
45801      Branch: perl
45802            ! patchlevel.h
45803 ____________________________________________________________________________
45804 [  6870] By: jhi                                   on 2000/08/28  23:19:30
45805         Log: -S is the silent flag, -s is the strip flag.
45806              
45807              Subject: [PATCH] Re: [PATCH] make no-install          
45808              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45809              Date: Mon, 28 Aug 2000 15:12:55 -0700
45810              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
45811      Branch: perl
45812            ! Makefile.SH
45813 ____________________________________________________________________________
45814 [  6869] By: jhi                                   on 2000/08/28  23:12:05
45815         Log: Subject: [PATCH bleedperl@6856] warnings fixes
45816              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45817              Date: Mon, 28 Aug 2000 23:55:06 +0100
45818              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
45819      Branch: perl
45820            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
45821            ! warnings.h warnings.pl
45822 ____________________________________________________________________________
45823 [  6868] By: jhi                                   on 2000/08/28  21:38:22
45824         Log: Potential cruft.
45825      Branch: perl
45826            ! Makefile.SH
45827 ____________________________________________________________________________
45828 [  6867] By: jhi                                   on 2000/08/28  21:35:36
45829         Log: Update Changes.
45830      Branch: perl
45831            ! Changes patchlevel.h
45832 ____________________________________________________________________________
45833 [  6866] By: jhi                                   on 2000/08/28  21:33:49
45834         Log: Subject: hv.h Doc Patch
45835              From: Fisher Mark <fisherm@tce.com>
45836              Date: Mon, 28 Aug 2000 16:24:59 -0500
45837              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
45838      Branch: perl
45839            ! hv.h
45840 ____________________________________________________________________________
45841 [  6865] By: jhi                                   on 2000/08/28  21:02:15
45842         Log: Add -ld to archname on long tr...double platforms.
45843      Branch: metaconfig
45844            ! U/threads/archname.U
45845      Branch: perl
45846            ! Configure config_h.SH
45847 ____________________________________________________________________________
45848 [  6864] By: jhi                                   on 2000/08/28  20:38:59
45849         Log: An attempt to fix the problem reported in
45850              
45851              Subject: Building perl@6856 using gcc/AIX 4.3.3 
45852              From: Daniel Muino <dmuino@afip.gov.ar> 
45853              Date: Mon, 28 Aug 2000 15:50:01 -0300   
45854              Message-ID: <20000828155001.A14403@con2-dgi>
45855              
45856              I can't test this properly since the gcc installation I have
45857              access to seems to be botched (gcc is calling the AIX cpp,
45858              a losing proposition...)
45859      Branch: perl
45860            ! hints/aix.sh
45861 ____________________________________________________________________________
45862 [  6863] By: jhi                                   on 2000/08/28  18:57:52
45863         Log: Fix for ID 20000828.001, long doubles were not formatted
45864              correctly (showed up in $], which stopped installing perl).
45865      Branch: perl
45866            ! sv.c
45867 ____________________________________________________________________________
45868 [  6862] By: jhi                                   on 2000/08/28  18:07:15
45869         Log: Typo in #6858.
45870      Branch: perl
45871            ! lib/Cwd.pm
45872 ____________________________________________________________________________
45873 [  6861] By: jhi                                   on 2000/08/28  17:57:27
45874         Log: opmini.o may be left around if a build is interrupted.
45875      Branch: perl
45876            ! Makefile.SH
45877 ____________________________________________________________________________
45878 [  6860] By: jhi                                   on 2000/08/28  16:52:50
45879         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
45880              From: Daniel Chetlin <daniel@chetlin.com>
45881              Date: Mon, 28 Aug 2000 01:14:18 -0700
45882              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
45883      Branch: perl
45884            ! lib/overload.pm
45885 ____________________________________________________________________________
45886 [  6859] By: jhi                                   on 2000/08/28  16:08:46
45887         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
45888              From: Nicholas Clark <nick@ccl4.org>
45889              Date: Mon, 28 Aug 2000 16:03:27 +0100
45890              Message-Id: <20000828160327.C49785@plum.flirble.org>
45891      Branch: perl
45892            ! ext/ByteLoader/bytecode.h
45893 ____________________________________________________________________________
45894 [  6858] By: jhi                                   on 2000/08/28  16:02:10
45895         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
45896              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
45897              Date: Mon, 28 Aug 2000 13:08:30 +0200
45898              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
45899      Branch: perl
45900            ! lib/Cwd.pm
45901 ____________________________________________________________________________
45902 [  6857] By: jhi                                   on 2000/08/28  15:42:47
45903         Log: display_format used as a class method without arguments was broken,
45904              reported in
45905              
45906              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
45907              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
45908              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
45909              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
45910      Branch: perl
45911            ! lib/Math/Complex.pm t/lib/complex.t
45912 ____________________________________________________________________________
45913 [  6856] By: jhi                                   on 2000/08/27  22:09:48
45914         Log: Update Changes.
45915      Branch: perl
45916            ! Changes patchlevel.h
45917 ____________________________________________________________________________
45918 [  6855] By: jhi                                   on 2000/08/27  21:59:21
45919         Log: Retract #6853 (false alarm).
45920      Branch: perl
45921            ! lib/ExtUtils/xsubpp
45922 ____________________________________________________________________________
45923 [  6854] By: jhi                                   on 2000/08/27  21:37:44
45924         Log: Update Changes.
45925      Branch: perl
45926            ! Changes patchlevel.h
45927 ____________________________________________________________________________
45928 [  6853] By: jhi                                   on 2000/08/27  21:37:16
45929         Log: Subject: [PATCH perl@6850] workaround for xsubpp
45930              From: Hugo <hv@crypt.compulink.co.uk>
45931              Date: Sun, 27 Aug 2000 22:30:25 +0100
45932              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
45933      Branch: perl
45934            ! lib/ExtUtils/xsubpp
45935 ____________________________________________________________________________
45936 [  6852] By: jhi                                   on 2000/08/27  21:33:58
45937         Log: Big-endian 64-bit patch from Raphael Manfredi.
45938      Branch: perl
45939            ! ext/Storable/Storable.xs
45940 ____________________________________________________________________________
45941 [  6851] By: jhi                                   on 2000/08/27  21:22:21
45942         Log: More ruthless editing from Hugo van der Sanden.
45943      Branch: perl
45944            ! pod/perldelta.pod
45945 ____________________________________________________________________________
45946 [  6850] By: jhi                                   on 2000/08/27  16:11:46
45947         Log: Update Changes.
45948      Branch: perl
45949            ! Changes patchlevel.h
45950 ____________________________________________________________________________
45951 [  6849] By: jhi                                   on 2000/08/27  16:11:05
45952         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
45953      Branch: perl
45954            ! configpm pod/perldelta.pod
45955 ____________________________________________________________________________
45956 [  6848] By: jhi                                   on 2000/08/27  15:35:08
45957         Log: Use the actual thread type, not the pointer-to-struct.
45958      Branch: perl
45959            ! ext/Thread/Thread.xs
45960 ____________________________________________________________________________
45961 [  6847] By: jhi                                   on 2000/08/27  15:30:49
45962         Log: Test nit.
45963      Branch: perl
45964            ! t/pragma/warn/pp_sys
45965 ____________________________________________________________________________
45966 [  6846] By: jhi                                   on 2000/08/27  15:19:02
45967         Log: Passing -R in ldflags makes now it to appear in the default
45968              for lddlflags, just like with -L.
45969              
45970              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
45971              From: Lupe Christoph <lupe@lupe-christoph.de>
45972              Date: Sun, 27 Aug 2000 10:28:21 +0200
45973              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
45974      Branch: metaconfig/U/perl
45975            ! dlsrc.U
45976      Branch: perl
45977            ! Configure
45978 ____________________________________________________________________________
45979 [  6845] By: jhi                                   on 2000/08/27  15:08:54
45980         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
45981              From: Alan Burlison <Alan.Burlison@uk.sun.com>
45982              Date: Sat, 26 Aug 2000 22:23:27 +0100
45983              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
45984      Branch: perl
45985            ! lib/ExtUtils/MM_Unix.pm
45986 ____________________________________________________________________________
45987 [  6844] By: jhi                                   on 2000/08/27  15:02:37
45988         Log: DJGPP update from Laszlo Molnar.
45989              
45990              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
45991              From: ml1050 <ml1050@freemail.hu>
45992              Date: Sat, 26 Aug 2000 23:24:40 +0200
45993              Message-Id: <20000826232440.A439@freemail.hu>
45994      Branch: perl
45995            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
45996            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
45997 ____________________________________________________________________________
45998 [  6843] By: jhi                                   on 2000/08/27  14:53:58
45999         Log: Subject: installman buglet
46000              From: Lupe Christoph <lupe@lupe-christoph.de>
46001              Date: Sun, 27 Aug 2000 14:38:59 +0200
46002              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
46003      Branch: perl
46004            ! installman
46005 ____________________________________________________________________________
46006 [  6842] By: jhi                                   on 2000/08/27  14:52:08
46007         Log: Can't get the test to reliably work thanks to the
46008              inaccurateness of floating point.  "Resolves" bug ids
46009              20000826.003, 20000826.009, 20000826.010,
46010      Branch: perl
46011            ! t/lib/trig.t
46012 ____________________________________________________________________________
46013 [  6841] By: jhi                                   on 2000/08/26  15:53:58
46014         Log: Update Changes.
46015      Branch: perl
46016            ! Changes patchlevel.h
46017 ____________________________________________________________________________
46018 [  6840] By: jhi                                   on 2000/08/26  14:23:03
46019         Log: grep -e isn't portable.
46020              
46021              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
46022              From: chris@broadband.att.com
46023              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
46024              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
46025      Branch: perl
46026            ! hints/solaris_2.sh
46027 ____________________________________________________________________________
46028 [  6839] By: jhi                                   on 2000/08/26  14:12:23
46029         Log: no-install target a la make -n.
46030              
46031              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
46032              From: <abigail@foad.org>
46033              Date: Sat, 26 Aug 2000 03:57:34 -0400
46034              Message-ID: <20000826075735.18912.qmail@foad.org>
46035      Branch: perl
46036            ! Makefile.SH installman installperl
46037 ____________________________________________________________________________
46038 [  6838] By: jhi                                   on 2000/08/26  14:06:33
46039         Log: Retract #6826 as the #6828 should be do the same
46040              in a More Correct Way.
46041      Branch: perl
46042            ! installperl
46043 ____________________________________________________________________________
46044 [  6837] By: jhi                                   on 2000/08/26  05:24:00
46045         Log: More casting.
46046      Branch: perl
46047            ! ext/Storable/Storable.xs
46048 ____________________________________________________________________________
46049 [  6836] By: jhi                                   on 2000/08/26  05:05:46
46050         Log: Nicer in decimal.
46051      Branch: perl
46052            ! ext/Storable/Storable.xs
46053 ____________________________________________________________________________
46054 [  6835] By: jhi                                   on 2000/08/26  05:03:50
46055         Log: There be no UVdf.
46056      Branch: perl
46057            ! ext/Storable/Storable.xs
46058 ____________________________________________________________________________
46059 [  6834] By: jhi                                   on 2000/08/26  05:00:18
46060         Log: Continue IVdfing and UVxfing.
46061      Branch: perl
46062            ! ext/Storable/Storable.xs
46063 ____________________________________________________________________________
46064 [  6833] By: jhi                                   on 2000/08/26  04:53:14
46065         Log: Use IVdf.
46066      Branch: perl
46067            ! ext/Storable/Storable.xs
46068 ____________________________________________________________________________
46069 [  6832] By: jhi                                   on 2000/08/26  04:40:41
46070         Log: Document PTR2XX and INT2PTR.
46071      Branch: perl
46072            ! pod/perlguts.pod
46073 ____________________________________________________________________________
46074 [  6831] By: jhi                                   on 2000/08/26  04:33:18
46075         Log: Use UVxf, PTR2UV, NVff.
46076      Branch: perl
46077            ! ext/Storable/Storable.xs
46078 ____________________________________________________________________________
46079 [  6830] By: jhi                                   on 2000/08/26  04:31:32
46080         Log: Update the test count.
46081      Branch: perl
46082            ! t/lib/trig.t
46083 ____________________________________________________________________________
46084 [  6829] By: jhi                                   on 2000/08/26  03:05:50
46085         Log: Subject: [PATCH] installation not quite silent yet.
46086              From: <abigail@foad.org>
46087              Date: Fri, 25 Aug 2000 20:07:53 -0400
46088              Message-ID: <20000826000753.7822.qmail@foad.org>
46089      Branch: perl
46090            ! installman installperl
46091 ____________________________________________________________________________
46092 [  6828] By: jhi                                   on 2000/08/26  03:05:14
46093         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
46094              From: Spider Boardman <spider@web.zk3.dec.com>
46095              Date: Fri, 25 Aug 2000 19:12:40 -0400
46096              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
46097      Branch: perl
46098            ! gv.c
46099 ____________________________________________________________________________
46100 [  6827] By: jhi                                   on 2000/08/25  23:54:34
46101         Log: Support preserving extremely big/small angles.
46102      Branch: perl
46103            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
46104 ____________________________________________________________________________
46105 [  6826] By: jhi                                   on 2000/08/25  23:01:20
46106         Log: Patch installperl to be long double-aware.
46107              
46108              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
46109              From: Spider Boardman <spider@web.zk3.dec.com>
46110              Date: Fri, 25 Aug 2000 18:15:23 -0400
46111              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
46112      Branch: perl
46113            ! installperl
46114 ____________________________________________________________________________
46115 [  6825] By: jhi                                   on 2000/08/25  22:58:25
46116         Log: Remove duplicately applied patch shards.
46117              
46118              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
46119              From: Spider Boardman <spider@leggy.zk3.dec.com>
46120              Date: Fri, 25 Aug 2000 16:45:03 -0400
46121              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
46122      Branch: perl
46123            ! t/lib/cgi-html.t
46124 ____________________________________________________________________________
46125 [  6824] By: jhi                                   on 2000/08/25  22:57:00
46126         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
46127              From: Daniel Chetlin <daniel@chetlin.com>
46128              Date: Fri, 25 Aug 2000 12:23:16 -0700
46129              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
46130              
46131              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
46132              From: Daniel Chetlin <daniel@chetlin.com>
46133              Date: Fri, 25 Aug 2000 14:47:19 -0700
46134              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
46135      Branch: perl
46136            ! installman
46137 ____________________________________________________________________________
46138 [  6823] By: jhi                                   on 2000/08/25  22:44:17
46139         Log: Timestamp problem?
46140      Branch: perl
46141            ! uconfig.h uconfig.sh
46142 ____________________________________________________________________________
46143 [  6822] By: jhi                                   on 2000/08/25  19:01:06
46144         Log: One forgotten file from #6816.
46145      Branch: perl
46146            ! vos/config.h
46147 ____________________________________________________________________________
46148 [  6821] By: jhi                                   on 2000/08/25  18:56:39
46149         Log: Regen Changes.
46150      Branch: perl
46151            ! Changes patchlevel.h
46152 ____________________________________________________________________________
46153 [  6820] By: jhi                                   on 2000/08/25  18:52:35
46154         Log: Fix Changes ordering.
46155      Branch: perl
46156            ! Changes
46157 ____________________________________________________________________________
46158 [  6819] By: jhi                                   on 2000/08/25  18:50:25
46159         Log: Update Changes.
46160      Branch: perl
46161            ! Changes patchlevel.h
46162 ____________________________________________________________________________
46163 [  6818] By: jhi                                   on 2000/08/25  18:47:45
46164         Log: Tweak the sfio/useperlio logic, hopefully as wished in
46165              
46166              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
46167              From: Nicholas Clark <nick@babyhippo.co.uk>
46168              Date: Fri, 25 Aug 2000 12:01:45 +0100
46169              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
46170      Branch: metaconfig/U/perl
46171            ! d_sfio.U
46172      Branch: perl
46173            ! Configure
46174 ____________________________________________________________________________
46175 [  6817] By: jhi                                   on 2000/08/25  18:32:51
46176         Log: Allow microperl to assume <math.h>, without it the math
46177              functions like floor() are assumed to return int, which makes
46178              for core dumps in machines where integer and floating register
46179              don't mix.
46180      Branch: perl
46181            ! uconfig.h uconfig.sh
46182 ____________________________________________________________________________
46183 [  6816] By: jhi                                   on 2000/08/25  18:27:17
46184         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
46185              the problem reported in
46186              
46187              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
46188              From: danhale@us.ibm.com
46189              Date: Fri, 25 Aug 2000 10:58:06 -0400
46190              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
46191      Branch: metaconfig/U/perl
46192            + d_socks5_init.U
46193      Branch: perl
46194            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
46195            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
46196            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
46197            ! win32/config.gc win32/config.vc
46198 ____________________________________________________________________________
46199 [  6815] By: jhi                                   on 2000/08/25  17:43:31
46200         Log: A solution for the retrieve_fd autosplit warning,
46201              idea suggested by Mike Guy.
46202      Branch: perl
46203            ! ext/Storable/Storable.pm
46204 ____________________________________________________________________________
46205 [  6814] By: jhi                                   on 2000/08/25  17:16:03
46206         Log: Add install-silent target.
46207      Branch: perl
46208            ! Makefile.SH
46209 ____________________________________________________________________________
46210 [  6813] By: jhi                                   on 2000/08/25  17:14:23
46211         Log: Subject: Re: [PATCH] More silencing of installman.
46212              From: <abigail@foad.org>
46213              Date: Thu, 24 Aug 2000 19:27:03 -0400
46214              Message-ID: <20000824232703.7001.qmail@foad.org>
46215              
46216              Subject: Re: [PATCH] More silencing of installman.
46217              From: <abigail@foad.org>
46218              Date: Fri, 25 Aug 2000 03:00:58 -0400
46219              Message-ID: <20000825070058.10697.qmail@foad.org>
46220      Branch: perl
46221            ! installman
46222 ____________________________________________________________________________
46223 [  6812] By: jhi                                   on 2000/08/25  17:11:28
46224         Log: installperl --verbose and --silent.
46225              
46226              Subject: Re: [PATCH] More silencing of installman.
46227              From: <abigail@foad.org>
46228              Message-ID: <20000825064430.9719.qmail@foad.org>
46229              Date: Fri, 25 Aug 2000 02:44:30 -0400
46230      Branch: perl
46231            ! installperl
46232 ____________________________________________________________________________
46233 [  6811] By: jhi                                   on 2000/08/25  17:05:43
46234         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
46235              From: "Peter J. Farley III" <pjfarley@banet.net>
46236              Date: Thu, 24 Aug 2000 21:58:03 -0400
46237              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
46238              
46239              (applied slightly modified)
46240      Branch: perl
46241            ! lib/ExtUtils/MM_Unix.pm
46242 ____________________________________________________________________________
46243 [  6810] By: jhi                                   on 2000/08/25  17:01:18
46244         Log: Missing parts of 
46245              
46246              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
46247              From: Peter Prymmer <pvhp@forte.com>
46248              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
46249              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
46250      Branch: perl
46251            ! t/lib/cgi-html.t
46252 ____________________________________________________________________________
46253 [  6809] By: jhi                                   on 2000/08/25  16:46:32
46254         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
46255              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46256              Date: Thu, 24 Aug 2000 19:13:11 -0500
46257              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
46258      Branch: perl
46259            ! vms/vms.c
46260 ____________________________________________________________________________
46261 [  6808] By: jhi                                   on 2000/08/25  16:39:22
46262         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
46263              From: Peter Prymmer <pvhp@forte.com>
46264              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
46265              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
46266      Branch: perl
46267            ! configure.com
46268 ____________________________________________________________________________
46269 [  6807] By: jhi                                   on 2000/08/25  16:36:37
46270         Log: Better wording for the vec lvalue diagnostic.
46271              
46272              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
46273              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
46274              Date: Wed, 23 Aug 2000 14:12:16 -0400
46275              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
46276      Branch: perl
46277            ! pod/perldiag.pod
46278 ____________________________________________________________________________
46279 [  6806] By: jhi                                   on 2000/08/24  18:17:22
46280         Log: Subject: [PATCH] More silencing of installman.
46281              From: <abigail@foad.org>
46282              Date: Thu, 24 Aug 2000 14:01:44 -0400
46283              Message-ID: <20000824180144.20062.qmail@foad.org>
46284      Branch: perl
46285            ! installman
46286 ____________________________________________________________________________
46287 [  6805] By: jhi                                   on 2000/08/24  15:00:31
46288         Log: Update Changes.
46289      Branch: perl
46290            ! Changes patchlevel.h
46291 ____________________________________________________________________________
46292 [  6804] By: jhi                                   on 2000/08/24  14:59:07
46293         Log: Regen perltoc.
46294      Branch: perl
46295            ! pod/perltoc.pod
46296 ____________________________________________________________________________
46297 [  6803] By: jhi                                   on 2000/08/24  14:44:39
46298         Log: Show the doc file, not the temp file.
46299      Branch: perl
46300            ! installman
46301 ____________________________________________________________________________
46302 [  6802] By: jhi                                   on 2000/08/24  14:41:53
46303         Log: Continue silencing.
46304      Branch: perl
46305            ! installman
46306 ____________________________________________________________________________
46307 [  6801] By: jhi                                   on 2000/08/24  14:34:40
46308         Log: Actually do something with the silencer option.
46309      Branch: perl
46310            ! installman
46311 ____________________________________________________________________________
46312 [  6800] By: jhi                                   on 2000/08/24  14:26:22
46313         Log: Make installman to recognize the silence flag -S.
46314      Branch: perl
46315            ! installman
46316 ____________________________________________________________________________
46317 [  6799] By: jhi                                   on 2000/08/24  13:49:38
46318         Log: DOS patches and portability/porting notes, from Tim Jenness.
46319      Branch: perl
46320            ! lib/File/Temp.pm
46321 ____________________________________________________________________________
46322 [  6798] By: jhi                                   on 2000/08/24  13:48:27
46323         Log: Create directories in silence.
46324              
46325              Subject: [PATCH] Another silencer for MakeMaker
46326              From: andreas.koenig@anima.de (Andreas J. Koenig)
46327              Date: 24 Aug 2000 14:18:52 +0200
46328              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
46329      Branch: perl
46330            ! lib/ExtUtils/Command.pm
46331 ____________________________________________________________________________
46332 [  6797] By: jhi                                   on 2000/08/24  13:46:42
46333         Log: More liberal parsing of version numbers.
46334              
46335              Subject: Re: CPAN.pm beta for testing available
46336              From: andreas.koenig@anima.de (Andreas J. Koenig)
46337              Date: 24 Aug 2000 13:51:57 +0200
46338              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
46339      Branch: perl
46340            ! lib/CPAN.pm
46341 ____________________________________________________________________________
46342 [  6796] By: jhi                                   on 2000/08/24  13:44:36
46343         Log: Make "make install" by default silent.  A new "install-verbose"
46344              target is verbose.
46345      Branch: perl
46346            ! Makefile.SH
46347 ____________________________________________________________________________
46348 [  6795] By: jhi                                   on 2000/08/24  13:39:14
46349         Log: Add silencer flags to installperl.
46350              
46351              Subject: [PATCH] Making installperl silent.
46352              From: <abigail@foad.org>
46353              Date: Thu, 24 Aug 2000 05:01:45 -0400
46354              Message-ID: <20000824090145.13141.qmail@foad.org>
46355      Branch: perl
46356            ! installperl
46357 ____________________________________________________________________________
46358 [  6794] By: jhi                                   on 2000/08/24  13:35:50
46359         Log: installperl couldn't tell whether it had run tests or not.
46360              
46361              Subject: [PATCH] Re: installperl and t/TEST
46362              From: <abigail@foad.org>
46363              Date: Thu, 24 Aug 2000 04:00:53 -0400
46364              Message-ID: <20000824080053.2494.qmail@foad.org>
46365      Branch: perl
46366            ! Makefile.SH installperl
46367 ____________________________________________________________________________
46368 [  6793] By: jhi                                   on 2000/08/24  13:27:50
46369         Log: Drop the separate perlbc, perlcc -b should be enough.
46370      Branch: perl
46371            - utils/perlbc.PL
46372            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
46373 ____________________________________________________________________________
46374 [  6792] By: jhi                                   on 2000/08/24  04:41:30
46375         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
46376              plus the typo fix from Peter Prymmer.
46377      Branch: perl
46378            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
46379            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
46380 ____________________________________________________________________________
46381 [  6791] By: jhi                                   on 2000/08/24  02:10:43
46382         Log: Replace #6705 with a minimal doc patch.
46383              
46384              Subject: [PATCH 5.6.0] replace change #6705
46385              From: Jan Dubois <jand@ActiveState.com>
46386              Date: Wed, 23 Aug 2000 18:31:51 -0700
46387              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
46388      Branch: perl
46389            ! lib/Win32.pod win32/win32.c
46390 ____________________________________________________________________________
46391 [  6790] By: jhi                                   on 2000/08/23  17:52:00
46392         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
46393              From: Mike Guy <mjtg@cam.ac.uk>
46394              Date: Wed, 23 Aug 2000 18:38:46 +0100
46395              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
46396      Branch: perl
46397            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
46398 ____________________________________________________________________________
46399 [  6789] By: jhi                                   on 2000/08/23  15:34:21
46400         Log: Update Changes.
46401      Branch: perl
46402            ! Changes patchlevel.h
46403 ____________________________________________________________________________
46404 [  6788] By: jhi                                   on 2000/08/23  15:33:40
46405         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
46406              From: Wilfredo Sánchez <wsanchez@apple.com>
46407              Date: Tue, 22 Aug 2000 19:31:27 -0700
46408              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
46409      Branch: perl
46410            ! perl.h
46411 ____________________________________________________________________________
46412 [  6787] By: jhi                                   on 2000/08/23  15:29:31
46413         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
46414              From: Spider Boardman <spider@leggy.zk3.dec.com>
46415              Date: Wed, 23 Aug 2000 10:33:23 -0400
46416              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
46417      Branch: perl
46418            ! lib/Pod/Html.pm
46419 ____________________________________________________________________________
46420 [  6786] By: jhi                                   on 2000/08/23  15:28:11
46421         Log: Bad makefile.
46422      Branch: perl
46423            ! ext/B/Makefile.PL
46424 ____________________________________________________________________________
46425 [  6785] By: jhi                                   on 2000/08/23  14:37:04
46426         Log: Update Changes.
46427      Branch: perl
46428            ! Changes patchlevel.h
46429 ____________________________________________________________________________
46430 [  6784] By: jhi                                   on 2000/08/23  13:58:41
46431         Log: Portability fix from Hugo van der Sanden.
46432      Branch: perl
46433            ! ext/re/Makefile.PL
46434 ____________________________________________________________________________
46435 [  6783] By: jhi                                   on 2000/08/23  13:53:53
46436         Log: Storable support, v-version fixes.
46437              
46438              Subject: CPAN.pm beta for testing available
46439              From: andreas.koenig@anima.de (Andreas J. Koenig)
46440              Date: 22 Aug 2000 23:31:33 +0200
46441              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
46442      Branch: perl
46443            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46444 ____________________________________________________________________________
46445 [  6782] By: jhi                                   on 2000/08/23  13:51:26
46446         Log: Mac and other portability updates from Chris Nandor.
46447      Branch: perl
46448            ! pod/perlmodinstall.pod
46449 ____________________________________________________________________________
46450 [  6781] By: jhi                                   on 2000/08/23  13:47:33
46451         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
46452              From: Peter Prymmer <pvhp@forte.com>
46453              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
46454              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
46455      Branch: perl
46456            ! ext/Storable/Storable.xs
46457 ____________________________________________________________________________
46458 [  6780] By: jhi                                   on 2000/08/23  13:33:34
46459         Log: VMS MMS (make) wants null action.
46460      Branch: perl
46461            ! ext/B/Makefile.PL
46462 ____________________________________________________________________________
46463 [  6779] By: jhi                                   on 2000/08/22  19:44:47
46464         Log: Forgot portability nit.
46465      Branch: perl
46466            ! t/lib/st-forgive.t
46467 ____________________________________________________________________________
46468 [  6778] By: jhi                                   on 2000/08/22  19:35:25
46469         Log: Be portable.
46470      Branch: perl
46471            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
46472            ! t/lib/st-store.t
46473 ____________________________________________________________________________
46474 [  6777] By: jhi                                   on 2000/08/22  18:50:53
46475         Log: Update Changes.
46476      Branch: perl
46477            ! Changes patchlevel.h
46478 ____________________________________________________________________________
46479 [  6776] By: jhi                                   on 2000/08/22  18:44:46
46480         Log: cSVOPo_*v things index into the current PL_curpad
46481              under ithreads, which is different from the curpad
46482              used by the XSUB.  (In other words, the code as-is
46483              before this patch wouldn't work under ithreads.)
46484              From Sarathy.
46485      Branch: perl
46486            ! ext/B/B.xs
46487 ____________________________________________________________________________
46488 [  6775] By: jhi                                   on 2000/08/22  18:18:37
46489         Log: Make the selection of NVff et al stricter.
46490      Branch: metaconfig/U/perl
46491            ! perlxvf.U
46492      Branch: perl
46493            ! Configure config_h.SH
46494 ____________________________________________________________________________
46495 [  6774] By: jhi                                   on 2000/08/22  17:19:42
46496         Log: perldelta nits.
46497      Branch: perl
46498            ! pod/perldelta.pod
46499 ____________________________________________________________________________
46500 [  6773] By: jhi                                   on 2000/08/22  17:06:26
46501         Log: Long double fixes from Spider Boardman.
46502              
46503              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
46504              From: system PRIVILEGED account <root@peano.zk3.dec.com>
46505              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
46506              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
46507      Branch: perl
46508            ! t/lib/bigfltpm.t t/lib/st-06compat.t
46509 ____________________________________________________________________________
46510 [  6772] By: jhi                                   on 2000/08/22  15:04:53
46511         Log: Update Changes.
46512      Branch: perl
46513            ! Changes patchlevel.h
46514 ____________________________________________________________________________
46515 [  6771] By: jhi                                   on 2000/08/22  15:01:44
46516         Log: perldelta fixes from Hugo van der Sanden.
46517      Branch: perl
46518            ! pod/perldelta.pod
46519 ____________________________________________________________________________
46520 [  6770] By: jhi                                   on 2000/08/22  14:34:49
46521         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
46522              From: Hugo <hv@crypt.compulink.co.uk>
46523              Date: Tue, 22 Aug 2000 11:21:53 +0100
46524              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
46525      Branch: perl
46526            ! regcomp.c
46527 ____________________________________________________________________________
46528 [  6769] By: jhi                                   on 2000/08/22  14:30:02
46529         Log: Add Yitzchak, reformat.
46530      Branch: perl
46531            ! Changes config_h.SH
46532 ____________________________________________________________________________
46533 [  6768] By: jhi                                   on 2000/08/22  14:21:35
46534         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
46535              and Spider Boardman.
46536      Branch: metaconfig
46537            ! U/compline/d_gconvert.U
46538      Branch: perl
46539            ! Configure
46540 ____________________________________________________________________________
46541 [  6767] By: jhi                                   on 2000/08/22  14:11:24
46542         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
46543              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46544              Date: Mon, 21 Aug 2000 19:08:31 -0700
46545              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
46546      Branch: perl
46547            - ext/Storable/patchlevel.h
46548            ! MANIFEST ext/Storable/MANIFEST
46549 ____________________________________________________________________________
46550 [  6766] By: jhi                                   on 2000/08/22  13:49:29
46551         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
46552              From: Peter Prymmer <pvhp@forte.com>
46553              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
46554              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
46555      Branch: perl
46556            ! configure.com ext/Storable/Makefile.PL
46557 ____________________________________________________________________________
46558 [  6765] By: jhi                                   on 2000/08/22  13:44:59
46559         Log: Subject: [PATCH blead] B:: missing dependency
46560              From: Hugo <hv@crypt.compulink.co.uk>
46561              Date: Tue, 22 Aug 2000 06:44:33 +0100
46562              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
46563      Branch: perl
46564            ! ext/B/Makefile.PL
46565 ____________________________________________________________________________
46566 [  6764] By: jhi                                   on 2000/08/22  13:38:12
46567         Log: More bytecompiler.
46568      Branch: perl
46569            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
46570 ____________________________________________________________________________
46571 [  6763] By: jhi                                   on 2000/08/22  13:36:44
46572         Log: Bytecompiler patches from Benjamin Stuhl.
46573      Branch: perl
46574            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
46575            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
46576            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
46577            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46578            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
46579            ! perl.c perlapi.h pod/perldelta.pod
46580 ____________________________________________________________________________
46581 [  6762] By: jhi                                   on 2000/08/21  23:43:40
46582         Log: An obsoleted diagnostic.
46583      Branch: perl
46584            ! pod/perldelta.pod
46585 ____________________________________________________________________________
46586 [  6761] By: jhi                                   on 2000/08/21  23:01:45
46587         Log: The #6759 wasn't quite right.
46588      Branch: perl
46589            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
46590            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
46591            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
46592            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
46593            ! t/lib/st-tieditems.t
46594 ____________________________________________________________________________
46595 [  6760] By: jhi                                   on 2000/08/21  22:35:49
46596         Log: Be verydeepclean.
46597      Branch: perl
46598            ! Makefile.SH
46599 ____________________________________________________________________________
46600 [  6759] By: jhi                                   on 2000/08/21  22:25:40
46601         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
46602              From: Peter Prymmer <pvhp@forte.com>
46603              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
46604              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
46605      Branch: perl
46606            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
46607            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
46608            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
46609            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
46610            ! t/lib/st-tieditems.t
46611 ____________________________________________________________________________
46612 [  6758] By: jhi                                   on 2000/08/21  22:22:32
46613         Log: Few more casts, need reported in
46614              
46615              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
46616              From: Mike Stok <mike@stok.co.uk>
46617              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
46618              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
46619              
46620              and
46621              
46622              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
46623              From: abigail@foad.org
46624              Date: 21 Aug 2000 21:31:34 -0000
46625              Message-Id: <20000821213134.30170.qmail@foad.org>
46626      Branch: perl
46627            ! ext/Storable/Storable.xs
46628 ____________________________________________________________________________
46629 [  6757] By: jhi                                   on 2000/08/21  18:37:07
46630         Log: Update Changes.
46631      Branch: perl
46632            ! Changes patchlevel.h
46633 ____________________________________________________________________________
46634 [  6756] By: jhi                                   on 2000/08/21  18:34:02
46635         Log: A pod nit.
46636              
46637              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
46638              From: <abigail@foad.org>
46639              Date: Mon, 21 Aug 2000 14:00:16 -0400
46640              Message-ID: <20000821180016.28627.qmail@foad.org>
46641      Branch: perl
46642            ! pod/perlre.pod
46643 ____________________________________________________________________________
46644 [  6755] By: jhi                                   on 2000/08/21  18:30:56
46645         Log: Use PodParser 1.18 new test.
46646      Branch: perl
46647            ! t/pod/special_seqs.t t/pod/special_seqs.xr
46648 ____________________________________________________________________________
46649 [  6754] By: jhi                                   on 2000/08/21  18:28:35
46650         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
46651              patches cannot be applied since #6712 conflicts.
46652      Branch: perl
46653            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
46654 ____________________________________________________________________________
46655 [  6753] By: jhi                                   on 2000/08/21  18:15:11
46656         Log: Weed out some smaller changes.
46657      Branch: perl
46658            ! pod/perldelta.pod
46659 ____________________________________________________________________________
46660 [  6752] By: jhi                                   on 2000/08/21  18:02:30
46661         Log: Also under djgpp the timestamps are funky.
46662      Branch: perl
46663            ! t/op/stat.t
46664 ____________________________________________________________________________
46665 [  6751] By: jhi                                   on 2000/08/21  17:55:56
46666         Log: Tweak the floating point output routine preferences.
46667      Branch: metaconfig
46668            ! U/compline/d_gconvert.U
46669      Branch: perl
46670            ! Configure
46671 ____________________________________________________________________________
46672 [  6750] By: jhi                                   on 2000/08/21  17:51:29
46673         Log: Unicos/mk requires elaborate paranoia.
46674      Branch: perl
46675            ! lib/Math/Complex.pm
46676 ____________________________________________________________________________
46677 [  6749] By: gsar                                  on 2000/08/21  16:53:31
46678         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
46679      Branch: perl
46680            ! lib/Cwd.pm
46681 ____________________________________________________________________________
46682 [  6748] By: gsar                                  on 2000/08/21  16:22:19
46683         Log: free TLS slot properly on Windows
46684      Branch: perl
46685            ! thread.h win32/perllib.c win32/win32thread.h
46686 ____________________________________________________________________________
46687 [  6747] By: jhi                                   on 2000/08/21  16:20:58
46688         Log: Rename the macro argument because some preprocessors
46689              can't tell the difference and expand arguments also inside
46690              double quoted strings.
46691      Branch: perl
46692            ! regcomp.c
46693 ____________________________________________________________________________
46694 [  6746] By: jhi                                   on 2000/08/21  16:09:41
46695         Log: Support long doubles in Storable.
46696              
46697              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
46698              From: Radu Greab <radu@netsoft.ro>
46699              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
46700              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
46701      Branch: perl
46702            ! ext/Storable/Storable.xs
46703 ____________________________________________________________________________
46704 [  6745] By: jhi                                   on 2000/08/21  15:51:40
46705         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
46706              From: "Fifer, Eric" <EFifer@sanwaint.com>
46707              Date: Mon, 21 Aug 2000 15:34:49 +0100
46708              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
46709      Branch: perl
46710            ! t/pragma/warn/9enabled
46711 ____________________________________________________________________________
46712 [  6744] By: jhi                                   on 2000/08/21  15:39:35
46713         Log: Document the endianness of Alpha more precisely.
46714      Branch: perl
46715            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
46716            ! pod/perlport.pod
46717 ____________________________________________________________________________
46718 [  6743] By: jhi                                   on 2000/08/21  14:47:05
46719         Log: perldelta fixes from the p5p crowd.
46720      Branch: perl
46721            ! pod/perldelta.pod pod/perlop.pod
46722 ____________________________________________________________________________
46723 [  6742] By: jhi                                   on 2000/08/21  13:34:51
46724         Log: Update to Pod::LaTeX 0.53.
46725              
46726              Subject: [PATCH] lib/Pod/LaTeX.pm updates
46727              From: Tim Jenness <timj@jach.hawaii.edu>
46728              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
46729              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
46730      Branch: perl
46731            ! lib/Pod/LaTeX.pm
46732 ____________________________________________________________________________
46733 [  6741] By: jhi                                   on 2000/08/21  13:33:01
46734         Log: Subject: [PATCH] os2.c fix for use64bitint
46735              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46736              Date: Mon, 21 Aug 2000 01:32:25 -0700
46737              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
46738      Branch: perl
46739            ! os2/os2.c
46740 ____________________________________________________________________________
46741 [  6740] By: jhi                                   on 2000/08/21  13:28:52
46742         Log: Array context keeps slithering in.
46743              
46744              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
46745              From: Daniel Chetlin <daniel@chetlin.com>
46746              Date: Sun, 20 Aug 2000 21:40:25 -0700
46747              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
46748      Branch: perl
46749            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
46750            ! pod/perldebtut.pod
46751 ____________________________________________________________________________
46752 [  6739] By: jhi                                   on 2000/08/21  13:23:55
46753         Log: Big-endian quad fixes for Storable from Radu Greab,
46754              plus few explicit null casts for picky compilers.
46755      Branch: perl
46756            ! ext/Storable/Storable.xs
46757 ____________________________________________________________________________
46758 [  6738] By: gsar                                  on 2000/08/21  05:56:13
46759         Log: small tweaks for change#6705: avoid C++ style comments in C code;
46760              use Perl's malloc API rather than the low level system one
46761      Branch: perl
46762            ! win32/win32.c
46763 ____________________________________________________________________________
46764 [  6737] By: gsar                                  on 2000/08/21  05:35:41
46765         Log: add Storable to list of extensions on Windows
46766      Branch: perl
46767            ! win32/Makefile win32/makefile.mk
46768 ____________________________________________________________________________
46769 [  6736] By: jhi                                   on 2000/08/21  02:57:53
46770         Log: Update Changes.
46771      Branch: perl
46772            ! Changes patchlevel.h
46773 ____________________________________________________________________________
46774 [  6735] By: jhi                                   on 2000/08/21  02:57:20
46775         Log: Draft 0.
46776      Branch: perl
46777            ! pod/perldelta.pod
46778 ____________________________________________________________________________
46779 [  6734] By: jhi                                   on 2000/08/21  02:57:03
46780         Log: Add Storable 0.7.2 from Raphael Manfredi,
46781              plus the patch from
46782              
46783              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
46784              From: Radu Greab <radu@netsoft.ro>
46785              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
46786              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
46787              
46788              plus changes to get Storable to compile with
46789              picky ANSI compilers.
46790      Branch: perl
46791            + ext/Storable/ChangeLog ext/Storable/MANIFEST
46792            + ext/Storable/Makefile.PL ext/Storable/README
46793            + ext/Storable/Storable.pm ext/Storable/Storable.xs
46794            + ext/Storable/patchlevel.h t/lib/st-06compat.t
46795            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
46796            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
46797            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
46798            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
46799            + t/lib/st-tieditems.t
46800            ! MANIFEST
46801 ____________________________________________________________________________
46802 [  6733] By: jhi                                   on 2000/08/21  02:29:09
46803         Log: The correct cleaning order is an art.
46804      Branch: perl
46805            ! Makefile.SH
46806 ____________________________________________________________________________
46807 [  6732] By: jhi                                   on 2000/08/21  01:23:39
46808         Log: The #6724 is here.
46809      Branch: perl
46810            ! t/lib/ftmp-security.t
46811 ____________________________________________________________________________
46812 [  6731] By: jhi                                   on 2000/08/20  23:17:03
46813         Log: s/this one/the 5.6.0 release/
46814      Branch: perl
46815            ! pod/perl56delta.pod
46816 ____________________________________________________________________________
46817 [  6730] By: jhi                                   on 2000/08/20  23:07:34
46818         Log: Mention perlebcdic and perlposix-bc.
46819      Branch: perl
46820            ! pod/perlport.pod
46821 ____________________________________________________________________________
46822 [  6729] By: jhi                                   on 2000/08/20  21:32:59
46823         Log: Document the number of exponent digits.
46824      Branch: perl
46825            ! pod/perlfunc.pod
46826 ____________________________________________________________________________
46827 [  6728] By: jhi                                   on 2000/08/20  21:16:47
46828         Log: Use File::Spec->tmpdir().
46829              
46830              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
46831              From: Tim Jenness <timj@jach.hawaii.edu>
46832              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
46833              MIME-Version: 1.0
46834              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
46835      Branch: perl
46836            ! utils/perlbug.PL
46837 ____________________________________________________________________________
46838 [  6727] By: jhi                                   on 2000/08/20  20:43:32
46839         Log: Update Changes.
46840      Branch: perl
46841            ! Changes patchlevel.h
46842 ____________________________________________________________________________
46843 [  6726] By: jhi                                   on 2000/08/20  20:41:44
46844         Log: The veryclean target needs to clobber.
46845      Branch: perl
46846            ! Makefile.SH
46847 ____________________________________________________________________________
46848 [  6725] By: jhi                                   on 2000/08/20  20:37:38
46849         Log: Document odd vs even subreleases and -Dusedevel.
46850      Branch: perl
46851            ! INSTALL
46852 ____________________________________________________________________________
46853 [  6724] By: jhi                                   on 2000/08/20  19:58:05
46854         Log: Use temporary directory instead of current directory.
46855              
46856              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
46857              From: Tim Jenness <timj@jach.hawaii.edu>
46858              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
46859              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
46860      Branch: perl
46861            ! t/lib/ftmp-security.t
46862 ____________________________________________________________________________
46863 [  6723] By: jhi                                   on 2000/08/20  19:55:55
46864         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
46865              From: andreas.koenig@anima.de (Andreas J. Koenig)
46866              Date: 20 Aug 2000 15:52:03 +0200
46867              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
46868      Branch: perl
46869            ! lib/ExtUtils/MM_Unix.pm
46870 ____________________________________________________________________________
46871 [  6722] By: jhi                                   on 2000/08/20  19:46:01
46872         Log: Update to CGI 2.72, from Lincoln Stein.
46873      Branch: perl
46874            ! lib/CGI.pm
46875 ____________________________________________________________________________
46876 [  6721] By: jhi                                   on 2000/08/20  19:43:54
46877         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
46878              From: Radu Greab <radu@netsoft.ro>
46879              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
46880              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
46881      Branch: perl
46882            ! ext/GDBM_File/GDBM_File.xs
46883 ____________________________________________________________________________
46884 [  6720] By: jhi                                   on 2000/08/20  19:42:01
46885         Log: pp_open() could pass an uninitialized filename down to do_open9().
46886      Branch: perl
46887            ! pp_sys.c
46888 ____________________________________________________________________________
46889 [  6719] By: jhi                                   on 2000/08/20  14:06:41
46890         Log: UTF8 concat fixes.
46891              
46892              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
46893              From: Hugo <hv@crypt.compulink.co.uk>
46894              Date: Sun, 20 Aug 2000 07:30:46 +0100
46895              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
46896      Branch: perl
46897            ! pp_hot.c t/op/append.t
46898 ____________________________________________________________________________
46899 [  6718] By: jhi                                   on 2000/08/20  02:09:37
46900         Log: Let's try #6717 again.
46901      Branch: perl
46902            ! lib/File/Temp.pm
46903 ____________________________________________________________________________
46904 [  6717] By: jhi                                   on 2000/08/20  01:56:55
46905         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
46906              From: "Craig A. Berry" <craig.berry@metamorgs.com>
46907              Date: Sat, 19 Aug 2000 18:15:39 -0500
46908              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
46909      Branch: perl
46910            ! lib/File/Temp.pm
46911 ____________________________________________________________________________
46912 [  6716] By: jhi                                   on 2000/08/19  15:50:11
46913         Log: Update Changes.
46914      Branch: perl
46915            ! Changes patchlevel.h
46916 ____________________________________________________________________________
46917 [  6715] By: jhi                                   on 2000/08/19  15:39:09
46918         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
46919              From: Jonathan D Johnston <jdjohnston2@juno.com>
46920              Date: Thu, 17 Aug 2000 23:13:01 -0400       
46921              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
46922      Branch: perl
46923            ! pod/perlfunc.pod
46924 ____________________________________________________________________________
46925 [  6714] By: jhi                                   on 2000/08/19  15:34:04
46926         Log: Introduce a 'veryclean' target that is like 'distclean'
46927              but also removes *~ and *.orig.
46928      Branch: perl
46929            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
46930            ! utils/Makefile x2p/Makefile.SH
46931 ____________________________________________________________________________
46932 [  6713] By: jhi                                   on 2000/08/19  14:15:45
46933         Log: Put back the long double avoidance code to POSIX.xs
46934              because VMS seems to need it still.
46935      Branch: perl
46936            ! ext/POSIX/POSIX.xs
46937 ____________________________________________________________________________
46938 [  6712] By: jhi                                   on 2000/08/19  14:10:41
46939         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
46940              From: Peter Prymmer <pvhp@forte.com>
46941              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
46942              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
46943      Branch: perl
46944            ! lib/Pod/Find.pm t/pod/find.t
46945 ____________________________________________________________________________
46946 [  6711] By: jhi                                   on 2000/08/19  14:09:19
46947         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
46948              From: Peter Prymmer <pvhp@forte.com>
46949              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
46950              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
46951              cc: vmsperl@perl.org
46952      Branch: perl
46953            ! t/lib/peek.t
46954 ____________________________________________________________________________
46955 [  6710] By: jhi                                   on 2000/08/19  14:08:01
46956         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
46957              From: Jan Dubois <jand@ActiveState.com>
46958              Date: Fri, 18 Aug 2000 16:31:48 -0700
46959              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
46960      Branch: perl
46961            ! win32/win32.c
46962 ____________________________________________________________________________
46963 [  6709] By: jhi                                   on 2000/08/19  14:06:57
46964         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
46965              
46966              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
46967              From: Spider.Boardman@Orb.Nashua.NH.US
46968              Date: Fri, 18 Aug 2000 18:41:14 -0400
46969              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
46970      Branch: perl
46971            ! regcomp.c
46972 ____________________________________________________________________________
46973 [  6708] By: jhi                                   on 2000/08/18  22:04:49
46974         Log: Update Changes.
46975      Branch: perl
46976            ! Changes patchlevel.h
46977 ____________________________________________________________________________
46978 [  6707] By: jhi                                   on 2000/08/18  21:55:14
46979         Log: Add warnif(), check warnings further up the stack,
46980              all the warnings functions now can take an optional object reference.
46981              
46982              Subject: [PATCH bleedperl@6691] warnings pragma update
46983              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
46984              Date: Fri, 18 Aug 2000 22:42:06 +0100
46985              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
46986      Branch: perl
46987            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
46988            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
46989            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
46990 ____________________________________________________________________________
46991 [  6706] By: jhi                                   on 2000/08/18  21:41:45
46992         Log: Typo in pp_complement().
46993              
46994              Subject: [PATCH perl-current] Deparse
46995              From: Peter Scott <Peter@PSDT.com>
46996              Date: Fri, 18 Aug 2000 12:44:37 -0700
46997              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
46998      Branch: perl
46999            ! ext/B/B/Deparse.pm
47000 ____________________________________________________________________________
47001 [  6705] By: jhi                                   on 2000/08/18  21:25:59
47002         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
47003              From: Jan Dubois <jand@ActiveState.com>
47004              Date: Fri, 18 Aug 2000 14:22:51 -0700
47005              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
47006      Branch: perl
47007            ! lib/Win32.pod win32/win32.c
47008 ____________________________________________________________________________
47009 [  6704] By: jhi                                   on 2000/08/18  21:16:14
47010         Log: Don't eat leading os from index entries.
47011              
47012              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
47013              From: Russ Allbery <rra@stanford.edu>
47014              Date: 10 Aug 2000 20:49:25 -0700
47015              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
47016      Branch: perl
47017            ! lib/Pod/Man.pm
47018 ____________________________________________________________________________
47019 [  6703] By: jhi                                   on 2000/08/18  21:07:06
47020         Log: Add [[:blank:]] as suggested in
47021              
47022              Subject: [ID 20000716.024] [=cc=] / [:blank:]
47023              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
47024              Date: Sun, 16 Jul 2000 17:55:29 -0700
47025              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
47026              
47027              (the [=cc=] has already been taken care of by #6439
47028              so the whole bug report can be closed)
47029              
47030              and make [[:space:]] to be equivalent to isspace(3)
47031              (as opposed to \s, which is isSPACE()).  The difference
47032              is that now [[:space:]] matches the mythical vertical tab,
47033              while \s doesn't.
47034      Branch: perl
47035            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
47036            ! regexec.c t/op/pat.t
47037 ____________________________________________________________________________
47038 [  6702] By: jhi                                   on 2000/08/18  18:47:47
47039         Log: The new tests were missing from #6415.
47040      Branch: perl
47041            ! t/op/bop.t
47042 ____________________________________________________________________________
47043 [  6701] By: jhi                                   on 2000/08/18  18:20:40
47044         Log: Document the NDBM_File and ODBM_File as SDBM_File
47045              was documented in #6417.
47046      Branch: perl
47047            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
47048            ! ext/SDBM_File/SDBM_File.pm
47049 ____________________________________________________________________________
47050 [  6700] By: jhi                                   on 2000/08/18  18:10:39
47051         Log: Subject: [PATCH perl@6698] cygwin port
47052              From: "Fifer, Eric" <EFifer@sanwaint.com>
47053              Date: Fri, 18 Aug 2000 17:30:05 +0100
47054              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
47055      Branch: perl
47056            ! lib/File/Temp.pm
47057 ____________________________________________________________________________
47058 [  6699] By: jhi                                   on 2000/08/18  16:21:49
47059         Log: Document code point which makes if (defined %stash::) to work
47060              (noted by Spider Boardman).
47061      Branch: perl
47062            ! op.c
47063 ____________________________________________________________________________
47064 [  6698] By: jhi                                   on 2000/08/18  13:43:27
47065         Log: Update Changes.
47066      Branch: perl
47067            ! Changes patchlevel.h
47068 ____________________________________________________________________________
47069 [  6697] By: jhi                                   on 2000/08/18  13:35:57
47070         Log: Tiny Getopt::Long patch from Johan Vromans.
47071      Branch: perl
47072            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
47073 ____________________________________________________________________________
47074 [  6696] By: jhi                                   on 2000/08/18  13:26:14
47075         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
47076              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
47077              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
47078              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
47079      Branch: perl
47080            ! pod/perldiag.pod pod/perlsyn.pod
47081 ____________________________________________________________________________
47082 [  6695] By: jhi                                   on 2000/08/18  13:13:26
47083         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
47084              From: Daniel Chetlin <daniel@chetlin.com>
47085              Date: Fri, 18 Aug 2000 03:13:36 -0700
47086              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
47087      Branch: perl
47088            ! pod/perlfunc.pod
47089 ____________________________________________________________________________
47090 [  6694] By: jhi                                   on 2000/08/18  13:08:05
47091         Log: Subject: [PATCH] perltrap.pod spring cleaning
47092              From: Daniel Chetlin <daniel@chetlin.com>
47093              Date: Fri, 18 Aug 2000 03:06:54 -0700
47094              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
47095              
47096              plus Mike Guy's nitfix.
47097      Branch: perl
47098            ! pod/perltrap.pod
47099 ____________________________________________________________________________
47100 [  6693] By: jhi                                   on 2000/08/18  13:00:26
47101         Log: Unbuffer the output.
47102              
47103              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
47104              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47105              Date: Thu, 17 Aug 2000 18:39:29 -0700
47106              Message-ID: <RPJn5gzkgydf092yn@efn.org>
47107      Branch: perl
47108            ! t/op/fork.t
47109 ____________________________________________________________________________
47110 [  6692] By: jhi                                   on 2000/08/18  05:19:17
47111         Log: Delete the image, too, not just its MANIFEStation.
47112      Branch: perl
47113            - lib/CGI/eg/wilogo.gif
47114 ____________________________________________________________________________
47115 [  6691] By: jhi                                   on 2000/08/18  05:10:26
47116         Log: Propagate new Configure vars.
47117      Branch: perl
47118            ! configure.com epoc/config.sh uconfig.h uconfig.sh
47119            ! vos/config.def vos/config.h vos/config_h.SH_orig
47120            ! win32/config.bc win32/config.gc win32/config.vc
47121            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47122 ____________________________________________________________________________
47123 [  6690] By: jhi                                   on 2000/08/18  04:30:56
47124         Log: Update Changes.
47125      Branch: perl
47126            ! Changes patchlevel.h
47127 ____________________________________________________________________________
47128 [  6689] By: jhi                                   on 2000/08/18  04:12:30
47129         Log: Fix the lib/complex failure of
47130              
47131              From: abigail@foad.org
47132              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
47133              Date: 15 Aug 2000 04:06:38 -0000
47134              Message-Id: <20000815040638.8524.qmail@foad.org> 
47135              
47136              Linux long double accuracy issue: something that
47137              when printed with %g looks like "2" but int() of it is 1.
47138      Branch: perl
47139            ! lib/Math/Complex.pm
47140 ____________________________________________________________________________
47141 [  6688] By: jhi                                   on 2000/08/18  03:15:35
47142         Log: The byteorder code in #6671 was wrong.
47143      Branch: perl
47144            ! configpm
47145 ____________________________________________________________________________
47146 [  6687] By: jhi                                   on 2000/08/18  02:08:42
47147         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
47148              From: Jan Dubois <jand@ActiveState.com>
47149              Date: Thu, 17 Aug 2000 18:31:55 -0700
47150              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
47151      Branch: perl
47152            ! sv.c
47153 ____________________________________________________________________________
47154 [  6686] By: jhi                                   on 2000/08/18  02:04:15
47155         Log: Use NVs in POSIX math, not doubles.
47156              
47157              From: abigail@foad.org
47158              Subject: [ID 20000817.014] POSIX & modfl
47159              Date: 17 Aug 2000 20:49:18 -0000
47160              Message-Id: <20000817204918.23123.qmail@foad.org>
47161      Branch: perl
47162            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
47163 ____________________________________________________________________________
47164 [  6685] By: jhi                                   on 2000/08/18  02:02:12
47165         Log: Introduce NVef, NVff, and NVgf, use the middle one.
47166              (helps for lib/peek + Linux + long doubles)  Reported in
47167              
47168              From: abigail@foad.org
47169              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
47170              Date: 15 Aug 2000 04:06:38 -0000
47171              Message-Id: <20000815040638.8524.qmail@foad.org> 
47172              
47173              (note: the lib/complex failure has not yet been addressed)
47174      Branch: metaconfig/U/perl
47175            ! perlxvf.U
47176      Branch: perl
47177            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47178            ! config_h.SH dump.c perl.h pod/perlguts.pod
47179 ____________________________________________________________________________
47180 [  6684] By: jhi                                   on 2000/08/17  23:22:19
47181         Log: Add byteorder to the myconfig output.
47182      Branch: perl
47183            ! myconfig.SH
47184 ____________________________________________________________________________
47185 [  6683] By: jhi                                   on 2000/08/17  23:20:19
47186         Log: The image doth not exist, spotted by Johan Vromans.
47187      Branch: perl
47188            ! MANIFEST
47189 ____________________________________________________________________________
47190 [  6682] By: jhi                                   on 2000/08/17  22:38:16
47191         Log: Document what the backtick returns if the command fails.
47192      Branch: perl
47193            ! pod/perlop.pod
47194 ____________________________________________________________________________
47195 [  6681] By: jhi                                   on 2000/08/17  22:33:12
47196         Log: Do not use prototyping here.
47197              
47198              Subject: [ID 20000817.016] [PATCH] Peek.xs
47199              From: abigail@foad.org
47200              Date: 17 Aug 2000 20:55:56 -0000
47201              Message-Id: <20000817205556.24270.qmail@foad.org>
47202      Branch: perl
47203            ! ext/Devel/Peek/Makefile.PL
47204 ____________________________________________________________________________
47205 [  6680] By: jhi                                   on 2000/08/17  19:46:43
47206         Log: Don't propose using modules built for 5.005 if no binary
47207              compatibility with 5.005 is attempted.
47208              
47209              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
47210              Subject: Minor nit with 5.7.0 (6655)
47211              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
47212              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
47213      Branch: metaconfig
47214            ! U/installdirs/inc_version_list.U
47215      Branch: perl
47216            ! Configure config_h.SH
47217 ____________________________________________________________________________
47218 [  6679] By: jhi                                   on 2000/08/17  19:16:39
47219         Log: Microperl config update.
47220      Branch: perl
47221            ! uconfig.h uconfig.sh
47222 ____________________________________________________________________________
47223 [  6678] By: jhi                                   on 2000/08/17  19:16:13
47224         Log: The #6648 wasn't protective enough for limited platforms
47225              (like microperl).
47226      Branch: perl
47227            ! dump.c sv.c
47228 ____________________________________________________________________________
47229 [  6677] By: jhi                                   on 2000/08/17  14:46:35
47230         Log: Update Changes.
47231      Branch: perl
47232            ! Changes patchlevel.h
47233 ____________________________________________________________________________
47234 [  6676] By: jhi                                   on 2000/08/17  14:44:02
47235         Log: Add perlebcdic from Peter Prymmer, regen toc.
47236      Branch: perl
47237            + pod/perlebcdic.pod
47238            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47239 ____________________________________________________________________________
47240 [  6675] By: jhi                                   on 2000/08/17  14:41:52
47241         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
47242      Branch: perl
47243            ! pod/perldebtut.pod
47244 ____________________________________________________________________________
47245 [  6674] By: jhi                                   on 2000/08/17  14:29:43
47246         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
47247              
47248              Subject: [ID 20000724.006] -DLEAKTEST problem
47249              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
47250              Date: Tue, 25 Jul 2000 00:36:32 -0500
47251              Message-Id: <20000725003632.A26186@www.llamacom.com>
47252              
47253              Reminder sent
47254              
47255              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
47256              From: Hugo <hv@crypt.compulink.co.uk>
47257              Date: Thu, 17 Aug 2000 15:23:42 +0100
47258              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
47259      Branch: perl
47260            ! util.c
47261 ____________________________________________________________________________
47262 [  6673] By: jhi                                   on 2000/08/17  04:07:10
47263         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
47264              From: John Peacock <JPeacock@UnivPress.com>
47265              Date: Tue, 01 Aug 2000 09:38:12 -0400
47266              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
47267      Branch: perl
47268            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
47269 ____________________________________________________________________________
47270 [  6672] By: jhi                                   on 2000/08/17  03:04:35
47271         Log: Subject: [PATCH] Cwd.pm now uses strict
47272              From: Tim Jenness <timj@jach.hawaii.edu>
47273              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
47274              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
47275      Branch: perl
47276            ! lib/Cwd.pm
47277 ____________________________________________________________________________
47278 [  6671] By: jhi                                   on 2000/08/17  02:16:35
47279         Log: Make $Config{byteorder} more magical so that it is
47280              dynamically computed: nice for 'fat binaries'.
47281              
47282              Subject: [PATCH]: default byteorder
47283              From: Wilfredo Sánchez <wsanchez@apple.com>
47284              Date: Mon, 31 Jul 2000 19:45:31 -0700
47285              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
47286      Branch: perl
47287            ! configpm
47288 ____________________________________________________________________________
47289 [  6670] By: gsar                                  on 2000/08/17  01:22:21
47290         Log: move WNOHANG definition to where other such things are
47291      Branch: perl
47292            ! win32/win32.h
47293 ____________________________________________________________________________
47294 [  6669] By: jhi                                   on 2000/08/17  01:19:17
47295         Log: Update Changes.
47296      Branch: perl
47297            ! Changes patchlevel.h
47298 ____________________________________________________________________________
47299 [  6668] By: jhi                                   on 2000/08/17  01:16:29
47300         Log: Doc nits spotted by Richard Soderberg.
47301      Branch: perl
47302            ! README.posix-bc README.vmesa
47303 ____________________________________________________________________________
47304 [  6667] By: jhi                                   on 2000/08/17  01:12:11
47305         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
47306              From: "Casey R. Tweten" <crt@kiski.net>
47307              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
47308              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
47309      Branch: perl
47310            ! pod/perldebtut.pod
47311 ____________________________________________________________________________
47312 [  6666] By: jhi                                   on 2000/08/17  01:09:31
47313         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
47314              From: "Casey R. Tweten" <crt@kiski.net>
47315              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
47316              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
47317      Branch: perl
47318            ! lib/Shell.pm
47319 ____________________________________________________________________________
47320 [  6665] By: gsar                                  on 2000/08/17  01:03:52
47321         Log: add "ok" targets from change#6632 in makefile.mk
47322      Branch: perl
47323            ! pod/perlport.pod win32/Makefile win32/makefile.mk
47324 ____________________________________________________________________________
47325 [  6664] By: gsar                                  on 2000/08/17  00:56:11
47326         Log: avoid warnings from dense compiler
47327      Branch: perl
47328            ! win32/win32.c
47329 ____________________________________________________________________________
47330 [  6663] By: jhi                                   on 2000/08/17  00:51:49
47331         Log: Tweak the regex compilation errors once more.
47332      Branch: perl
47333            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
47334            ! t/op/regmesg.t t/pragma/warn/regcomp
47335 ____________________________________________________________________________
47336 [  6662] By: gsar                                  on 2000/08/17  00:28:19
47337         Log: trailing new %ENV entries weren't being pushed into the real
47338              environment of subprocesses on Windows
47339      Branch: perl
47340            ! t/op/magic.t win32/perlhost.h
47341 ____________________________________________________________________________
47342 [  6661] By: gsar                                  on 2000/08/17  00:19:20
47343         Log: waitpid() now handles externally spawned pids correctly;
47344              fixes for backtick/wait/waitpid failures on Windows 9x
47345              
47346              these changes make the pid returned by process functions on
47347              Windows 9x always positive by clearing the high bit (which
47348              is always set on Win9x); pseudo-process PIDs are likewise
47349              always negative now on Win9x (just as on NT/2000)
47350      Branch: perl
47351            ! pp_sys.c win32/perlhost.h win32/win32.c
47352 ____________________________________________________________________________
47353 [  6660] By: jhi                                   on 2000/08/17  00:04:32
47354         Log: Retract #6645.
47355      Branch: perl
47356            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47357            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
47358            ! t/op/sprintf.t
47359 ____________________________________________________________________________
47360 [  6659] By: gsar                                  on 2000/08/16  23:59:28
47361         Log: on windows, the return values from wait() and waitpid() don't
47362              match those of pseudo-pids
47363      Branch: perl
47364            ! pp_sys.c t/op/fork.t util.c win32/win32.c
47365 ____________________________________________________________________________
47366 [  6658] By: gsar                                  on 2000/08/16  23:56:14
47367         Log: pod nit seen in passing
47368      Branch: perl
47369            ! pod/perlfunc.pod
47370 ____________________________________________________________________________
47371 [  6657] By: gsar                                  on 2000/08/16  23:53:42
47372         Log: change#6328 could make close(SOCKET) return false on windows
47373              when it shouldn't
47374      Branch: perl
47375            ! win32/win32sck.c
47376 ____________________________________________________________________________
47377 [  6656] By: gsar                                  on 2000/08/16  23:46:57
47378         Log: check that the number pseudo children doesn't exceed
47379              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
47380              the WaitForMultipleObjects() limit that would cause wait()
47381              to crash)
47382              
47383              wait() and waitpid() could potentially be rewritten to use
47384              more than one thread to do the waiting to eliminate this
47385              limitation
47386      Branch: perl
47387            ! win32/perlhost.h
47388 ____________________________________________________________________________
47389 [  6655] By: jhi                                   on 2000/08/16  14:11:05
47390         Log: Update Changes.
47391      Branch: perl
47392            ! Changes patchlevel.h
47393 ____________________________________________________________________________
47394 [  6654] By: jhi                                   on 2000/08/16  14:10:12
47395         Log: Update to perldebtut 1.9, from Richard Foley.
47396      Branch: perl
47397            ! pod/perldebtut.pod
47398 ____________________________________________________________________________
47399 [  6653] By: jhi                                   on 2000/08/16  14:08:17
47400         Log: Change the regx compilation error markers to use = instead of <
47401              since pod makes using the latter quite messy.  Reported in
47402              ID 20000814.006 by Abigail and in
47403              Subject: Unknown escape E<> ?
47404              From: Lupe Christoph <lupe@lupe-christoph.de>
47405              Date: Fri, 11 Aug 2000 00:30:27 +0200
47406              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
47407      Branch: perl
47408            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
47409            ! t/op/regmesg.t t/pragma/warn/regcomp
47410 ____________________________________________________________________________
47411 [  6652] By: jhi                                   on 2000/08/16  13:25:31
47412         Log: Change the perlbug address to perl.org since it's more forgiving.
47413              
47414              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
47415              From: abigail@foad.org
47416              Date: 15 Aug 2000 04:15:40 -0000
47417              Message-Id: <20000815041540.8633.qmail@foad.org>
47418      Branch: perl
47419            ! utils/perlbug.PL
47420 ____________________________________________________________________________
47421 [  6651] By: jhi                                   on 2000/08/16  13:22:35
47422         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
47423              From: Tim Jenness <timj@jach.hawaii.edu>
47424              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
47425              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
47426      Branch: perl
47427            ! lib/Cwd.pm
47428 ____________________________________________________________________________
47429 [  6650] By: jhi                                   on 2000/08/16  13:18:13
47430         Log: Update to CPAN 1.57.
47431              
47432              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
47433              From: andreas.koenig@anima.de (Andreas J. Koenig)
47434              Date: 16 Aug 2000 15:09:46 +0200
47435              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
47436      Branch: perl
47437            ! lib/CPAN.pm
47438 ____________________________________________________________________________
47439 [  6649] By: jhi                                   on 2000/08/16  13:12:31
47440         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
47441              From: "Larry W. Virden" <lvirden@cas.org>
47442              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
47443              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
47444      Branch: perl
47445            ! README.hpux
47446 ____________________________________________________________________________
47447 [  6648] By: jhi                                   on 2000/08/16  13:03:53
47448         Log: The numeric locale was reset to "C" by s?printf and never restored.
47449              
47450              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
47451              From: Christian Kirsch <ck@held.mind.de>
47452              Date: Wed, 9 Aug 2000 17:05:17 +0200
47453              Message-Id: <20000809170517.A25389@held>
47454              
47455              No test since adding the failing example to locale.t
47456              does not fail -- probably because the locale settings are so
47457              thoroughly tweaked by that time.  Running the example standalone
47458              does fail, though.  UPDATE: test case added at change #7540.
47459      Branch: perl
47460            ! dump.c perl.h pp.c pp_ctl.c sv.c
47461 ____________________________________________________________________________
47462 [  6647] By: jhi                                   on 2000/08/16  00:07:54
47463         Log: Update Changes and test semi-automatic patchlevel updating.
47464      Branch: perl
47465            ! Changes patchlevel.h
47466 ____________________________________________________________________________
47467 [  6646] By: jhi                                   on 2000/08/15  23:35:07
47468         Log: Fix a dependency problem.
47469              
47470              Subject: [PATCH: 6640] VMS Makefile.SH update
47471              From: Peter Prymmer <pvhp@forte.com>
47472              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
47473              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
47474      Branch: perl
47475            ! vms/descrip_mms.template
47476 ____________________________________________________________________________
47477 [  6645] By: jhi                                   on 2000/08/15  23:33:23
47478         Log: (Retracted by #6660)
47479              
47480              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
47481              From: Dominic Dunlop <domo@computer.org>
47482              Date: Tue, 15 Aug 2000 22:20:52 +0200
47483              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
47484      Branch: metaconfig/U/perl
47485            + d_printfed.U
47486      Branch: perl
47487            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47488            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
47489            ! t/op/sprintf.t
47490 ____________________________________________________________________________
47491 [  6644] By: jhi                                   on 2000/08/15  21:17:20
47492         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
47493              From: abigail@foad.org
47494              Date: 15 Aug 2000 20:12:41 -0000
47495              Message-Id: <20000815201241.25556.qmail@foad.org>
47496      Branch: perl
47497            ! INSTALL
47498 ____________________________________________________________________________
47499 [  6643] By: jhi                                   on 2000/08/15  21:15:28
47500         Log: (an already applied patch)
47501      Branch: perl
47502            ! lib/CGI.pm
47503 ____________________________________________________________________________
47504 [  6642] By: gsar                                  on 2000/08/15  19:54:05
47505         Log: magic callbacks all need to have same type signature
47506      Branch: perl
47507            ! embed.pl mg.c proto.h
47508 ____________________________________________________________________________
47509 [  6641] By: jhi                                   on 2000/08/15  17:56:27
47510         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)
47511              From: Mike Guy <mjtg@cam.ac.uk>
47512              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
47513              Date: Tue, 15 Aug 2000 18:26:45 +0100
47514              
47515              Only the peek.t part applied, not the hash quality part.
47516      Branch: perl
47517            ! t/lib/peek.t
47518 ____________________________________________________________________________
47519 [  6640] By: jhi                                   on 2000/08/15  16:37:37
47520         Log: Update Changes.
47521      Branch: perl
47522            ! Changes
47523 ____________________________________________________________________________
47524 [  6639] By: jhi                                   on 2000/08/15  16:34:55
47525         Log: Missed a file from #6638.
47526      Branch: perl
47527            ! lib/File/Temp.pm
47528 ____________________________________________________________________________
47529 [  6638] By: jhi                                   on 2000/08/15  16:33:19
47530         Log: Subject: [PATCH perl@6620] cygwin port
47531              From: "Fifer, Eric" <EFifer@sanwaint.com>
47532              Date: Tue, 15 Aug 2000 17:00:49 +0100
47533              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
47534      Branch: perl
47535            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
47536 ____________________________________________________________________________
47537 [  6637] By: jhi                                   on 2000/08/15  16:29:22
47538         Log: Subject: [PATCH] debugger exit code should reflect user exit code
47539              From: Mike Guy <mjtg@cam.ac.uk>
47540              Date: Tue, 15 Aug 2000 16:55:59 +0100
47541              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
47542      Branch: perl
47543            ! lib/perl5db.pl
47544 ____________________________________________________________________________
47545 [  6636] By: jhi                                   on 2000/08/15  15:30:58
47546         Log: Update Changes.
47547      Branch: perl
47548            ! Changes
47549 ____________________________________________________________________________
47550 [  6635] By: jhi                                   on 2000/08/15  15:27:21
47551         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
47552      Branch: metaconfig
47553            ! U/mkglossary U/mksample
47554      Branch: metaconfig/U/perl
47555            ! Devel.U
47556      Branch: perl
47557            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47558 ____________________________________________________________________________
47559 [  6634] By: jhi                                   on 2000/08/15  14:11:55
47560         Log: Don't blow limited stacks, a lower number is enough to
47561              tickle the lookbehind limit.
47562              
47563              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
47564              From: Dominic Dunlop <domo@computer.org>
47565              Date: Tue, 15 Aug 2000 13:51:24 +0200
47566              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
47567      Branch: perl
47568            ! t/op/regmesg.t
47569 ____________________________________________________________________________
47570 [  6633] By: jhi                                   on 2000/08/15  14:01:46
47571         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
47572              From: Mike Guy <mjtg@cam.ac.uk>
47573              Date: Tue, 15 Aug 2000 12:10:50 +0100
47574              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
47575      Branch: perl
47576            ! utils/perldoc.PL
47577 ____________________________________________________________________________
47578 [  6632] By: jhi                                   on 2000/08/15  13:58:48
47579         Log: make ok etc also for win32.
47580              
47581              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
47582              From: Prymmer/Kahn <pvhp@best.com>
47583              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
47584              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
47585      Branch: perl
47586            ! win32/Makefile
47587 ____________________________________________________________________________
47588 [  6631] By: jhi                                   on 2000/08/15  13:45:03
47589         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
47590      Branch: perl
47591            ! lib/Test.pm
47592 ____________________________________________________________________________
47593 [  6630] By: jhi                                   on 2000/08/15  03:25:09
47594         Log: Update Changes.
47595      Branch: perl
47596            ! Changes
47597 ____________________________________________________________________________
47598 [  6629] By: jhi                                   on 2000/08/15  03:23:53
47599         Log: magic_regdatum_set() is void, not int.
47600      Branch: perl
47601            ! embed.pl mg.c proto.h
47602 ____________________________________________________________________________
47603 [  6628] By: jhi                                   on 2000/08/15  03:08:02
47604         Log: Make the user to give up his firstborn, err, to knowingly
47605              verify installing an unstable developer release.  Also bump
47606              the release to 5.7.0, but leave a patch tag in the local
47607              patches saying that this is not yet the real thing.
47608      Branch: metaconfig
47609            ! U/modified/Instruct.U
47610      Branch: metaconfig/U/perl
47611            + Devel.U
47612      Branch: perl
47613            ! Configure patchlevel.h
47614 ____________________________________________________________________________
47615 [  6627] By: jhi                                   on 2000/08/14  22:32:52
47616         Log: README.os2 update.
47617              
47618              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
47619              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47620              Date: Wed, 02 Aug 2000 21:55:09 -0700
47621              Message-ID: <tsPi5gzkgegX092yn@efn.org>
47622      Branch: perl
47623            ! README.os2
47624 ____________________________________________________________________________
47625 [  6626] By: jhi                                   on 2000/08/14  21:00:02
47626         Log: Subject: Re: File::Temp problems on VMS in bleedperl
47627              From: Tim Jenness <timj@jach.hawaii.edu>
47628              cc: vmsperl@perl.org
47629              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
47630              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
47631      Branch: perl
47632            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
47633 ____________________________________________________________________________
47634 [  6625] By: jhi                                   on 2000/08/14  20:52:16
47635         Log: Add SUIDMAIL as was done for the CERT alert.
47636      Branch: perl
47637            ! patchlevel.h
47638 ____________________________________________________________________________
47639 [  6624] By: jhi                                   on 2000/08/14  20:48:50
47640         Log: Subject: sfio2000
47641              From: Daniel Muino <dmuino@afip.gov.ar>
47642              Date: Mon, 14 Aug 2000 16:58:11 -0300
47643              Message-ID: <20000814165811.B16368@con2-dgi>
47644      Branch: perl
47645            ! perlsdio.h perlsfio.h
47646 ____________________________________________________________________________
47647 [  6623] By: jhi                                   on 2000/08/14  20:47:36
47648         Log: Subject: warning: storage class after type is obsolescent
47649              From: Daniel Muino <dmuino@afip.gov.ar>
47650              Date: Mon, 14 Aug 2000 16:42:47 -0300
47651              Message-ID: <20000814164247.A16368@con2-dgi>
47652      Branch: perl
47653            ! regcomp.pl regnodes.h
47654 ____________________________________________________________________________
47655 [  6622] By: jhi                                   on 2000/08/14  20:43:05
47656         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
47657              From: abigail@foad.org
47658              Date: 14 Aug 2000 20:00:10 -0000
47659              Message-Id: <20000814200010.27271.qmail@foad.org>
47660      Branch: perl
47661            ! Changes
47662 ____________________________________________________________________________
47663 [  6621] By: jhi                                   on 2000/08/14  15:23:05
47664         Log: Update Changes.
47665      Branch: perl
47666            ! Changes
47667 ____________________________________________________________________________
47668 [  6620] By: jhi                                   on 2000/08/14  15:22:14
47669         Log: Subject: Re: [PATCH] @+, @- readonly
47670              From: Mike Guy <mjtg@cam.ac.uk>
47671              Date: Mon, 14 Aug 2000 15:26:55 +0100
47672              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
47673      Branch: perl
47674            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
47675            ! sv.c t/op/pat.t
47676 ____________________________________________________________________________
47677 [  6619] By: jhi                                   on 2000/08/14  14:12:08
47678         Log: Update Changes.
47679      Branch: perl
47680            ! Changes
47681 ____________________________________________________________________________
47682 [  6618] By: jhi                                   on 2000/08/14  14:09:34
47683         Log: For now remove the mail code.
47684      Branch: perl
47685            ! perl.c
47686 ____________________________________________________________________________
47687 [  6617] By: jhi                                   on 2000/08/14  14:08:28
47688         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
47689      Branch: perl
47690            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
47691            ! pod/perlfaq8.pod pod/perlsec.pod
47692 ____________________________________________________________________________
47693 [  6616] By: jhi                                   on 2000/08/14  14:00:11
47694         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
47695              From: Mike Guy <mjtg@cam.ac.uk>
47696              Date: Mon, 14 Aug 2000 08:26:02 +0100
47697              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
47698      Branch: perl
47699            ! lib/perl5db.pl
47700 ____________________________________________________________________________
47701 [  6615] By: jhi                                   on 2000/08/14  13:58:45
47702         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
47703              From: Mike Guy <mjtg@cam.ac.uk>
47704              Date: Mon, 14 Aug 2000 08:04:22 +0100
47705              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
47706      Branch: perl
47707            ! gv.c mg.c t/op/pat.t
47708 ____________________________________________________________________________
47709 [  6614] By: jhi                                   on 2000/08/14  13:56:45
47710         Log: Subject: Test fails / warnings with perl-current #6612
47711              From: Mike Guy <mjtg@cam.ac.uk>
47712              Date: Mon, 14 Aug 2000 07:57:23 +0100
47713              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
47714      Branch: perl
47715            ! t/lib/b.t t/lib/peek.t
47716 ____________________________________________________________________________
47717 [  6613] By: jhi                                   on 2000/08/14  13:45:33
47718         Log: VMS configure.com update continues.
47719      Branch: perl
47720            - vms/configure.com
47721            ! MANIFEST configure.com
47722 ____________________________________________________________________________
47723 [  6612] By: jhi                                   on 2000/08/13  22:13:35
47724         Log: Update Changes.
47725      Branch: perl
47726            ! Changes
47727 ____________________________________________________________________________
47728 [  6611] By: jhi                                   on 2000/08/13  16:21:45
47729         Log: Upgrade to CGI 2.71, from Lincoln Stein.
47730      Branch: perl
47731            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
47732 ____________________________________________________________________________
47733 [  6610] By: jhi                                   on 2000/08/13  15:09:16
47734         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
47735              From: Mike Guy <mjtg@cam.ac.uk>
47736              Date: Sun, 13 Aug 2000 13:45:51 +0100
47737              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
47738      Branch: perl
47739            ! t/op/regmesg.t
47740 ____________________________________________________________________________
47741 [  6609] By: jhi                                   on 2000/08/13  14:31:26
47742         Log: Andreas says that 1.56 is fine, so reverting back to it.
47743      Branch: perl
47744            ! lib/CPAN.pm
47745 ____________________________________________________________________________
47746 [  6608] By: jhi                                   on 2000/08/13  05:34:20
47747         Log: Update Changes.
47748      Branch: perl
47749            ! Changes
47750 ____________________________________________________________________________
47751 [  6607] By: jhi                                   on 2000/08/13  05:32:01
47752         Log: Put back the \z changes of #5406 to CPAN.pm.
47753      Branch: perl
47754            ! lib/CPAN.pm
47755 ____________________________________________________________________________
47756 [  6606] By: jhi                                   on 2000/08/13  05:20:16
47757         Log: Fix-n-skip the tests under 5005threads.
47758      Branch: perl
47759            ! t/lib/b.t
47760 ____________________________________________________________________________
47761 [  6605] By: jhi                                   on 2000/08/13  05:07:48
47762         Log: Fix the test for 5005threads.
47763      Branch: perl
47764            ! t/lib/peek.t
47765 ____________________________________________________________________________
47766 [  6604] By: jhi                                   on 2000/08/13  03:35:37
47767         Log: Should have deleted this in #6603.
47768      Branch: perl
47769            - vms/subconfigure.com
47770 ____________________________________________________________________________
47771 [  6603] By: jhi                                   on 2000/08/12  18:29:32
47772         Log: Rewrite of vms/subconfigure.com as configure.com,
47773              from Peter Prymmer and the vmsperl crew.
47774      Branch: perl
47775            + vms/configure.com
47776            ! MANIFEST
47777 ____________________________________________________________________________
47778 [  6602] By: jhi                                   on 2000/08/11  13:00:01
47779         Log: PlainText.pm is dead.
47780      Branch: perl
47781            - lib/Pod/PlainText.pm
47782            ! MANIFEST
47783 ____________________________________________________________________________
47784 [  6601] By: jhi                                   on 2000/08/11  04:06:45
47785         Log: Update Changes.
47786      Branch: perl
47787            ! Changes
47788 ____________________________________________________________________________
47789 [  6600] By: jhi                                   on 2000/08/11  04:06:10
47790         Log: Add a few missing files, update MANIFEST.
47791      Branch: perl
47792            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
47793            + lib/Pod/PlainText.pm t/pod/find.t
47794            ! MANIFEST t/op/regmesg.t
47795 ____________________________________________________________________________
47796 [  6599] By: jhi                                   on 2000/08/11  03:31:10
47797         Log: Add Perl debugging tutorial, regen toc. 
47798              
47799              Subject: perldebtut.pod
47800              From: Richard Foley <Richard.Foley@m.dasa.de>
47801              Date: Wed, 09 Aug 2000 10:17:15 +0200
47802              Message-id: <3991138B.262247B8@m.dasa.de>
47803      Branch: perl
47804            + pod/perldebtut.pod
47805            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47806 ____________________________________________________________________________
47807 [  6598] By: jhi                                   on 2000/08/11  02:48:56
47808         Log: tiny Changes edit
47809      Branch: perl
47810            ! Changes
47811 ____________________________________________________________________________
47812 [  6597] By: jhi                                   on 2000/08/11  02:39:04
47813         Log: Tests for #6589.
47814              
47815              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
47816              From: simon@brecon.co.uk (Simon Cozens)
47817              Date: 11 Aug 2000 02:24:52 GMT
47818              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
47819      Branch: perl
47820            ! t/lib/b.t
47821 ____________________________________________________________________________
47822 [  6596] By: jhi                                   on 2000/08/11  01:50:07
47823         Log: Update Changes.
47824      Branch: perl
47825            ! Changes
47826 ____________________________________________________________________________
47827 [  6595] By: jhi                                   on 2000/08/11  01:47:16
47828         Log: nitfix
47829      Branch: perl
47830            ! Changes
47831 ____________________________________________________________________________
47832 [  6594] By: jhi                                   on 2000/08/11  01:36:16
47833         Log: Subject: Getting perlio and threads to compile
47834              From: Lupe Christoph <lupe@lupe-christoph.de>
47835              Date: Wed, 9 Aug 2000 11:35:54 +0200
47836              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
47837              
47838              (the Solaris version changes in Configure skipped)
47839      Branch: perl
47840            ! hints/solaris_2.sh thread.h
47841 ____________________________________________________________________________
47842 [  6593] By: jhi                                   on 2000/08/11  01:30:16
47843         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
47844              From: simon@brecon.co.uk (Simon Cozens)
47845              Date: 1 Aug 2000 06:55:19 GMT
47846              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
47847      Branch: perl
47848            ! lib/utf8.pm
47849 ____________________________________________________________________________
47850 [  6592] By: jhi                                   on 2000/08/11  01:26:39
47851         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
47852              From: Peter Scott <Peter@PeterScott.com>
47853              Date: Thu, 10 Aug 2000 08:23:27 -0700
47854              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
47855      Branch: perl
47856            ! lib/perl5db.pl
47857 ____________________________________________________________________________
47858 [  6591] By: jhi                                   on 2000/08/11  01:22:02
47859         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
47860              From: Hugo <hv@crypt.compulink.co.uk>
47861              Date: Thu, 10 Aug 2000 19:23:04 +0100
47862              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
47863      Branch: perl
47864            ! regexec.c t/op/pat.t
47865 ____________________________________________________________________________
47866 [  6590] By: jhi                                   on 2000/08/11  01:19:19
47867         Log: Preprocessing and postprocessing for File::Find.
47868              
47869              Subject: Patch to Find::File.pm to allow alphabetical results
47870              From: Joe Smith <jsmith@inwap.com>
47871              Date: Wed, 9 Aug 2000 02:44:54 -0700
47872              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
47873      Branch: perl
47874            ! lib/File/Find.pm
47875 ____________________________________________________________________________
47876 [  6589] By: jhi                                   on 2000/08/11  01:12:39
47877         Log: B::Deparse didn't do sub attributes.
47878              
47879              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
47880              From: simon@brecon.co.uk (Simon Cozens)
47881              Date: 9 Aug 2000 04:49:20 GMT
47882              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
47883      Branch: perl
47884            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
47885 ____________________________________________________________________________
47886 [  6588] By: jhi                                   on 2000/08/11  01:06:40
47887         Log: Subject: debugger "d" command doesnt check line number
47888              From: Mike Guy <mjtg@cam.ac.uk>
47889              Date: Tue, 08 Aug 2000 21:54:29 +0100
47890              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
47891      Branch: perl
47892            ! lib/perl5db.pl mg.c pod/perldiag.pod
47893 ____________________________________________________________________________
47894 [  6587] By: jhi                                   on 2000/08/11  00:45:03
47895         Log: sleep(1) does not necessarily return 1.
47896              
47897              Subject: [PATCH bleadperl] op/lex_assign.t  
47898              From: Hugo <hv@crypt.compulink.co.uk>
47899              Date: Thu, 03 Aug 2000 14:34:22 +0100        
47900              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
47901      Branch: perl
47902            ! t/op/lex_assign.t
47903 ____________________________________________________________________________
47904 [  6586] By: jhi                                   on 2000/08/11  00:31:50
47905         Log: Document the IO::Select timeout.
47906      Branch: perl
47907            ! ext/IO/lib/IO/Select.pm
47908 ____________________________________________________________________________
47909 [  6585] By: jhi                                   on 2000/08/11  00:13:54
47910         Log: Forgot contributor.
47911      Branch: perl
47912            ! Changes
47913 ____________________________________________________________________________
47914 [  6584] By: jhi                                   on 2000/08/11  00:09:19
47915         Log: detypo
47916      Branch: perl
47917            ! Changes
47918 ____________________________________________________________________________
47919 [  6583] By: jhi                                   on 2000/08/11  00:07:53
47920         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
47921              
47922              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
47923              From: Mike Guy <mjtg@cam.ac.uk> 
47924              Date: Thu, 10 Aug 2000 15:50:54 +0100
47925              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
47926      Branch: perl
47927            ! sv.c t/op/int.t
47928 ____________________________________________________________________________
47929 [  6582] By: jhi                                   on 2000/08/10  23:29:32
47930         Log: Update Changes.
47931      Branch: perl
47932            ! Changes
47933 ____________________________________________________________________________
47934 [  6581] By: jhi                                   on 2000/08/10  23:26:16
47935         Log: Put back the std @INC thing.
47936      Branch: perl
47937            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
47938            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
47939            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
47940            ! t/lib/gol-oo.t
47941 ____________________________________________________________________________
47942 [  6580] By: jhi                                   on 2000/08/10  23:03:34
47943         Log: Update to CGI 2.70, from Lincoln Stein.
47944      Branch: perl
47945            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
47946            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
47947            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
47948            ! t/lib/cgi-request.t
47949 ____________________________________________________________________________
47950 [  6579] By: jhi                                   on 2000/08/10  22:41:50
47951         Log: Update to CPAN 1.56, from Andreas König.
47952      Branch: perl
47953            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47954 ____________________________________________________________________________
47955 [  6578] By: jhi                                   on 2000/08/10  22:38:13
47956         Log: Update to Pod::Parser 1.17, from Brad Appleton.
47957      Branch: perl
47958            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
47959            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
47960            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
47961            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
47962            ! t/pod/include.t t/pod/included.t t/pod/lref.t
47963            ! t/pod/multiline_items.t t/pod/nested_items.t
47964            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
47965            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
47966            ! t/pod/special_seqs.t
47967 ____________________________________________________________________________
47968 [  6577] By: jhi                                   on 2000/08/10  22:35:41
47969         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
47970      Branch: perl
47971            ! AUTHORS MAINTAIN
47972 ____________________________________________________________________________
47973 [  6576] By: jhi                                   on 2000/08/10  22:24:54
47974         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
47975      Branch: perl
47976            + t/lib/gol-oo.t
47977            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
47978            ! t/lib/gol-compat.t t/lib/gol-linkage.t
47979 ____________________________________________________________________________
47980 [  6575] By: jhi                                   on 2000/08/10  22:02:07
47981         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
47982      Branch: perl
47983            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
47984 ____________________________________________________________________________
47985 [  6574] By: jhi                                   on 2000/08/10  21:55:03
47986         Log: Iterating perl6 description.
47987      Branch: perl
47988            ! pod/perlfaq1.pod
47989 ____________________________________________________________________________
47990 [  6573] By: jhi                                   on 2000/08/10  21:48:26
47991         Log: Revert the sv.c part of #6559, a better fix is needed.
47992      Branch: perl
47993            ! sv.c
47994 ____________________________________________________________________________
47995 [  6572] By: jhi                                   on 2000/08/10  20:33:43
47996         Log: It's the 2ndO'ROSSC.
47997      Branch: perl
47998            ! pod/perlfaq1.pod
47999 ____________________________________________________________________________
48000 [  6571] By: jhi                                   on 2000/08/10  15:55:48
48001         Log: detypo
48002      Branch: perl
48003            ! pod/perlfaq1.pod
48004 ____________________________________________________________________________
48005 [  6570] By: jhi                                   on 2000/08/10  14:11:17
48006         Log: An exceptionally sticky typo.
48007      Branch: perl
48008            ! Changes
48009 ____________________________________________________________________________
48010 [  6569] By: jhi                                   on 2000/08/10  14:09:33
48011         Log: detypo (and test Changes updating script)
48012      Branch: perl
48013            ! Changes
48014 ____________________________________________________________________________
48015 [  6568] By: jhi                                   on 2000/08/10  14:07:07
48016         Log: Update Changes.
48017      Branch: perl
48018            ! Changes
48019 ____________________________________________________________________________
48020 [  6567] By: jhi                                   on 2000/08/10  14:06:19
48021         Log: Amend the description of Perl6.
48022              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
48023              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
48024              Date: Wed, 9 Aug 2000 22:11:06 -0500
48025              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
48026      Branch: perl
48027            ! pod/perlfaq1.pod
48028 ____________________________________________________________________________
48029 [  6566] By: jhi                                   on 2000/08/10  13:58:57
48030         Log: Subject: Remove dead entry in perldiag
48031              From: Mike Guy <mjtg@cam.ac.uk>
48032              Date: Thu, 10 Aug 2000 14:19:19 +0100
48033              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
48034      Branch: perl
48035            ! pod/perldiag.pod
48036 ____________________________________________________________________________
48037 [  6565] By: jhi                                   on 2000/08/10  13:51:48
48038         Log: Zero entries were skipped, fix from Adrian Goalby
48039              <argoalby@yahoo.co.uk>
48040      Branch: perl
48041            ! lib/unicode/Number.pl lib/unicode/mktables.PL
48042 ____________________________________________________________________________
48043 [  6564] By: jhi                                   on 2000/08/10  13:00:12
48044         Log: Subject: [PATCH 5.6.0] cygwin port
48045              From: "Fifer, Eric" <EFifer@sanwaint.com>
48046              Date: Thu, 10 Aug 2000 13:15:36 +0100
48047              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
48048      Branch: perl
48049            ! README.cygwin hints/cygwin.sh
48050 ____________________________________________________________________________
48051 [  6563] By: jhi                                   on 2000/08/10  12:55:16
48052         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
48053      Branch: perl
48054            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
48055 ____________________________________________________________________________
48056 [  6562] By: gsar                                  on 2000/08/10  08:38:39
48057         Log: warn is a macro, avoid using at a variable to avoid warnings
48058              in some configurations; readdir.t is too conservative in
48059              estimating number of *.t's
48060      Branch: perl
48061            ! t/op/readdir.t util.c
48062 ____________________________________________________________________________
48063 [  6561] By: jhi                                   on 2000/08/09  23:35:42
48064         Log: Update Changes.
48065      Branch: perl
48066            ! Changes
48067 ____________________________________________________________________________
48068 [  6560] By: jhi                                   on 2000/08/09  23:05:47
48069         Log: Subject: Re: enhanced(?) regex error messages
48070              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
48071              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
48072              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
48073              
48074              (plus two small patches sent privately)
48075              (this still seems to leave few test failures)
48076      Branch: perl
48077            + t/op/regmesg.t
48078            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
48079            ! t/pragma/warn/regcomp
48080 ____________________________________________________________________________
48081 [  6559] By: jhi                                   on 2000/08/09  20:41:18
48082         Log: (The fix did work but was not right, retracted in #6573)
48083              
48084              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
48085              From: Christian Kirsch <ck@held.mind.de>
48086              Date: Wed, 9 Aug 2000 17:05:17 +0200
48087              Message-Id: <20000809170517.A25389@held>
48088      Branch: perl
48089            ! sv.c t/pragma/locale.t
48090 ____________________________________________________________________________
48091 [  6558] By: jhi                                   on 2000/08/08  22:34:08
48092         Log: Tiny updates on the contributors list.
48093      Branch: perl
48094            ! Changes
48095 ____________________________________________________________________________
48096 [  6557] By: jhi                                   on 2000/08/08  19:34:28
48097         Log: Double check that we have a dirhandle.
48098      Branch: perl
48099            ! util.c
48100 ____________________________________________________________________________
48101 [  6556] By: jhi                                   on 2000/08/08  19:01:51
48102         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
48103              May be repopulated with fresh maintained examples.
48104      Branch: perl
48105            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
48106            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
48107            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
48108            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
48109            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
48110            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
48111            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
48112            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
48113            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
48114            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
48115            + lib/CGI/eg/wilogo_gif.uu
48116            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
48117            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
48118            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
48119            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
48120            - eg/cgi/frameset.cgi eg/cgi/index.html
48121            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
48122            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
48123            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
48124            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
48125            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
48126            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
48127            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
48128            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
48129            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
48130            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
48131            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
48132            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
48133            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
48134            - eg/van/vanish eg/who eg/wrapsuid
48135            ! MANIFEST
48136 ____________________________________________________________________________
48137 [  6555] By: jhi                                   on 2000/08/08  18:51:08
48138         Log: Delete chat2 as requested by Randal.
48139              
48140              Subject: Re: perlfaq8 coyness
48141              From: merlyn@stonehenge.com (Randal L. Schwartz) 
48142              Date: 15 May 2000 18:52:42 -0700 
48143              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
48144      Branch: perl
48145            - lib/chat2.pl
48146            ! MANIFEST
48147 ____________________________________________________________________________
48148 [  6554] By: jhi                                   on 2000/08/08  18:31:35
48149         Log: Regen global.sym.
48150      Branch: perl
48151            ! global.sym
48152 ____________________________________________________________________________
48153 [  6553] By: jhi                                   on 2000/08/08  18:28:13
48154         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
48155              (either perlbug or p5p ate the original), plus regen
48156              perlapi and perltoc. 
48157      Branch: perl
48158            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
48159            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
48160            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
48161            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
48162            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
48163            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
48164            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
48165            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
48166            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
48167            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
48168 ____________________________________________________________________________
48169 [  6552] By: jhi                                   on 2000/08/08  18:06:29
48170         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
48171              From: Mike Guy <mjtg@cam.ac.uk>
48172              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
48173              Date: Tue, 08 Aug 2000 15:51:27 +0100
48174      Branch: perl
48175            ! doop.c sv.h t/op/join.t t/pragma/overload.t
48176 ____________________________________________________________________________
48177 [  6551] By: jhi                                   on 2000/08/08  18:01:11
48178         Log: Re-apply #6549.
48179      Branch: perl
48180            ! lib/perl5db.pl
48181 ____________________________________________________________________________
48182 [  6550] By: jhi                                   on 2000/08/08  17:43:08
48183         Log: Accidental retraction of #6549.
48184      Branch: perl
48185            ! lib/perl5db.pl
48186 ____________________________________________________________________________
48187 [  6549] By: jhi                                   on 2000/08/08  17:40:04
48188         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
48189              From: Mike Guy <mjtg@cam.ac.uk>
48190              Date: Mon, 07 Aug 2000 21:49:58 +0100
48191              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
48192      Branch: perl
48193            ! lib/perl5db.pl
48194 ____________________________________________________________________________
48195 [  6548] By: jhi                                   on 2000/08/08  17:37:57
48196         Log: Document here-doc better.
48197              
48198              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
48199              From: Mike Guy <mjtg@cam.ac.uk>
48200              Date: Mon, 07 Aug 2000 14:02:09 +0100
48201              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
48202      Branch: perl
48203            ! pod/perldata.pod
48204 ____________________________________________________________________________
48205 [  6547] By: jhi                                   on 2000/08/08  17:33:34
48206         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
48207              From: "Randy J. Ray" <rjray@redhat.com>
48208              Date: Mon, 07 Aug 2000 19:12:25 -0700
48209              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
48210      Branch: perl
48211            ! perl.c pod/perlrun.pod
48212 ____________________________________________________________________________
48213 [  6546] By: jhi                                   on 2000/08/08  17:29:26
48214         Log: Subject: Re: enhanced(?) regex error messages 
48215              From: Hugo <hv@crypt.compulink.co.uk>
48216              Date: Tue, 08 Aug 2000 03:25:51 +0100
48217              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
48218              
48219              plus Capitalize the error messages, plus perldiag them.
48220      Branch: perl
48221            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
48222 ____________________________________________________________________________
48223 [  6545] By: jhi                                   on 2000/08/08  13:59:28
48224         Log: Augment #6539 a bit: don't croak if there's magic in the air.
48225              
48226              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
48227              From: Hugo <hv@crypt.compulink.co.uk>
48228              Date: Tue, 08 Aug 2000 03:02:03 +0100
48229              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
48230      Branch: perl
48231            ! pp.c t/op/bless.t
48232 ____________________________________________________________________________
48233 [  6544] By: jhi                                   on 2000/08/07  21:11:52
48234         Log: Make the test -w clean.
48235      Branch: perl
48236            ! t/op/bless.t
48237 ____________________________________________________________________________
48238 [  6543] By: jhi                                   on 2000/08/07  19:49:53
48239         Log: use warnings instead of $^W.
48240      Branch: perl
48241            ! t/op/bless.t
48242 ____________________________________________________________________________
48243 [  6542] By: jhi                                   on 2000/08/07  17:41:41
48244         Log: Disable a portability warning Because We Know What We Are Doing.
48245      Branch: perl
48246            ! t/op/bless.t
48247 ____________________________________________________________________________
48248 [  6541] By: jhi                                   on 2000/08/07  17:29:51
48249         Log: Tiny tidying on report_evil_fh().
48250      Branch: perl
48251            ! util.c
48252 ____________________________________________________________________________
48253 [  6540] By: jhi                                   on 2000/08/07  16:37:38
48254         Log: Make regular expression parse error messages easier to understand.
48255              
48256              Subject: Re: enhanced(?) regex error messages
48257              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
48258              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
48259              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
48260      Branch: perl
48261            ! regcomp.c
48262 ____________________________________________________________________________
48263 [  6539] By: jhi                                   on 2000/08/07  16:12:27
48264         Log: Make bless(REF, REF) a fatal error, add bless tests.
48265              
48266              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
48267              From: Hugo <hv@crypt.compulink.co.uk>
48268              Date: Mon, 07 Aug 2000 16:59:38 +0100
48269              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
48270      Branch: perl
48271            + t/op/bless.t
48272            ! MANIFEST pod/perldiag.pod pp.c sv.c
48273 ____________________________________________________________________________
48274 [  6538] By: jhi                                   on 2000/08/07  15:59:43
48275         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
48276              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
48277              Date: Thu, 3 Aug 2000 14:29:21 -0700
48278              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
48279      Branch: perl
48280            ! lib/lib_pm.PL
48281 ____________________________________________________________________________
48282 [  6537] By: jhi                                   on 2000/08/07  15:47:18
48283         Log: Retract #6419 for now since it breaks in AFS and MachTen.
48284      Branch: perl
48285            ! lib/Cwd.pm
48286 ____________________________________________________________________________
48287 [  6536] By: jhi                                   on 2000/08/07  15:05:29
48288         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
48289              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
48290              The security hole exists only in suidperls, which isn't
48291              installed or even built by default.
48292      Branch: perl
48293            ! perl.c
48294 ____________________________________________________________________________
48295 [  6535] By: jhi                                   on 2000/08/07  14:45:14
48296         Log: tr memory corruption fix from Simon Cozens.
48297      Branch: perl
48298            ! doop.c
48299 ____________________________________________________________________________
48300 [  6534] By: jhi                                   on 2000/08/06  11:38:16
48301         Log: Document a bit that UDP is not what you might think.
48302              
48303              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
48304              From: Lupe Christoph <lupe@lupe-christoph.de>
48305              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
48306              Date: Mon, 24 Jul 2000 08:59:15 +0200
48307      Branch: perl
48308            ! pod/perlipc.pod
48309 ____________________________________________________________________________
48310 [  6533] By: jhi                                   on 2000/08/06  11:35:01
48311         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
48312              From: Jeff Pinyan <jeffp@hut.crusoe.net>
48313              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
48314              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
48315      Branch: perl
48316            ! pod/perlfunc.pod
48317 ____________________________________________________________________________
48318 [  6532] By: jhi                                   on 2000/08/06  03:45:41
48319         Log: Have symbols for the IoTYPEs.
48320      Branch: perl
48321            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
48322 ____________________________________________________________________________
48323 [  6531] By: jhi                                   on 2000/08/06  01:33:55
48324         Log: Continue fixing the io warnings.  This also
48325              sort of fixes bug ID 20000802.003: the core dump
48326              is no more.  Whether the current behaviour is correct
48327              (giving a warning: "Not a format reference"), is another matter.
48328      Branch: perl
48329            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
48330            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
48331 ____________________________________________________________________________
48332 [  6530] By: jhi                                   on 2000/08/05  21:33:12
48333         Log: Change the Policy policy: now -Dprefix= with an existing
48334              Policy.sh and prefix == siteprefix == vendorprefix, then all
48335              of them follow along the new prefix.
48336              
48337              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
48338              From: Andy Dougherty <doughera@lafayette.edu>
48339              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
48340              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
48341      Branch: perl
48342            ! Policy_sh.SH
48343 ____________________________________________________________________________
48344 [  6529] By: jhi                                   on 2000/08/05  18:57:28
48345         Log: Zap lib/Sys directory when cleaning up.
48346      Branch: perl
48347            ! Makefile.SH
48348 ____________________________________________________________________________
48349 [  6528] By: jhi                                   on 2000/08/05  18:40:44
48350         Log: Essential prototype changes were missing from #6527.
48351              Also make report_evil_fh() more bomb-proof.
48352      Branch: perl
48353            ! embed.h util.c
48354 ____________________________________________________________________________
48355 [  6527] By: jhi                                   on 2000/08/05  03:22:05
48356         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
48357              From: "Ronald F. Guilmette" <rfg@monkeys.com>
48358              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
48359              Message-Id: <200007242247.PAA52177@monkeys.com>
48360      Branch: perl
48361            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
48362 ____________________________________________________________________________
48363 [  6526] By: jhi                                   on 2000/08/04  21:23:27
48364         Log: gcc versions might have (parentheses) in them.
48365      Branch: metaconfig/U/perl
48366            ! gccvers.U
48367      Branch: perl
48368            ! Configure config_h.SH
48369 ____________________________________________________________________________
48370 [  6525] By: jhi                                   on 2000/08/04  20:23:12
48371         Log: Weed buglets pointed out by
48372              
48373              From: Lupe Christoph <lupe@lupe-christoph.de>
48374              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
48375              Date: Fri, 4 Aug 2000 17:34:39 +0200
48376              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
48377      Branch: metaconfig/U/perl
48378            ! gccvers.U uselfs.U
48379      Branch: perl
48380            ! Configure config_h.SH
48381 ____________________________________________________________________________
48382 [  6524] By: jhi                                   on 2000/08/04  19:02:08
48383         Log: Warn under -w if lstat(FH) is attempted.
48384              
48385              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
48386              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
48387              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
48388              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
48389      Branch: perl
48390            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
48391            ! t/pragma/warn/pp_sys
48392 ____________________________________________________________________________
48393 [  6523] By: jhi                                   on 2000/08/04  12:31:11
48394         Log: Subject: New perlcc, take 2
48395              From: simon@brecon.co.uk (Simon Cozens)
48396              Date: 4 Aug 2000 06:21:04 GMT
48397              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
48398      Branch: perl
48399            ! utils/perlcc.PL
48400 ____________________________________________________________________________
48401 [  6522] By: jhi                                   on 2000/08/04  12:26:33
48402         Log: Subject: Re: Array vs. List context
48403              From: Daniel Chetlin <daniel@chetlin.com>
48404              Date: Fri, 4 Aug 2000 00:22:44 -0700
48405              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
48406      Branch: perl
48407            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
48408            ! pod/perlfaq4.pod
48409 ____________________________________________________________________________
48410 [  6521] By: jhi                                   on 2000/08/04  12:22:38
48411         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
48412              From: Raymund Will <ray@caldera.de>
48413              Date: Fri, 4 Aug 2000 12:07:09 +0200
48414              Message-Id: <20000804120709.A14982@caldera.de>
48415      Branch: perl
48416            ! configure.gnu
48417 ____________________________________________________________________________
48418 [  6520] By: jhi                                   on 2000/08/04  04:09:06
48419         Log: After the #6519 a warning about stat() is just that,
48420              not about a filetest, which now have their own warning.
48421      Branch: perl
48422            ! pod/perldiag.pod
48423 ____________________________________________________________________________
48424 [  6519] By: jhi                                   on 2000/08/04  04:06:30
48425         Log: In the warnings call filehandles consistently so;
48426              add "unopened" warning for stat().
48427      Branch: perl
48428            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
48429            ! t/pragma/warn/pp_sys
48430 ____________________________________________________________________________
48431 [  6518] By: jhi                                   on 2000/08/04  02:55:35
48432         Log: Subject: Minor tweak to perlvar.pod
48433              From: "Stephen P. Potter" <spp@ds.net>
48434              Date: Tue, 18 Apr 2000 09:26:03 -0400
48435              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
48436      Branch: perl
48437            ! pod/perlvar.pod
48438 ____________________________________________________________________________
48439 [  6517] By: jhi                                   on 2000/08/04  02:50:08
48440         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
48441              From: "Clinton Pierce" <cpierce1@ford.com>
48442              Date: Wed, 21 Jul 1999 16:45:31 -0400
48443              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
48444              
48445              Fix by Stephen Potter (visible in the bug db but not in p5p?)
48446      Branch: perl
48447            ! pod/perlfunc.pod pod/perlop.pod
48448 ____________________________________________________________________________
48449 [  6516] By: jhi                                   on 2000/08/04  02:09:25
48450         Log: This is 6512.  Really.
48451      Branch: perl
48452            ! dump.c
48453 ____________________________________________________________________________
48454 [  6515] By: jhi                                   on 2000/08/04  01:25:50
48455         Log: mention the idea of @( and @)
48456      Branch: perl
48457            ! Todo-5.6
48458 ____________________________________________________________________________
48459 [  6514] By: bailey                                on 2000/08/04  01:18:46
48460         Log: YA resync with mainstem, including VMS patches from others
48461      Branch: vmsperl
48462           +> (branch 48 files)
48463            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
48464           !> (integrate 354 files)
48465 ____________________________________________________________________________
48466 [  6513] By: jhi                                   on 2000/08/04  01:18:18
48467         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
48468              From: Mark Dickinson <dickins3@fas.harvard.edu>
48469              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
48470              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
48471      Branch: perl
48472            ! t/op/grent.t t/op/pwent.t
48473 ____________________________________________________________________________
48474 [  6512] By: jhi                                   on 2000/08/04  01:14:06
48475         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
48476              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48477              Date: Wed, 02 Aug 2000 10:51:01 +0100
48478              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
48479      Branch: perl
48480            ! sv.c
48481 ____________________________________________________________________________
48482 [  6511] By: jhi                                   on 2000/08/04  00:57:00
48483         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
48484              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48485              Date: Thu, 03 Aug 2000 17:20:04 -0700
48486              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
48487      Branch: metaconfig
48488            ! U/modified/Cppsym.U
48489      Branch: perl
48490            ! Configure config_h.SH
48491 ____________________________________________________________________________
48492 [  6510] By: jhi                                   on 2000/08/04  00:25:28
48493         Log: detypo
48494      Branch: perl
48495            ! Makefile.SH
48496 ____________________________________________________________________________
48497 [  6509] By: jhi                                   on 2000/08/03  23:43:18
48498         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
48499              From: Dominic Dunlop <domo@computer.org>
48500              Date: Thu, 3 Aug 2000 22:16:46 +0200
48501              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
48502      Branch: perl
48503            ! t/op/sprintf.t
48504 ____________________________________________________________________________
48505 [  6508] By: jhi                                   on 2000/08/03  23:40:37
48506         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
48507              From: Hugo <hv@crypt.compulink.co.uk>
48508              Date: Thu, 03 Aug 2000 18:25:30 +0100
48509              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
48510      Branch: perl
48511            ! regcomp.c t/op/re_tests
48512 ____________________________________________________________________________
48513 [  6507] By: jhi                                   on 2000/08/03  23:38:28
48514         Log: Subject: [PATCH] sv.h documentation - SvLEN
48515              From: Mike Guy <mjtg@cam.ac.uk>
48516              Date: Thu, 03 Aug 2000 14:43:09 +0100
48517              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
48518      Branch: perl
48519            ! sv.h
48520 ____________________________________________________________________________
48521 [  6506] By: jhi                                   on 2000/08/03  15:49:14
48522         Log: Disable the fix_pl hack for now.
48523      Branch: perl
48524            ! Makefile.SH
48525 ____________________________________________________________________________
48526 [  6505] By: jhi                                   on 2000/08/03  13:49:04
48527         Log: Add a URL for FSF.
48528              
48529              Subject: Patch for README
48530              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
48531              Date: Wed, 2 Aug 2000 13:25:09 -0500
48532              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
48533      Branch: perl
48534            ! README
48535 ____________________________________________________________________________
48536 [  6504] By: jhi                                   on 2000/08/03  13:29:19
48537         Log: Be more informative on what is skipped and why,
48538              also repeat the list at the end.
48539      Branch: perl
48540            ! Porting/p4desc
48541 ____________________________________________________________________________
48542 [  6503] By: jhi                                   on 2000/08/03  13:07:05
48543         Log: Circumvent the removal of .patch by fix_pl.
48544              
48545              Subject: Re: [ID 20000802.011] unable to 'make test'          
48546              From: simon@brecon.co.uk (Simon Cozens) 
48547              Date: 3 Aug 2000 04:17:00 GMT
48548              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
48549      Branch: perl
48550            ! Makefile.SH
48551 ____________________________________________________________________________
48552 [  6502] By: jhi                                   on 2000/08/03  00:14:34
48553         Log: Add the missing setproctitle unit.
48554      Branch: metaconfig/U/perl
48555            + d_setproctitle.U
48556 ____________________________________________________________________________
48557 [  6501] By: jhi                                   on 2000/08/03  00:00:26
48558         Log: The subtest 4 may fail also on VOBS, as pointed out
48559              by Nick Ing-Simmons in November 1999, bug id 19991124.003
48560              (but the failure in that bug report isn't the subtest 4).
48561      Branch: perl
48562            ! t/op/stat.t
48563 ____________________________________________________________________________
48564 [  6500] By: jhi                                   on 2000/08/02  23:49:30
48565         Log: Better skip message for the test; one of the two problems in
48566              
48567              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
48568              From: Lupe Christoph <lupe@lupe-christoph.de>
48569              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
48570              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
48571      Branch: perl
48572            ! t/op/numconvert.t
48573 ____________________________________________________________________________
48574 [  6499] By: jhi                                   on 2000/08/02  22:49:16
48575         Log: Allow "no Module;" even if there is no 'unimport'.
48576              
48577              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
48578              From: mjd@plover.com
48579              Date: 24 Mar 2000 15:24:34 -0000
48580              Message-Id: <20000324152434.15160.qmail@plover.com>
48581      Branch: perl
48582            ! gv.c
48583 ____________________________________________________________________________
48584 [  6498] By: jhi                                   on 2000/08/02  22:42:58
48585         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
48586              that are hopefully soon put into use.
48587      Branch: perl
48588            ! opcode.h opcode.pl opnames.h
48589 ____________________________________________________________________________
48590 [  6497] By: gsar                                  on 2000/08/02  22:28:59
48591         Log: require.t needs binmode() to work on windows
48592      Branch: perl
48593            ! t/comp/require.t
48594 ____________________________________________________________________________
48595 [  6496] By: jhi                                   on 2000/08/02  22:08:51
48596         Log: Document the IVdf UVuf UVof UVxf.
48597      Branch: perl
48598            ! pod/perlguts.pod
48599 ____________________________________________________________________________
48600 [  6495] By: jhi                                   on 2000/08/02  21:54:26
48601         Log: detypo #6494
48602      Branch: perl
48603            ! ext/Data/Dumper/Dumper.xs
48604 ____________________________________________________________________________
48605 [  6494] By: jhi                                   on 2000/08/02  21:49:17
48606         Log: Dump UVs as UVs in Data::Dumper.
48607              
48608              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
48609              From: Gurusamy Sarathy <gsar@ActiveState.com>
48610              Date: Thu, 27 Apr 2000 12:26:25 -0700
48611              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
48612      Branch: perl
48613            ! ext/Data/Dumper/Dumper.xs
48614 ____________________________________________________________________________
48615 [  6493] By: jhi                                   on 2000/08/02  17:01:58
48616         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
48617              From: Hugo <hv@crypt.compulink.co.uk>
48618              Date: Wed, 02 Aug 2000 14:53:56 +0100
48619              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
48620      Branch: perl
48621            ! regexec.c t/op/re_tests
48622 ____________________________________________________________________________
48623 [  6492] By: jhi                                   on 2000/08/02  15:02:46
48624         Log: The new setproctitle() feature is available only in 
48625              bleeding edge FreeBSD.  From Paul Saab.
48626      Branch: perl
48627            ! mg.c
48628 ____________________________________________________________________________
48629 [  6491] By: jhi                                   on 2000/08/02  13:34:36
48630         Log: The tr utf8 patching continues.
48631              
48632              Subject: Re: #6469, too many tests claimed in require.t
48633              From: simon@brecon.co.uk (Simon Cozens)
48634              Date: 2 Aug 2000 02:37:17 GMT
48635              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
48636              
48637              (the logic of the test was the wrong way round in the patch)
48638      Branch: perl
48639            ! doop.c
48640 ____________________________________________________________________________
48641 [  6490] By: jhi                                   on 2000/08/02  13:27:38
48642         Log: The name of a filehandle does not have <these>.
48643      Branch: perl
48644            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
48645            ! t/pragma/warn/pp_sys util.c
48646 ____________________________________________________________________________
48647 [  6489] By: jhi                                   on 2000/08/02  04:26:46
48648         Log: Remove the extraneous "main::" prefix from all the
48649              "opened only for", "on closed", and "never opened" warnings.
48650              
48651              Subject: Re: inappropriate warning
48652              From: Gurusamy Sarathy <gsar@ActiveState.com>
48653              Date: Mon, 20 Mar 2000 11:28:02 -0800
48654              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
48655      Branch: perl
48656            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
48657            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
48658            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
48659 ____________________________________________________________________________
48660 [  6488] By: jhi                                   on 2000/08/02  03:02:57
48661         Log: memcpy has n o in it, as pinted ut by Sarathy.
48662      Branch: perl
48663            ! pod/perlguts.pod
48664 ____________________________________________________________________________
48665 [  6487] By: jhi                                   on 2000/08/02  02:44:51
48666         Log: Document in one place the memory abstractions used in Perl core.
48667              
48668              Subject: Re: Memory abstraction
48669              From: simon@brecon.co.uk (Simon Cozens)
48670              Date: 2 Aug 2000 02:20:23 GMT
48671              Organization: Earth.li Origins
48672      Branch: perl
48673            ! pod/perlguts.pod
48674 ____________________________________________________________________________
48675 [  6486] By: jhi                                   on 2000/08/02  02:41:57
48676         Log: regen_headers, regen perltoc.
48677      Branch: perl
48678            ! perlapi.c pod/perltoc.pod
48679 ____________________________________________________________________________
48680 [  6485] By: jhi                                   on 2000/08/02  01:43:33
48681         Log: "This little thing tests for a file .patch, and if it contains
48682              a number, pops into patchlevel.h" (making it easier to track
48683              which development version people are reporting bugs against)
48684              
48685              Subject: Patchlevel autogeneration for repository perls
48686              From: simon@brecon.co.uk (Simon Cozens)
48687              Date: 14 Jul 2000 07:12:15 GMT
48688              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
48689      Branch: perl
48690            + fix_pl
48691            ! MANIFEST Makefile.SH
48692 ____________________________________________________________________________
48693 [  6484] By: jhi                                   on 2000/08/02  01:32:54
48694         Log: FreeBSD 3.* updates from
48695              
48696              From: Paul Saab <ps@yahoo-inc.com>
48697              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
48698              Date: Tue, 1 Aug 2000 15:41:39 -0700
48699              Message-Id: <20000801154139.A53740@yahoo-inc.com>
48700      Branch: perl
48701            ! hints/freebsd.sh
48702 ____________________________________________________________________________
48703 [  6483] By: jhi                                   on 2000/08/02  01:27:44
48704         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
48705              instead one must use setproctitle().  This was already addressed
48706              by change #6457, but the below has a new variant for FreeBSD 4.0
48707              or later, and the matter is also documented more.
48708              
48709              From: Paul Saab <ps@yahoo-inc.com>
48710              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
48711              Date: Tue, 1 Aug 2000 15:41:39 -0700
48712              Message-Id: <20000801154139.A53740@yahoo-inc.com>
48713      Branch: metaconfig/U/perl
48714            + i_libutil.U
48715      Branch: perl
48716            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
48717 ____________________________________________________________________________
48718 [  6482] By: jhi                                   on 2000/08/01  22:17:32
48719         Log: The test from this
48720              
48721              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
48722              Date: Sat, 15 Apr 2000 17:03:44 +0100
48723              From: Tom Hughes <tom@compton.nu>
48724              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
48725              
48726              was missing, the code change went in as #5989
48727              (which had a different test?)
48728      Branch: perl
48729            ! t/op/misc.t
48730 ____________________________________________________________________________
48731 [  6481] By: jhi                                   on 2000/08/01  21:48:38
48732         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
48733              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
48734              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
48735              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
48736      Branch: perl
48737            ! perl.h
48738 ____________________________________________________________________________
48739 [  6480] By: jhi                                   on 2000/08/01  18:05:28
48740         Log: Make p4desc to skip non-mainperl branches by default.
48741      Branch: perl
48742            ! Porting/p4desc
48743 ____________________________________________________________________________
48744 [  6479] By: jhi                                   on 2000/08/01  17:29:19
48745         Log: If gccosandvers is equal to osname, clear gccosandvers.
48746      Branch: metaconfig/U/perl
48747            ! gccvers.U
48748      Branch: perl
48749            ! Configure config_h.SH
48750 ____________________________________________________________________________
48751 [  6478] By: jhi                                   on 2000/08/01  15:54:08
48752         Log: BOM patching from Simon Cozens.
48753      Branch: perl
48754            ! toke.c
48755 ____________________________________________________________________________
48756 [  6477] By: jhi                                   on 2000/08/01  04:50:33
48757         Log: Stash away the largefiles flags and libswanted.
48758      Branch: perl
48759            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
48760 ____________________________________________________________________________
48761 [  6476] By: gsar                                  on 2000/08/01  04:24:24
48762         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
48763              on Windows)
48764      Branch: perl
48765            ! t/pragma/utf8.t utf8.c win32/win32.c
48766 ____________________________________________________________________________
48767 [  6475] By: jhi                                   on 2000/08/01  03:35:24
48768         Log: Make chr() for values >127 to create utf8 when under utf8.
48769              
48770              Subject: Re: uft8/chr()
48771              From: simon@brecon.co.uk (Simon Cozens)
48772              Date: 1 Aug 2000 02:37:02 GMT
48773              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
48774      Branch: perl
48775            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
48776 ____________________________________________________________________________
48777 [  6474] By: jhi                                   on 2000/08/01  02:36:18
48778         Log: In Digital UNIX warn if gcc explicitly chosen because even
48779              2.95.2 is known to cause problems.
48780      Branch: perl
48781            ! hints/dec_osf.sh
48782 ____________________________________________________________________________
48783 [  6473] By: jhi                                   on 2000/08/01  02:00:56
48784         Log: Make the safety catch for buggy gccs work with triple version
48785              numbers like 2.95.2.  Reported in
48786              
48787              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
48788              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
48789              Date: Mon, 31 Jul 2000 14:55:06 +0200
48790              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
48791      Branch: perl
48792            ! hints/dec_osf.sh
48793 ____________________________________________________________________________
48794 [  6472] By: jhi                                   on 2000/08/01  01:13:33
48795         Log: Subject: fix and question re: waitpid() under win32
48796              From: Brian Clarke <clarke@appliedmeta.com>
48797              Date: Fri, 28 Jul 2000 15:18:29 -0400
48798              Message-ID: <3981DC85.290314EB@appliedmeta.com>
48799              
48800              Slightly reformatted and WNOHANG # define moved to win32.h
48801              so that also POSIX.xs sees it, as suggsted by Sarathy.
48802      Branch: perl
48803            ! win32/win32.c win32/win32.h
48804 ____________________________________________________________________________
48805 [  6471] By: jhi                                   on 2000/08/01  00:55:05
48806         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
48807              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48808              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
48809              Date: Mon, 31 Jul 2000 13:28:51 +0100
48810              
48811              (aka ID 20000730.002)
48812      Branch: perl
48813            ! op.c t/op/tr.t
48814 ____________________________________________________________________________
48815 [  6470] By: jhi                                   on 2000/07/31  23:34:42
48816         Log: Document the problem with -P in HP-UX and its workaround.
48817              
48818              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
48819              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
48820              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
48821              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
48822      Branch: perl
48823            ! README.hpux
48824 ____________________________________________________________________________
48825 [  6469] By: jhi                                   on 2000/07/31  04:15:02
48826         Log: The swallow_bom() saga continues.  The #23 of require.t
48827              (UTF16-LE) still fails (silently, no output) but the #22
48828              (UTF16-BE) seems to be working now.  The root of the
48829              failure may be in sv_gets(): is it UTF-16LE-aware,
48830              especially when it comes to line endings? 
48831      Branch: perl
48832            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
48833            ! t/comp/require.t toke.c utf8.c
48834 ____________________________________________________________________________
48835 [  6468] By: jhi                                   on 2000/07/30  19:05:48
48836         Log: Find green threads before native threads.
48837              
48838              Subject: Re: Patch to jpl/JNI/Makefile.PL
48839              From: Jens Thomsen <jens@fiend.cis.com>
48840              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
48841              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
48842      Branch: perl
48843            ! jpl/JNI/Makefile.PL
48844 ____________________________________________________________________________
48845 [  6467] By: jhi                                   on 2000/07/30  18:36:22
48846         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
48847      Branch: perl
48848            ! doop.c
48849 ____________________________________________________________________________
48850 [  6466] By: jhi                                   on 2000/07/30  04:37:29
48851         Log: A new version of the "remove UPPERACSE string comparison"
48852              operators.  The problem with the previous one (change #6454)
48853              was that it was for Perl 5.6.0.  From Paul Marquess.
48854      Branch: perl
48855            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
48856            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
48857            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
48858 ____________________________________________________________________________
48859 [  6465] By: jhi                                   on 2000/07/29  22:39:56
48860         Log: Do not upgrade SVs into utf8 just because they participate
48861              in eq or cmp.  Reported and fix suggested in
48862              
48863              Subject: [ID 20000720.009] sv_eq UTF8 bug
48864              From: "Simon Cozens" <simon@othersideofthe.earth.li>
48865              Date: 21 Jul 2000 04:37:29 -0000
48866              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
48867              
48868              Exercise for the kind reader: should we or should we not
48869              cache the utf8 conversion alonside the SV? (as magic,
48870              as thestrxfrm()ed version is cached under use locale)
48871              Argue both for and against.
48872      Branch: perl
48873            ! sv.c
48874 ____________________________________________________________________________
48875 [  6464] By: jhi                                   on 2000/07/29  22:36:22
48876         Log: Subject: UTF8 concat
48877              From: simon@brecon.co.uk (Simon Cozens) 
48878              Date: 30 Jun 2000 06:13:25 GMT
48879              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
48880              
48881              (with a memory leak fixed, plus a few casts added)
48882              
48883              This also seems to help for
48884              
48885              Subject: [ID 20000716.015] join UTF8 weirdness
48886              From: root <root@ak-71.mind.de> 
48887              Date: Sat, 15 Jul 2000 15:29:54 +0200
48888              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
48889              
48890              (from Andreas König)
48891      Branch: perl
48892            ! pp_hot.c
48893 ____________________________________________________________________________
48894 [  6463] By: jhi                                   on 2000/07/29  00:55:39
48895         Log: Tune the comments and hopefully stop a memory leak.
48896      Branch: perl
48897            ! toke.c utf8.c
48898 ____________________________________________________________________________
48899 [  6462] By: jhi                                   on 2000/07/29  00:16:53
48900         Log: The problem described in this
48901              
48902              Subject: [ID 20000322.018] named chars aren't magical enough
48903              From: root <root@dixie.cscaper.com>     
48904              Date: Wed, 22 Mar 2000 18:37:42 -0700
48905              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
48906              
48907              has been fixed in perl 5.6.0 but just in case added a test
48908              to keep it away.  (The report from Joseph Hall.)
48909      Branch: perl
48910            ! t/lib/charnames.t
48911 ____________________________________________________________________________
48912 [  6461] By: jhi                                   on 2000/07/28  23:56:36
48913         Log: Tiny fixes for #6460.
48914      Branch: metaconfig/U/perl
48915            ! gccvers.U
48916      Branch: perl
48917            ! Configure config_h.SH
48918 ____________________________________________________________________________
48919 [  6460] By: jhi                                   on 2000/07/28  23:24:41
48920         Log: Warn if the version of the operating system used to compile gcc
48921              differs from the current version of the operating system.
48922              Also display the gcc compilation os and version in myconfig.
48923              Inspiration from
48924              
48925              Subject: Re: [ID 20000710.003] ERRORS!!         
48926              From: "Kurt D. Starsinic" <kstar@chapin.edu>
48927              Date: Mon, 10 Jul 2000 15:54:16 -0400
48928              Message-ID: <20000710155416.A1384@O2.chapin.edu>
48929      Branch: metaconfig/U/perl
48930            ! gccvers.U
48931      Branch: perl
48932            ! Configure config_h.SH myconfig.SH
48933 ____________________________________________________________________________
48934 [  6459] By: jhi                                   on 2000/07/28  22:00:32
48935         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
48936              letter to $Config{osvers}.
48937      Branch: metaconfig
48938            ! U/modified/Oldconfig.U
48939      Branch: perl
48940            ! Configure config_h.SH
48941 ____________________________________________________________________________
48942 [  6458] By: jhi                                   on 2000/07/28  04:15:39
48943         Log: Back out #6454, doesn't seem to work.
48944              (Reason: that patch was for perl 5.6.0, not perl-current)
48945              (A version of the patch for perl-current came in later as #6466)
48946      Branch: perl
48947            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
48948            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
48949            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
48950 ____________________________________________________________________________
48951 [  6457] By: jhi                                   on 2000/07/27  23:31:49
48952         Log: Use setproctitle() if available to modify $0.
48953              
48954              Subject: setting $* on BSD4 broken
48955              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
48956              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
48957              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
48958      Branch: metaconfig
48959            ! U/modified/Myinit.U
48960      Branch: perl
48961            ! Configure config_h.SH mg.c
48962 ____________________________________________________________________________
48963 [  6456] By: jhi                                   on 2000/07/27  14:50:47
48964         Log: Allow "no AutoLoader;", based on change #6444,
48965              suggested by Graham Barr.
48966      Branch: perl
48967            ! lib/AutoLoader.pm
48968 ____________________________________________________________________________
48969 [  6455] By: jhi                                   on 2000/07/27  14:19:10
48970         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
48971              From: rspier@pobox.com (Robert Spier)
48972              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
48973              Message-ID: <14720.15855.787664.424783@rls.cx>
48974      Branch: perl
48975            ! pod/perldiag.pod
48976 ____________________________________________________________________________
48977 [  6454] By: jhi                                   on 2000/07/27  14:03:02
48978         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
48979              for a long time).
48980              
48981              Reported in
48982              
48983              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
48984              From: Ryan Herbert <rherbert@sycamorehq.com>
48985              Date: Mon, 17 Jul 2000 11:40:42 -0400
48986              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
48987              
48988              Patched in
48989              
48990              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
48991              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
48992              Date: Wed, 26 Jul 2000 23:40:18 +0100
48993              Message-ID: <000001bff752$79511880$0a17073e@tiny>
48994              
48995              based on an earlier patch from Stephen P. Potter.
48996              
48997              (Removed later by change #6458 because this patch was for
48998              perl 5.6.0, not perl-current)
48999      Branch: perl
49000            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
49001            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
49002            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
49003 ____________________________________________________________________________
49004 [  6453] By: jhi                                   on 2000/07/27  13:48:02
49005         Log: Subject: [PATCH] fixes bug 20000508.004
49006              From: Michael Stevens <mstevens@globnix.org>
49007              Date: Thu, 27 Jul 2000 13:49:04 +0100
49008              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
49009      Branch: perl
49010            ! pod/perldata.pod
49011 ____________________________________________________________________________
49012 [  6452] By: jhi                                   on 2000/07/26  23:51:26
49013         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
49014              and Craig A. Berry.
49015      Branch: perl
49016            ! lib/File/Temp.pm pod/perlport.pod
49017 ____________________________________________________________________________
49018 [  6451] By: jhi                                   on 2000/07/26  19:43:30
49019         Log: Be wary of close()s, too.
49020              
49021              Subject: Re: [PATCH] perlbug cleanup
49022              From: Tim Jenness <t.jenness@jach.hawaii.edu>
49023              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
49024              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
49025      Branch: perl
49026            ! utils/perlbug.PL
49027 ____________________________________________________________________________
49028 [  6450] By: jhi                                   on 2000/07/26  18:41:40
49029         Log: Subject: Minor doc patch: handy.h
49030              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
49031              Date: Wed, 26 Jul 2000 15:34:25 -0300
49032              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
49033      Branch: perl
49034            ! handy.h pod/perlapi.pod
49035 ____________________________________________________________________________
49036 [  6449] By: jhi                                   on 2000/07/26  18:23:55
49037         Log: Subject: [PATCH] minor doc change - perlguts
49038              From: Michael Stevens <mstevens@globnix.org>
49039              Date: Thu, 13 Jul 2000 12:39:18 +0100
49040              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
49041      Branch: perl
49042            ! pod/perlguts.pod
49043 ____________________________________________________________________________
49044 [  6448] By: jhi                                   on 2000/07/26  18:20:30
49045         Log: open() wariness in perlbug.
49046              
49047              Subject: [PATCH] perlbug cleanup
49048              From: Michael Stevens <mstevens@globnix.org>
49049              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
49050              Date: Thu, 13 Jul 2000 15:52:23 +0100
49051      Branch: perl
49052            ! utils/perlbug.PL
49053 ____________________________________________________________________________
49054 [  6447] By: jhi                                   on 2000/07/26  18:13:04
49055         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
49056      Branch: perl
49057            ! lib/File/Temp.pm t/lib/ftmp-security.t
49058 ____________________________________________________________________________
49059 [  6446] By: jhi                                   on 2000/07/26  18:06:32
49060         Log: docfix from Peter Scott <Peter@PSDT.com>.
49061      Branch: perl
49062            ! pod/perlfunc.pod
49063 ____________________________________________________________________________
49064 [  6445] By: jhi                                   on 2000/07/26  17:53:31
49065         Log: Fix *foo{FORMAT}.
49066              
49067              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49068              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
49069              Date: Wed, 26 Jul 2000 19:51:02 +0200
49070              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
49071              
49072              From: Graham Barr <gbarr@pobox.com>
49073              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
49074              Date: Wed, 26 Jul 2000 17:38:36 +0100
49075              Message-ID: <20000726173836.L472@pobox.com>
49076      Branch: perl
49077            ! pp.c sv.c t/op/gv.t
49078 ____________________________________________________________________________
49079 [  6444] By: jhi                                   on 2000/07/26  17:49:14
49080         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
49081              from Graham Barr in the module list.
49082      Branch: perl
49083            ! gv.c pod/perlobj.pod
49084 ____________________________________________________________________________
49085 [  6443] By: jhi                                   on 2000/07/26  16:06:56
49086         Log: More split() doc and test patches from Mike Guy.
49087      Branch: perl
49088            ! pod/perlfunc.pod t/op/split.t
49089 ____________________________________________________________________________
49090 [  6442] By: jhi                                   on 2000/07/26  16:05:30
49091         Log: MacOS nits from Matthias Neeracher.
49092      Branch: perl
49093            ! perl.c pp_ctl.c
49094 ____________________________________________________________________________
49095 [  6441] By: jhi                                   on 2000/07/26  04:39:57
49096         Log: Subject: [PATCH] split /^/
49097              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49098              Date: Tue, 25 Jul 2000 14:18:57 +0100
49099              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
49100              
49101              (with notes from tchrist and gbarr)
49102      Branch: perl
49103            ! pod/perlfunc.pod t/op/split.t
49104 ____________________________________________________________________________
49105 [  6440] By: jhi                                   on 2000/07/26  04:32:32
49106         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
49107              From: Peter Prymmer <pvhp@forte.com>
49108              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
49109              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
49110      Branch: perl
49111            ! vms/munchconfig.c
49112 ____________________________________________________________________________
49113 [  6439] By: jhi                                   on 2000/07/26  04:31:01
49114         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
49115              to be fatal errors (instead of by default ignoring them, and
49116              ignoring with a bug: even though -w gave an error, the opening [
49117              was left in)  Reported in:
49118              
49119              Subject: [ID 20000716.024] [=cc=] / [:blank:]
49120              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
49121              Date: Sun, 16 Jul 2000 17:55:29 -0700
49122              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
49123      Branch: perl
49124            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
49125 ____________________________________________________________________________
49126 [  6438] By: jhi                                   on 2000/07/25  15:41:15
49127         Log: Subject: [PATCH] av.c apidoc
49128              From: simon@brecon.co.uk (Simon Cozens)
49129              Date: 24 Jul 2000 06:40:52 GMT
49130              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
49131      Branch: perl
49132            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
49133            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
49134 ____________________________________________________________________________
49135 [  6437] By: jhi                                   on 2000/07/25  14:05:36
49136         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
49137              From: "Stephen P. Potter" <spp@ds.net>
49138              Date: Mon, 24 Jul 2000 14:22:23 -0400
49139              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
49140      Branch: perl
49141            ! pod/perllocale.pod
49142 ____________________________________________________________________________
49143 [  6436] By: jhi                                   on 2000/07/25  14:02:03
49144         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
49145              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49146              Date: Mon, 24 Jul 2000 18:04:28 +0100
49147              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
49148      Branch: perl
49149            ! t/lib/syslfs.t t/op/lfs.t
49150 ____________________________________________________________________________
49151 [  6435] By: jhi                                   on 2000/07/25  13:59:28
49152         Log: Get UTF16 BOMs working.  Patch from
49153              
49154              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
49155              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49156              Date: Tue, 25 Jul 2000 12:52:45 +0100
49157              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
49158              
49159              and notes from
49160              
49161              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
49162              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49163              Date: Tue, 25 Jul 2000 11:43:25 +0100
49164              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
49165      Branch: perl
49166            ! t/comp/require.t toke.c utf8.c
49167 ____________________________________________________________________________
49168 [  6434] By: jhi                                   on 2000/07/25  02:39:54
49169         Log: Make the "uninit variable" warning to say "concat or string"
49170              or "join or string" when in concat or join .
49171              
49172              Subject: Re: [ID 20000403.009] uninitialised concatenation???
49173              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49174              Date: Tue, 04 Apr 2000 18:22:58 +0100
49175              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
49176              
49177              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
49178              From: William R Ward <hermit@BayView.COM>
49179              Date: Thu, 30 Mar 2000 19:50:03 -0800
49180              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
49181      Branch: perl
49182            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
49183            ! t/pragma/warn/op t/pragma/warn/sv
49184 ____________________________________________________________________________
49185 [  6433] By: jhi                                   on 2000/07/24  17:52:56
49186         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
49187      Branch: perl
49188            ! lib/File/Spec/VMS.pm
49189 ____________________________________________________________________________
49190 [  6432] By: jhi                                   on 2000/07/24  17:44:44
49191         Log: Test cases for #6431.
49192              
49193              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
49194              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49195              Date: Mon, 24 Jul 2000 15:32:29 +0100
49196              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
49197      Branch: perl
49198            ! t/op/pat.t t/op/split.t
49199 ____________________________________________________________________________
49200 [  6431] By: jhi                                   on 2000/07/24  17:43:17
49201         Log: Bind op fix.
49202              
49203              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
49204              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49205              Date: Mon, 17 Jul 2000 20:04:56 +0100
49206              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
49207      Branch: perl
49208            ! op.c
49209 ____________________________________________________________________________
49210 [  6430] By: jhi                                   on 2000/07/24  03:42:42
49211         Log: Subject: [ID 20000716.023] syslog test fails without sockets
49212              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49213              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
49214              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
49215      Branch: metaconfig/U/perl
49216            ! Extensions.U
49217      Branch: perl
49218            ! Configure config_h.SH
49219 ____________________________________________________________________________
49220 [  6429] By: jhi                                   on 2000/07/24  03:11:52
49221         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
49222              case, but add also notes explaining the relationship of this
49223              patch and the earlier notes by Sarathy.
49224              
49225              Subject: Map is still slow
49226              From: "Ben Tilly" <ben_tilly@hotmail.com>
49227              Date: Sat, 15 Jul 2000 17:23:27 EDT
49228              Message-ID: <20000715212327.21656.qmail@hotmail.com>
49229      Branch: perl
49230            ! pp_ctl.c
49231 ____________________________________________________________________________
49232 [  6428] By: jhi                                   on 2000/07/24  02:58:52
49233         Log: Documentation to explain the behaviour of map().
49234              
49235              Subject: Re: Map is still slow 
49236              From: Gurusamy Sarathy <gsar@ActiveState.com>
49237              Date: Sat, 15 Jul 2000 16:05:09 -0700
49238              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
49239      Branch: perl
49240            ! pp_ctl.c
49241 ____________________________________________________________________________
49242 [  6427] By: jhi                                   on 2000/07/24  02:50:03
49243         Log: Add tests for
49244              [ID 19991110.003] another matching finding by pcre author
49245              which has already been fixed by some patch, as verified in
49246              
49247              Subject: Re: two regex bugs from the mists of time (well, last November)
49248              From: Hugo <hv@crypt.compulink.co.uk>
49249              Date: Sat, 22 Jul 2000 18:12:58 +0100
49250              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
49251      Branch: perl
49252            ! t/op/re_tests
49253 ____________________________________________________________________________
49254 [  6426] By: jhi                                   on 2000/07/24  02:11:20
49255         Log: A missing 'break' after the [[:space:]] switch case.
49256              
49257              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
49258              From: "Stephen P. Potter" <spp@ds.net>
49259              Date: Tue, 18 Jul 2000 16:25:17 -0400
49260              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
49261      Branch: perl
49262            ! regcomp.c
49263 ____________________________________________________________________________
49264 [  6425] By: jhi                                   on 2000/07/24  02:06:12
49265         Log: The output might have been produced in the wrong order.
49266              
49267              Subject: [ID 20000720.003] [PATCH] t/op/write.t
49268              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49269              Date: Thu, 20 Jul 2000 18:49:18 +0100
49270              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
49271      Branch: perl
49272            ! t/op/write.t
49273 ____________________________________________________________________________
49274 [  6424] By: jhi                                   on 2000/07/24  02:00:07
49275         Log: Use STDOUT consistently.
49276              
49277              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
49278              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49279              Date: Thu, 20 Jul 2000 18:04:01 +0100
49280              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
49281      Branch: perl
49282            ! lib/Test/Harness.pm
49283 ____________________________________________________________________________
49284 [  6423] By: jhi                                   on 2000/07/24  01:54:54
49285         Log: Protect against "wild next"s, that is, callbacks doing "next"
49286              instead of "return".
49287              
49288              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
49289              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49290              Date: Tue, 18 Jul 2000 11:30:16 +0100
49291              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
49292      Branch: perl
49293            ! lib/File/Find.pm
49294 ____________________________________________________________________________
49295 [  6422] By: jhi                                   on 2000/07/24  01:35:47
49296         Log: Out-of-date note removed.
49297              
49298              Subject: [PATCH] documentation perlipc
49299              From: rspier@pobox.com (Robert Spier)
49300              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
49301              Message-ID: <14711.35178.572612.502654@rls.cx>
49302      Branch: perl
49303            ! pod/perlipc.pod
49304 ____________________________________________________________________________
49305 [  6421] By: jhi                                   on 2000/07/24  00:09:18
49306         Log: Send all installperl messages to STDERR and be -w clean.
49307              
49308              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
49309              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49310              Date: Sat, 22 Jul 2000 14:02:11 +0100
49311              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
49312      Branch: perl
49313            ! installperl
49314 ____________________________________________________________________________
49315 [  6420] By: jhi                                   on 2000/07/24  00:04:19
49316         Log: Decutandpasto.
49317              
49318              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
49319              From: "Richard Soderberg" <rs@crystalflame.net>
49320              Date: Sun, 23 Jul 2000 01:37:23 -0700
49321              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
49322      Branch: perl
49323            ! pod/perlipc.pod
49324 ____________________________________________________________________________
49325 [  6419] By: jhi                                   on 2000/07/24  00:01:12
49326         Log: A cleaner abs_path().
49327              Subject: Re: unix alternative to Cwd.pm
49328              From: Jeff Pinyan <jeffp@crusoe.net>
49329              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
49330              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
49331      Branch: perl
49332            ! lib/Cwd.pm
49333 ____________________________________________________________________________
49334 [  6418] By: jhi                                   on 2000/07/23  23:48:56
49335         Log: Detypo.
49336              
49337              Subject: [PATCH perl-current] Typo in hints/powerux.sh
49338              From: "Richard Soderberg" <rs@crystalflame.net>
49339              Date: Sun, 23 Jul 2000 01:27:33 -0700
49340              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
49341      Branch: perl
49342            ! hints/powerux.sh
49343 ____________________________________________________________________________
49344 [  6417] By: jhi                                   on 2000/07/17  22:13:31
49345         Log: Subject: SDBM_File documentation
49346              From: mjd@plover.com
49347              Date: 16 Jul 2000 17:41:17 -0000
49348              Message-ID: <20000716174117.18515.qmail@plover.com>
49349      Branch: perl
49350            ! ext/SDBM_File/SDBM_File.pm
49351 ____________________________________________________________________________
49352 [  6416] By: jhi                                   on 2000/07/17  19:13:26
49353         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
49354      Branch: perl
49355            ! hints/mpeix.sh mpeix/relink
49356 ____________________________________________________________________________
49357 [  6415] By: jhi                                   on 2000/07/15  14:11:02
49358         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
49359              the utf8 'characters' can be more than one octet).
49360              
49361              Date: Sat, 15 Jul 2000 00:21:56 +0100
49362              From: Tom Hughes <tom@compton.nu>
49363              Subject: Re: [ID 20000714.002]
49364              Message-ID: <db2334de49.tom@compton.compton.nu>
49365              
49366              Reported in
49367              
49368              Subject: [ID 20000714.002]
49369              From: "Simon Cozens" <simon@othersideofthe.earth.li>
49370              Date: 14 Jul 2000 15:13:09 -0000
49371              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
49372      Branch: perl
49373            ! doop.c
49374 ____________________________________________________________________________
49375 [  6414] By: jhi                                   on 2000/07/15  03:13:41
49376         Log: another VMS build tweak from Peter Prymmer
49377      Branch: perl
49378            ! vms/descrip_mms.template
49379 ____________________________________________________________________________
49380 [  6413] By: jhi                                   on 2000/07/15  03:10:40
49381         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
49382      Branch: perl
49383            ! vms/perlvms.pod
49384 ____________________________________________________________________________
49385 [  6412] By: jhi                                   on 2000/07/15  00:31:05
49386         Log: More docs for sv functions.
49387              
49388              Subject: [PATCH cfgperl] sv.c apidoc
49389              From: simon@brecon.co.uk (Simon Cozens)
49390              Date: 13 Jul 2000 09:00:20 GMT
49391              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
49392              
49393              Subject: Re: [PATCH cfgperl] sv.c apidoc
49394              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49395              Date: Thu, 13 Jul 2000 12:27:41 +0100
49396              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
49397              
49398              Subject: Re: [PATCH cfgperl] sv.c apidoc
49399              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49400              Date: Thu, 13 Jul 2000 13:23:09 +0100
49401              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
49402              
49403              Subject: Re: [PATCH cfgperl] sv.c apidoc
49404              From: simon@brecon.co.uk (Simon Cozens)
49405              Date: 14 Jul 2000 06:51:02 GMT
49406              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
49407      Branch: perl
49408            ! embed.pl pod/perlapi.pod sv.c
49409 ____________________________________________________________________________
49410 [  6411] By: jhi                                   on 2000/07/15  00:10:41
49411         Log: lib/b test fixes from Peter Prymmer.
49412      Branch: perl
49413            ! t/lib/b.t
49414 ____________________________________________________________________________
49415 [  6410] By: jhi                                   on 2000/07/15  00:02:09
49416         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
49417              From: Hugo <hv@crypt.compulink.co.uk>
49418              Date: Fri, 14 Jul 2000 23:05:20 +0100
49419              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
49420              
49421              Didn't anymore apply, but that point still could use another fix.
49422      Branch: perl
49423            ! pod/perlfunc.pod
49424 ____________________________________________________________________________
49425 [  6409] By: jhi                                   on 2000/07/14  23:15:15
49426         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
49427              not in pod, from Peter Prymmer
49428      Branch: perl
49429            ! vms/descrip_mms.template
49430 ____________________________________________________________________________
49431 [  6408] By: jhi                                   on 2000/07/14  20:35:05
49432         Log: The bug report
49433              [ID 19991110.002] minimal matching discrepancy found by pcre author
49434              seems to have been fixed (though differently from what was suggested
49435              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
49436      Branch: perl
49437            ! t/op/re_tests
49438 ____________________________________________________________________________
49439 [  6407] By: jhi                                   on 2000/07/14  17:38:08
49440         Log: Fix AutoSplit to use File::Spec the right way in VMS,
49441              from Peter Prymmer.
49442      Branch: perl
49443            ! lib/AutoSplit.pm
49444 ____________________________________________________________________________
49445 [  6406] By: jhi                                   on 2000/07/14  14:13:22
49446         Log: Merge perlhacktut into perlhack, update perlguts.
49447              
49448              Subject: Re: Perlhacktut
49449              From: simon@brecon.co.uk (Simon Cozens)
49450              Date: 14 Jul 2000 06:49:21 GMT
49451              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
49452              
49453              Subject: Re: Perlhacktut
49454              From: simon@brecon.co.uk (Simon Cozens)
49455              Date: 14 Jul 2000 07:09:45 GMT
49456              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
49457      Branch: perl
49458            ! pod/perlguts.pod pod/perlhack.pod
49459 ____________________________________________________________________________
49460 [  6405] By: jhi                                   on 2000/07/14  14:02:31
49461         Log: Integrate with Sarathy.
49462      Branch: cfgperl
49463           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
49464           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
49465           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
49466 ____________________________________________________________________________
49467 [  6404] By: gsar                                  on 2000/07/14  12:15:02
49468         Log: PERL_OBJECT build tweaks
49469      Branch: perl
49470            ! toke.c
49471 ____________________________________________________________________________
49472 [  6403] By: gsar                                  on 2000/07/14  11:23:41
49473         Log: inconsistent types needs casts
49474      Branch: perl
49475            ! toke.c
49476 ____________________________________________________________________________
49477 [  6402] By: gsar                                  on 2000/07/14  11:12:04
49478         Log: typos in change#6399, regen headers
49479      Branch: perl
49480            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
49481 ____________________________________________________________________________
49482 [  6401] By: gsar                                  on 2000/07/14  10:59:12
49483         Log: typecasts needed for change#6394
49484      Branch: perl
49485            ! toke.c
49486 ____________________________________________________________________________
49487 [  6400] By: gsar                                  on 2000/07/14  10:49:37
49488         Log: integrate cfgperl contents into mainline
49489      Branch: perl
49490           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
49491           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
49492 ____________________________________________________________________________
49493 [  6399] By: gsar                                  on 2000/07/14  10:38:35
49494         Log: enable UTF-16 filter by default if relevant BOM is seen; various
49495              cleanups (typos, misformatted code, and small bugs)
49496      Branch: perl
49497            ! doop.c embed.pl mg.c op.c pp.c toke.c
49498 ____________________________________________________________________________
49499 [  6398] By: gsar                                  on 2000/07/14  08:55:38
49500         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
49501              name suggests anyway)
49502      Branch: perl
49503            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
49504 ____________________________________________________________________________
49505 [  6397] By: gsar                                  on 2000/07/14  08:44:33
49506         Log: move new variables to the end of the interpreter structure (for
49507              bincompat in code that doesn't #include XSUB.h)
49508      Branch: perl
49509            ! intrpvar.h
49510 ____________________________________________________________________________
49511 [  6396] By: gsar                                  on 2000/07/14  08:13:58
49512         Log: MakeMaker should not remove editor backups (*~) on `make clean`
49513              by default (completes change#6383)
49514      Branch: perl
49515            ! lib/ExtUtils/MM_Unix.pm
49516 ____________________________________________________________________________
49517 [  6395] By: jhi                                   on 2000/07/14  05:20:33
49518         Log: Replace change #6337 with a better one.
49519              
49520              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
49521              From: Hugo <hv@crypt.compulink.co.uk>
49522              Date: Fri, 14 Jul 2000 04:16:20 +0100
49523              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
49524      Branch: cfgperl
49525            ! regexec.c t/op/re_tests
49526 ____________________________________________________________________________
49527 [  6394] By: jhi                                   on 2000/07/14  01:33:59
49528         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
49529      Branch: cfgperl
49530            ! embed.pl global.sym proto.h toke.c
49531 ____________________________________________________________________________
49532 [  6393] By: jhi                                   on 2000/07/13  23:41:23
49533         Log: remove discarded test
49534      Branch: cfgperl
49535            ! MANIFEST
49536 ____________________________________________________________________________
49537 [  6392] By: jhi                                   on 2000/07/13  23:32:25
49538         Log: The {multiplier} of a fixed substring was overlooked which
49539              caused a wrong initial search offset for that substring.
49540              
49541              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
49542              From: Hugo <hv@crypt.compulink.co.uk>
49543              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
49544              Date: Thu, 13 Jul 2000 19:27:13 +0100
49545      Branch: cfgperl
49546            ! regcomp.c t/op/re_tests
49547 ____________________________________________________________________________
49548 [  6391] By: jhi                                   on 2000/07/13  16:37:42
49549         Log: typo fix from Craig Berry
49550      Branch: cfgperl
49551            ! vms/subconfigure.com
49552 ____________________________________________________________________________
49553 [  6390] By: jhi                                   on 2000/07/13  13:20:12
49554         Log: Integrate with Sarathy.
49555      Branch: cfgperl
49556            - t/op/method2entersub.t
49557           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
49558           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
49559           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
49560           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
49561 ____________________________________________________________________________
49562 [  6389] By: jhi                                   on 2000/07/13  13:18:48
49563         Log: Detypo from Peter Prymmer, part of #6388.
49564      Branch: cfgperl
49565            ! Configure config_h.SH
49566      Branch: metaconfig
49567            ! U/modified/d_longlong.U
49568 ____________________________________________________________________________
49569 [  6388] By: gsar                                  on 2000/07/13  06:33:40
49570         Log: typos (spotted by Peter Prymmer)
49571      Branch: perl
49572            ! Configure t/lib/english.t
49573 ____________________________________________________________________________
49574 [  6387] By: gsar                                  on 2000/07/13  05:35:28
49575         Log: new selfloader.t in change#6183 doesn't close DATA handles,
49576              and thus fails to clean up tmp files on dosish platforms
49577      Branch: perl
49578            ! t/lib/selfloader.t
49579 ____________________________________________________________________________
49580 [  6386] By: gsar                                  on 2000/07/12  21:42:39
49581         Log: sprintf test tweaks (from Dominic Dunlop)
49582      Branch: perl
49583            ! t/op/sprintf.t
49584 ____________________________________________________________________________
49585 [  6385] By: gsar                                  on 2000/07/12  21:33:46
49586         Log: fix bugs in processing %v-*d and similar format specs (from
49587              Avi Finkel <avi@finkel.org>)
49588      Branch: perl
49589            ! sv.c t/op/sprintf.t
49590 ____________________________________________________________________________
49591 [  6384] By: gsar                                  on 2000/07/12  16:04:19
49592         Log: readd missing perldelta.pod changes from changes#6339,6376
49593      Branch: perl
49594            ! pod/perldelta.pod
49595 ____________________________________________________________________________
49596 [  6383] By: gsar                                  on 2000/07/12  16:00:51
49597         Log: don't clobber *.orig files on *clean targets
49598      Branch: perl
49599            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
49600 ____________________________________________________________________________
49601 [  6382] By: gsar                                  on 2000/07/12  07:59:12
49602         Log: fix broken integrations in cfgperl
49603      Branch: cfgperl
49604           !> Changes pod/perldelta.pod
49605 ____________________________________________________________________________
49606 [  6381] By: gsar                                  on 2000/07/12  07:42:17
49607         Log: integrate cfgperl changes into mainline
49608      Branch: perl
49609            ! Changes
49610           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
49611           !> pod/perlre.pod
49612 ____________________________________________________________________________
49613 [  6380] By: gsar                                  on 2000/07/12  07:31:00
49614         Log: get sprintf.t to adjust properly for 3-digit exponents
49615      Branch: perl
49616            ! t/op/sprintf.t
49617 ____________________________________________________________________________
49618 [  6379] By: gsar                                  on 2000/07/12  06:40:04
49619         Log: change#6174 needs corresponding change in win32/config_h.PL,
49620              which grovels through config_h.SH to find the config.h name
49621      Branch: perl
49622            ! win32/config_h.PL
49623 ____________________________________________________________________________
49624 [  6378] By: jhi                                   on 2000/07/12  05:03:59
49625         Log: Do the cc sanity check both before the hints and
49626              after the cc selction.
49627      Branch: cfgperl
49628            ! Configure config_h.SH
49629      Branch: metaconfig
49630            ! U/modified/Oldconfig.U U/modified/cc.U
49631      Branch: metaconfig/U/perl
49632            + Checkcc.U
49633 ____________________________________________________________________________
49634 [  6377] By: jhi                                   on 2000/07/12  02:49:22
49635         Log: Fix nits noticed by Boston.pm.
49636      Branch: cfgperl
49637            ! pod/perlre.pod
49638 ____________________________________________________________________________
49639 [  6376] By: jhi                                   on 2000/07/11  21:22:13
49640         Log: Configure cosmetics and perldelta.
49641      Branch: cfgperl
49642            ! Configure config_h.SH pod/perldelta.pod
49643      Branch: metaconfig
49644            ! U/modified/cc.U
49645 ____________________________________________________________________________
49646 [  6375] By: gsar                                  on 2000/07/11  21:17:35
49647         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
49648      Branch: perl
49649            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
49650            ! win32/win32sck.c
49651 ____________________________________________________________________________
49652 [  6374] By: gsar                                  on 2000/07/11  20:48:50
49653         Log: tweak for build failure under multiplicity
49654      Branch: perl
49655            ! toke.c
49656 ____________________________________________________________________________
49657 [  6373] By: gsar                                  on 2000/07/11  20:37:23
49658         Log: integrate cfgperl changes#6325..6373 into mainline
49659              (NOTE: today's batch of integrations still untested)
49660      Branch: perl
49661           +> ext/DynaLoader/hints/netbsd.pl
49662            ! Changes
49663           !> (integrate 26 files)
49664 ____________________________________________________________________________
49665 [  6372] By: jhi                                   on 2000/07/11  20:30:36
49666         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
49667              regen perltoc.
49668      Branch: cfgperl
49669            + pod/perlbook.pod
49670            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
49671            ! pod/perltoc.pod
49672 ____________________________________________________________________________
49673 [  6371] By: jhi                                   on 2000/07/11  20:08:56
49674         Log: Minor cleanups on the booklist.
49675      Branch: cfgperl
49676            ! pod/perlfaq2.pod
49677 ____________________________________________________________________________
49678 [  6370] By: jhi                                   on 2000/07/11  19:31:13
49679         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
49680      Branch: cfgperl
49681            ! t/pragma/overload.t
49682 ____________________________________________________________________________
49683 [  6369] By: gsar                                  on 2000/07/11  19:27:48
49684         Log: integrate cfgperl changes#6293..6324 into mainline
49685      Branch: perl
49686           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
49687            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
49688           !> (integrate 30 files)
49689 ____________________________________________________________________________
49690 [  6368] By: gsar                                  on 2000/07/11  19:18:57
49691         Log: skip integrate of problematic change#6292 from cfgperl into mainline
49692      Branch: perl
49693           !> pp_hot.c
49694 ____________________________________________________________________________
49695 [  6367] By: gsar                                  on 2000/07/11  19:17:21
49696         Log: integrate cfgperl changes#6288..6290 into mainline
49697      Branch: perl
49698           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
49699 ____________________________________________________________________________
49700 [  6366] By: gsar                                  on 2000/07/11  19:11:18
49701         Log: integrate cfgperl changes#6268..6282 into mainline
49702      Branch: perl
49703           !> (integrate 30 files)
49704 ____________________________________________________________________________
49705 [  6365] By: gsar                                  on 2000/07/11  18:57:00
49706         Log: delete new accidentally branched file
49707      Branch: perl
49708            - t/op/method2entersub.t
49709 ____________________________________________________________________________
49710 [  6364] By: gsar                                  on 2000/07/11  18:55:13
49711         Log: skip integrate of change#6267 from cfgperl into mainline (the
49712              method call optimization is flawed without additional hints
49713              from user about immutableness of @ISA and no runtime method
49714              definitions)
49715      Branch: perl
49716           +> t/op/method2entersub.t
49717           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
49718           !> perl.h t/op/sprintf.t xsutils.c
49719 ____________________________________________________________________________
49720 [  6363] By: gsar                                  on 2000/07/11  18:49:43
49721         Log: integrate cfgperl changes#6261..6266 into mainline
49722      Branch: perl
49723           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
49724           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
49725           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
49726           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
49727 ____________________________________________________________________________
49728 [  6362] By: gsar                                  on 2000/07/11  18:43:26
49729         Log: integrate cfgperl changes#6252..6260 into mainline
49730      Branch: perl
49731           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
49732           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
49733           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
49734           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
49735 ____________________________________________________________________________
49736 [  6361] By: gsar                                  on 2000/07/11  18:37:12
49737         Log: skip integrate of problematic change#6251 from cfgperl into mainline
49738      Branch: perl
49739           !> lib/Exporter.pm
49740 ____________________________________________________________________________
49741 [  6360] By: gsar                                  on 2000/07/11  18:34:56
49742         Log: integrate cfgperl change#6250 into mainline
49743      Branch: perl
49744           +> t/op/my_stash.t
49745           !> MANIFEST embed.pl proto.h toke.c
49746 ____________________________________________________________________________
49747 [  6359] By: gsar                                  on 2000/07/11  18:21:19
49748         Log: integrate cfgperl changes#6242..6249 into mainline
49749      Branch: perl
49750           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
49751           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
49752           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
49753           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
49754           !> t/lib/peek.t utf8.c
49755 ____________________________________________________________________________
49756 [  6358] By: gsar                                  on 2000/07/11  18:15:45
49757         Log: skip integrate of problematic change#6241 from cfgperl into mainline
49758      Branch: perl
49759           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
49760 ____________________________________________________________________________
49761 [  6357] By: jhi                                   on 2000/07/11  18:15:16
49762         Log: Fix for
49763              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
49764              From: Roderick Schertler <roderick@argon.org> 
49765              Date: Tue, 11 Jul 2000 13:55:05 -0400 
49766              Message-Id: <200007111755.NAA05077@jones.argon.org> 
49767      Branch: cfgperl
49768            ! doio.c
49769 ____________________________________________________________________________
49770 [  6356] By: jhi                                   on 2000/07/11  18:12:51
49771         Log: Typo in #6341.
49772      Branch: cfgperl
49773            ! pp_hot.c
49774 ____________________________________________________________________________
49775 [  6355] By: gsar                                  on 2000/07/11  18:12:10
49776         Log: integrate cfgperl changes#6231..6240 into mainline
49777      Branch: perl
49778           +> pod/perlutil.pod
49779           !> (integrate 35 files)
49780 ____________________________________________________________________________
49781 [  6354] By: jhi                                   on 2000/07/11  18:04:34
49782         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
49783              From: Dominic Dunlop <domo@computer.org> 
49784              Date: Tue, 11 Jul 2000 12:27:33 +0200 
49785              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
49786              
49787              Replaces change #6268.
49788      Branch: cfgperl
49789            ! t/op/sprintf.t
49790 ____________________________________________________________________________
49791 [  6353] By: gsar                                  on 2000/07/11  17:59:51
49792         Log: skip integrate of problematic change#6230 from cfgperl into mainline
49793              (a later version of File::Spec is already in mainline)
49794      Branch: perl
49795           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
49796           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
49797 ____________________________________________________________________________
49798 [  6352] By: gsar                                  on 2000/07/11  17:57:48
49799         Log: integrate cfgperl changes#6224..6229 into mainline
49800      Branch: perl
49801           +> lib/lib.pm.PL
49802            - lib/lib.pm
49803           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
49804           !> lib/English.pm op.c t/lib/english.t
49805 ____________________________________________________________________________
49806 [  6351] By: gsar                                  on 2000/07/11  17:50:10
49807         Log: skip integrate of problematic change#6223 from cfgperl into mainline
49808      Branch: perl
49809           !> doio.c
49810 ____________________________________________________________________________
49811 [  6350] By: gsar                                  on 2000/07/11  17:48:28
49812         Log: integrate cfgperl changes#6220..6222 into mainline
49813      Branch: perl
49814           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
49815           !> toke.c utf8.c win32/win32.h
49816 ____________________________________________________________________________
49817 [  6349] By: gsar                                  on 2000/07/11  17:46:13
49818         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
49819              mainline
49820      Branch: perl
49821           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
49822           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
49823           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
49824 ____________________________________________________________________________
49825 [  6348] By: jhi                                   on 2000/07/11  17:45:49
49826         Log: README.posix-bc podified from Thomas Dorner.
49827      Branch: cfgperl
49828            ! README.posix-bc
49829 ____________________________________________________________________________
49830 [  6347] By: gsar                                  on 2000/07/11  17:42:04
49831         Log: integrate cfgperl change#6217 into mainline
49832      Branch: perl
49833           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
49834           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
49835           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
49836 ____________________________________________________________________________
49837 [  6346] By: gsar                                  on 2000/07/11  17:39:37
49838         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
49839              mainline
49840      Branch: perl
49841           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
49842           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
49843           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
49844           !> perlapi.h pod/perlapi.pod
49845 ____________________________________________________________________________
49846 [  6345] By: gsar                                  on 2000/07/11  17:36:42
49847         Log: integrate cfgperl changes#6207..6210 into mainline
49848      Branch: perl
49849           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
49850           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
49851 ____________________________________________________________________________
49852 [  6344] By: gsar                                  on 2000/07/11  17:31:20
49853         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
49854              mainline
49855      Branch: perl
49856           !> (integrate 40 files)
49857 ____________________________________________________________________________
49858 [  6343] By: gsar                                  on 2000/07/11  17:19:08
49859         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
49860      Branch: perl
49861           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
49862            ! Changes
49863           !> (integrate 34 files)
49864 ____________________________________________________________________________
49865 [  6342] By: jhi                                   on 2000/07/11  16:05:48
49866         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
49867              To: perl5-porters@perl.org
49868              From: Karsten Sperling <spiff@phreax.net>
49869              Date: Mon, 10 Jul 2000 15:12:52 +0200
49870              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
49871      Branch: cfgperl
49872            ! lib/Symbol.pm
49873 ____________________________________________________________________________
49874 [  6341] By: jhi                                   on 2000/07/11  15:59:23
49875         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
49876              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49877              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
49878              Date: Fri, 07 Jul 2000 17:57:16 +0100
49879      Branch: cfgperl
49880            ! pp_hot.c
49881 ____________________________________________________________________________
49882 [  6340] By: jhi                                   on 2000/07/11  15:55:47
49883         Log: Subject: Re: format bug report  [Patch]
49884              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49885              Date: Wed, 05 Jul 2000 13:12:52 +0200
49886              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
49887              
49888              Subject: Re: format bug report  [Patch]
49889              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49890              Date: Wed, 05 Jul 2000 14:10:01 +0200
49891              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
49892      Branch: cfgperl
49893            ! t/op/write.t toke.c
49894 ____________________________________________________________________________
49895 [  6339] By: jhi                                   on 2000/07/11  13:54:09
49896         Log: Be less forgiving about ambiguous and illegal tr ranges.
49897              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
49898              From: Mark-Jason Dominus <mjd@plover.com>
49899              Date: Tue, 04 Jul 2000 10:00:12 -0400
49900              Message-ID: <20000704140012.17772.qmail@plover.com>
49901              
49902              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
49903              From: Mark-Jason Dominus <mjd@plover.com>
49904              Date: Wed, 05 Jul 2000 09:37:36 -0400
49905              Message-ID: <20000705133736.27293.qmail@plover.com>
49906      Branch: cfgperl
49907            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
49908 ____________________________________________________________________________
49909 [  6338] By: jhi                                   on 2000/07/11  13:31:24
49910         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
49911              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49912              Date: Tue, 11 Jul 2000 13:50:51 +0100
49913              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
49914      Branch: cfgperl
49915            ! sv.c
49916 ____________________________________________________________________________
49917 [  6337] By: jhi                                   on 2000/07/11  13:29:14
49918         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
49919              From: Hugo <hv@crypt.compulink.co.uk>
49920              Date: Tue, 11 Jul 2000 12:44:50 +0100
49921              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
49922      Branch: cfgperl
49923            ! regexec.c t/op/re_tests
49924 ____________________________________________________________________________
49925 [  6336] By: jhi                                   on 2000/07/11  13:26:47
49926         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
49927              From: simon@brecon.co.uk (Simon Cozens)
49928              Date: 7 Jul 2000 11:26:09 GMT
49929              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
49930      Branch: cfgperl
49931            ! mg.c
49932 ____________________________________________________________________________
49933 [  6335] By: jhi                                   on 2000/07/11  13:23:37
49934         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
49935              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
49936              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
49937              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
49938      Branch: cfgperl
49939            + ext/DynaLoader/hints/netbsd.pl
49940            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
49941 ____________________________________________________________________________
49942 [  6334] By: jhi                                   on 2000/07/11  13:20:38
49943         Log: Subject: PATCH perlguts.pod: Document D and d magic types
49944              From: mjd@plover.com
49945              Date: 5 Jul 2000 18:01:51 -0000
49946              Message-ID: <20000705180151.29413.qmail@plover.com>
49947      Branch: cfgperl
49948            ! pod/perlguts.pod
49949 ____________________________________________________________________________
49950 [  6333] By: jhi                                   on 2000/07/11  13:15:51
49951         Log: Precedence goof, fix based on
49952              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
49953              From: Hugo <hv@crypt.compulink.co.uk>
49954              Date: Tue, 11 Jul 2000 12:52:38 +0100
49955              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
49956      Branch: cfgperl
49957            ! t/op/taint.t
49958 ____________________________________________________________________________
49959 [  6332] By: jhi                                   on 2000/07/11  12:40:17
49960         Log: Integrate with Sarathy.
49961      Branch: cfgperl
49962           !> win32/win32sck.c
49963 ____________________________________________________________________________
49964 [  6331] By: jhi                                   on 2000/07/10  20:14:16
49965         Log: Sprinkle ldlibpath.
49966      Branch: cfgperl
49967            ! pod/Makefile.SH
49968 ____________________________________________________________________________
49969 [  6330] By: jhi                                   on 2000/07/10  17:54:49
49970         Log: More POSIX.pod tweaks.
49971      Branch: cfgperl
49972            ! ext/POSIX/POSIX.pod
49973 ____________________________________________________________________________
49974 [  6329] By: jhi                                   on 2000/07/10  14:02:12
49975         Log: Reorder perl.pod once more.
49976      Branch: cfgperl
49977            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
49978 ____________________________________________________________________________
49979 [  6328] By: gsar                                  on 2000/07/10  07:06:00
49980         Log: accept() leaks memory on windows due to incorrect ordering of
49981              closesocket() and fclose() calls
49982      Branch: perl
49983            ! win32/win32sck.c
49984 ____________________________________________________________________________
49985 [  6327] By: gsar                                  on 2000/07/10  06:49:17
49986         Log: winsock options weren't being set in all threads under ithreads
49987              (caused send()s from second and subsequent threads to fail)
49988      Branch: perl
49989            ! win32/win32sck.c
49990 ____________________________________________________________________________
49991 [  6326] By: jhi                                   on 2000/07/08  02:45:40
49992         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
49993              was cast to an unsigned (32-bit) integer with wild abandon.
49994      Branch: cfgperl
49995            ! ext/Devel/DProf/DProf.xs
49996 ____________________________________________________________________________
49997 [  6325] By: jhi                                   on 2000/07/07  18:50:33
49998         Log: Remove perlbook, update perlfaq book listing,
49999              rearrange perl.pod, regenerate perltoc.
50000      Branch: cfgperl
50001            - pod/perlbook.pod
50002            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
50003            ! pod/perlfaq2.pod pod/perltoc.pod
50004 ____________________________________________________________________________
50005 [  6324] By: jhi                                   on 2000/07/07  14:03:40
50006         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
50007      Branch: cfgperl
50008            ! sv.h toke.c
50009 ____________________________________________________________________________
50010 [  6323] By: jhi                                   on 2000/07/06  16:03:55
50011         Log: Fix complaints of buildtoc.
50012      Branch: cfgperl
50013            + lib/Win32.pod
50014            - pod/Win32.pod
50015            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
50016 ____________________________________________________________________________
50017 [  6322] By: jhi                                   on 2000/07/06  15:15:52
50018         Log: Add =head1 NAMEs so that buildtoc is happy.
50019              (The CGI::Util nit reported to Lincoln.)
50020      Branch: cfgperl
50021            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
50022            ! pod/perltoc.pod
50023 ____________________________________________________________________________
50024 [  6321] By: jhi                                   on 2000/07/06  03:16:04
50025         Log: Config is being used.
50026      Branch: cfgperl
50027            ! t/op/method.t
50028 ____________________________________________________________________________
50029 [  6320] By: jhi                                   on 2000/07/06  03:13:13
50030         Log: Integrate with Sarathy.
50031      Branch: cfgperl
50032           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
50033 ____________________________________________________________________________
50034 [  6319] By: jhi                                   on 2000/07/06  03:11:46
50035         Log: Autogenerate pod/Makefile and pod/buildtoc.
50036              buildtoc also checks whether the existin pods are
50037              mentioned in MANIFEST and perl.pod, and vice versa.
50038              (None of the thusly found discrepancies fixed yet.)
50039              roffitall also needs to be autogenerated similarly but it
50040              seems so badly out of date that I didn't touch it yet.
50041      Branch: cfgperl
50042            + pod/Makefile.SH pod/buildtoc.PL
50043            - pod/Makefile pod/buildtoc
50044            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
50045 ____________________________________________________________________________
50046 [  6318] By: gsar                                  on 2000/07/05  22:10:54
50047         Log: fix UNC path handling on Windows under ithreads, and chdir()
50048              return value when given a non-existent directory
50049      Branch: perl
50050            ! win32/vdir.h
50051 ____________________________________________________________________________
50052 [  6317] By: gsar                                  on 2000/07/05  22:08:19
50053         Log: winsock cleanup never done on Windows (leads to handle leaks)
50054      Branch: perl
50055            ! win32/perllib.c win32/win32sck.c
50056 ____________________________________________________________________________
50057 [  6316] By: gsar                                  on 2000/07/05  22:06:19
50058         Log: some debugger output does not go to the socket when RemotePort is set
50059      Branch: perl
50060            ! lib/perl5db.pl
50061 ____________________________________________________________________________
50062 [  6315] By: jhi                                   on 2000/07/05  00:25:21
50063         Log: Integrate with Sarathy, preliminary fix for unicos
50064              alignment problems in [ID 20000612.002] Perl problem on Cray system.
50065      Branch: cfgperl
50066            ! sv.h
50067           !> pp_hot.c
50068 ____________________________________________________________________________
50069 [  6314] By: gsar                                  on 2000/07/04  23:34:02
50070         Log: tyop in change#6306
50071      Branch: perl
50072            ! pp_hot.c
50073 ____________________________________________________________________________
50074 [  6313] By: jhi                                   on 2000/07/04  22:14:38
50075         Log: Multiline string literals ENONPORTABLE.
50076      Branch: cfgperl
50077            ! pp_hot.c
50078 ____________________________________________________________________________
50079 [  6312] By: jhi                                   on 2000/07/04  20:34:44
50080         Log: Integrate with Sarathy.
50081      Branch: cfgperl
50082           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
50083           !> t/op/method.t
50084 ____________________________________________________________________________
50085 [  6311] By: jhi                                   on 2000/07/04  20:30:56
50086         Log: More POSIX.pod embellishment.
50087      Branch: cfgperl
50088            ! ext/POSIX/POSIX.pod
50089 ____________________________________________________________________________
50090 [  6310] By: gsar                                  on 2000/07/04  17:28:48
50091         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
50092      Branch: perl
50093            ! t/lib/b.t
50094 ____________________________________________________________________________
50095 [  6309] By: jhi                                   on 2000/07/04  17:22:18
50096         Log: The #6308 required a little bit more.
50097      Branch: cfgperl
50098            ! Makefile.SH win32/Makefile
50099 ____________________________________________________________________________
50100 [  6308] By: jhi                                   on 2000/07/04  16:35:24
50101         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
50102      Branch: cfgperl
50103            + lib/lib_pm.PL
50104            - lib/lib.pm.PL
50105            ! MANIFEST Makefile.SH
50106 ____________________________________________________________________________
50107 [  6307] By: jhi                                   on 2000/07/04  16:28:58
50108         Log: Win32 patches for cfgperl from Sarathy.
50109      Branch: cfgperl
50110            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
50111            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
50112            ! thread.h toke.c util.c win32/Makefile win32/win32.c
50113 ____________________________________________________________________________
50114 [  6306] By: gsar                                  on 2000/07/04  16:28:40
50115         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
50116              (from Richard Soderberg <rs@oregonnet.com>)
50117      Branch: perl
50118            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
50119 ____________________________________________________________________________
50120 [  6305] By: jhi                                   on 2000/07/04  16:24:24
50121         Log: Integrate with Sarathy.
50122      Branch: cfgperl
50123           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
50124           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
50125           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
50126           !> proto.h win32/win32.c
50127 ____________________________________________________________________________
50128 [  6304] By: gsar                                  on 2000/07/04  16:17:24
50129         Log: missing perldiag entry for unpack("w",...) diagnostic (from
50130              Andreas Koenig)
50131      Branch: perl
50132            ! pod/perldiag.pod
50133 ____________________________________________________________________________
50134 [  6303] By: gsar                                  on 2000/07/04  16:14:44
50135         Log: remove rel2abs prototypes (from Barrie Slaymaker)
50136      Branch: perl
50137            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
50138            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
50139 ____________________________________________________________________________
50140 [  6302] By: gsar                                  on 2000/07/04  04:59:35
50141         Log: adjust change#6299
50142      Branch: perl
50143            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
50144            ! win32/win32.c
50145 ____________________________________________________________________________
50146 [  6301] By: jhi                                   on 2000/07/04  04:50:07
50147         Log: Integrate with Sarathy.
50148      Branch: cfgperl
50149           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
50150           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
50151           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
50152 ____________________________________________________________________________
50153 [  6300] By: gsar                                  on 2000/07/04  04:42:09
50154         Log: PERL_OBJECT build tweak
50155      Branch: perl
50156            ! perl.h
50157 ____________________________________________________________________________
50158 [  6299] By: gsar                                  on 2000/07/04  04:37:00
50159         Log: fix memory leak on Windows (PL_sys_intern contents were never
50160              freed)
50161      Branch: perl
50162            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
50163            ! perlapi.c proto.h win32/win32.c
50164 ____________________________________________________________________________
50165 [  6298] By: gsar                                  on 2000/07/04  04:15:59
50166         Log: fix large memory leak that has been around for ever, masked by
50167              -DPURIFY (most of the arenas were never freed!)
50168      Branch: perl
50169            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
50170 ____________________________________________________________________________
50171 [  6297] By: gsar                                  on 2000/07/04  04:07:46
50172         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
50173      Branch: perl
50174            ! perl.c
50175 ____________________________________________________________________________
50176 [  6296] By: jhi                                   on 2000/06/30  18:28:37
50177         Log: Elaborate POSIX.pod.  Still needs work.
50178      Branch: cfgperl
50179            ! ext/POSIX/POSIX.pod
50180 ____________________________________________________________________________
50181 [  6295] By: jhi                                   on 2000/06/30  14:58:18
50182         Log: Point to perlipc for more SysV IPC examples.
50183      Branch: cfgperl
50184            ! pod/perlfunc.pod
50185 ____________________________________________________________________________
50186 [  6294] By: gsar                                  on 2000/06/30  14:47:45
50187         Log: slurp mode fix in change#4736 still not quite right
50188      Branch: perl
50189            ! pp_hot.c t/io/argv.t
50190 ____________________________________________________________________________
50191 [  6293] By: jhi                                   on 2000/06/30  12:02:55
50192         Log: Integrate with Sarathy.
50193      Branch: cfgperl
50194           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
50195 ____________________________________________________________________________
50196 [  6292] By: jhi                                   on 2000/06/30  12:01:11
50197         Log: From: simon@brecon.co.uk (Simon Cozens)
50198              Subject: UTF8 concat
50199              Date: 30 Jun 2000 06:13:25 GMT
50200              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
50201      Branch: cfgperl
50202            ! pp_hot.c
50203 ____________________________________________________________________________
50204 [  6291] By: gsar                                  on 2000/06/30  04:37:33
50205         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
50206              when @_ is modified, causing coredumps
50207      Branch: perl
50208            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
50209 ____________________________________________________________________________
50210 [  6290] By: jhi                                   on 2000/06/30  02:21:44
50211         Log: Integrate with Sarathy.
50212      Branch: cfgperl
50213           !> vms/vms.c vms/vmsish.h
50214 ____________________________________________________________________________
50215 [  6289] By: jhi                                   on 2000/06/30  02:21:02
50216         Log: Check VERSIONs.
50217      Branch: cfgperl
50218            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
50219            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
50220            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
50221 ____________________________________________________________________________
50222 [  6288] By: jhi                                   on 2000/06/30  02:18:52
50223         Log: Integrate with Sarathy.
50224      Branch: cfgperl
50225           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
50226           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
50227           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
50228           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
50229 ____________________________________________________________________________
50230 [  6287] By: gsar                                  on 2000/06/30  02:17:08
50231         Log: integrate vmsperl changes into mainline
50232      Branch: perl
50233           !> vms/vms.c vms/vmsish.h
50234 ____________________________________________________________________________
50235 [  6285] By: gsar                                  on 2000/06/30  02:05:28
50236         Log: localize %INC in a Safe compartment so that use/require work
50237              (many other magic globals probably need similar treatment)
50238      Branch: perl
50239            ! ext/Opcode/Opcode.xs
50240 ____________________________________________________________________________
50241 [  6284] By: gsar                                  on 2000/06/30  01:54:54
50242         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
50243              about Windows
50244      Branch: perl
50245            ! pod/perlembed.pod
50246 ____________________________________________________________________________
50247 [  6283] By: jhi                                   on 2000/06/30  01:50:10
50248         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
50249              From: Barrie Slaymaker <barries@jester.slaysys.com>
50250              Date: Wed, 28 Jun 2000 11:35:29 -0400
50251              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
50252      Branch: perl
50253            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
50254            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
50255            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
50256            ! lib/File/Spec/Win32.pm
50257 ____________________________________________________________________________
50258 [  6282] By: jhi                                   on 2000/06/29  22:57:22
50259         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
50260              From: Dan Sugalski <dan@sidhe.org>
50261              Date: Tue, 06 Jun 2000 11:59:50 -0400
50262              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
50263      Branch: cfgperl
50264            ! vms/vms.c
50265 ____________________________________________________________________________
50266 [  6281] By: jhi                                   on 2000/06/29  22:52:50
50267         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
50268              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
50269              Date: Wed, 7 Jun 2000 04:02:04 -0500
50270              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
50271      Branch: cfgperl
50272            ! utils/h2xs.PL
50273 ____________________________________________________________________________
50274 [  6280] By: jhi                                   on 2000/06/29  22:45:47
50275         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
50276              From: rspier@pobox.com (Robert Spier)
50277              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
50278              Message-ID: <14654.31913.845602.610277@rls.cx>
50279      Branch: cfgperl
50280            ! utils/h2xs.PL
50281 ____________________________________________________________________________
50282 [  6279] By: jhi                                   on 2000/06/29  22:38:16
50283         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
50284              From: Tim Ayers <tayers@bridge.com>
50285              Date: Thu, 08 Jun 2000 08:11:06 +0200
50286              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
50287              [resent by Richard Foley, Message-Id probably wrong]
50288      Branch: cfgperl
50289            ! pod/perlsub.pod
50290 ____________________________________________________________________________
50291 [  6278] By: jhi                                   on 2000/06/29  22:21:45
50292         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
50293              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
50294              Date: Fri, 09 Jun 2000 12:39:27 -0400
50295              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
50296              (plus update the version "number" of Text::Wrap)
50297      Branch: cfgperl
50298            ! lib/Text/Wrap.pm
50299 ____________________________________________________________________________
50300 [  6277] By: jhi                                   on 2000/06/29  22:13:10
50301         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
50302              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50303              Date: Mon, 12 Jun 2000 14:55:59 +0100
50304              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
50305      Branch: cfgperl
50306            ! pod/perlfunc.pod
50307 ____________________________________________________________________________
50308 [  6276] By: jhi                                   on 2000/06/29  22:11:06
50309         Log: Subject: [PATCH] Re: eval documentation: context
50310              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
50311              Date: Mon, 12 Jun 2000 15:07:29 +0100
50312              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
50313      Branch: cfgperl
50314            ! pod/perlfunc.pod
50315 ____________________________________________________________________________
50316 [  6275] By: jhi                                   on 2000/06/29  21:59:46
50317         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
50318              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
50319              Date: Tue, 13 Jun 2000 02:43:48 -0500
50320              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
50321      Branch: cfgperl
50322            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
50323 ____________________________________________________________________________
50324 [  6274] By: jhi                                   on 2000/06/29  21:56:14
50325         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
50326              From: Andy Dougherty <doughera@lafayette.edu>
50327              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
50328              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
50329      Branch: cfgperl
50330            ! ext/File/Glob/Glob.pm
50331 ____________________________________________________________________________
50332 [  6273] By: jhi                                   on 2000/06/29  21:49:09
50333         Log: Subject: [PATCH] xsub attributes
50334              From: Doug MacEachern <dougm@covalent.net>
50335              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
50336              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
50337      Branch: cfgperl
50338            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
50339            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
50340 ____________________________________________________________________________
50341 [  6272] By: jhi                                   on 2000/06/29  21:41:28
50342         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
50343              From: Tom Phoenix <rootbeer@redcat.com>
50344              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
50345              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
50346      Branch: cfgperl
50347            ! lib/Net/Ping.pm
50348 ____________________________________________________________________________
50349 [  6271] By: jhi                                   on 2000/06/29  21:36:55
50350         Log: Subject: PATCH pod/perltie.pod
50351              From: Ian Phillipps <Ian.Phillipps@iname.com>
50352              Date: Fri, 16 Jun 2000 00:17:19 +0100
50353              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
50354              (only the first hunk, the second hunk had already been done
50355              by some other patch)
50356      Branch: cfgperl
50357            ! pod/perltie.pod
50358 ____________________________________________________________________________
50359 [  6270] By: jhi                                   on 2000/06/29  21:24:51
50360         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
50361              From: Nicholas Clark <nick@talking.bollo.cx>
50362              Date: Fri, 23 Jun 2000 16:21:15 +0100
50363              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
50364      Branch: cfgperl
50365            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
50366            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
50367 ____________________________________________________________________________
50368 [  6269] By: jhi                                   on 2000/06/29  19:38:15
50369         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
50370              silence few compiler warnings.
50371      Branch: cfgperl
50372            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
50373 ____________________________________________________________________________
50374 [  6268] By: jhi                                   on 2000/06/29  18:21:50
50375         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
50376              From: Dominic Dunlop <domo@computer.org> 
50377              Date: Thu, 29 Jun 2000 12:32:39 +0200 
50378              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
50379      Branch: cfgperl
50380            ! t/op/sprintf.t
50381 ____________________________________________________________________________
50382 [  6267] By: jhi                                   on 2000/06/29  18:16:07
50383         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
50384              From: Doug MacEachern <dougm@covalent.net>
50385              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
50386              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
50387      Branch: cfgperl
50388            + t/op/method2entersub.t
50389            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
50390            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
50391            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
50392            ! xsutils.c
50393 ____________________________________________________________________________
50394 [  6266] By: jhi                                   on 2000/06/29  15:11:15
50395         Log: Subject: [PATCH 5.6.0] cygwin port
50396              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
50397              From: "Fifer, Eric" <EFifer@sanwaint.com>
50398              Date: Thu, 29 Jun 2000 12:58:29 +0100
50399      Branch: cfgperl
50400            ! cygwin/Makefile.SHs
50401 ____________________________________________________________________________
50402 [  6265] By: jhi                                   on 2000/06/29  15:04:05
50403         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
50404              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50405              Date: Wed, 28 Jun 2000 17:50:12 -0700
50406              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
50407      Branch: cfgperl
50408            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
50409 ____________________________________________________________________________
50410 [  6264] By: jhi                                   on 2000/06/29  15:00:57
50411         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
50412              From: Marty Lucich <marty@netcom.com>
50413              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
50414              Message-Id: <200006282116.OAA11148@netcom.com>
50415              ccdlflags update (the BSD/OS 4.1 part had already been taken
50416              care of by #6141).
50417      Branch: cfgperl
50418            ! hints/bsdos.sh
50419 ____________________________________________________________________________
50420 [  6263] By: jhi                                   on 2000/06/29  13:47:44
50421         Log: tr fixes from Simon Cozens
50422      Branch: cfgperl
50423            ! doop.c
50424 ____________________________________________________________________________
50425 [  6262] By: jhi                                   on 2000/06/28  18:46:01
50426         Log: Subject: 5.6.0 Patch for EPOC
50427              From: Olaf Flebbe <o.flebbe@gmx.de>
50428              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
50429              Message-ID: <23449.960929969@www11.gmx.net>
50430      Branch: cfgperl
50431            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
50432            ! epoc/epocish.h
50433 ____________________________________________________________________________
50434 [  6261] By: jhi                                   on 2000/06/28  18:29:07
50435         Log: Subject: Re: [PATCH cfgperl] BOMs away!
50436              From: simon@brecon.co.uk (Simon Cozens)
50437              Date: 17 Jun 2000 11:49:57 GMT
50438              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
50439      Branch: cfgperl
50440            ! pod/perldiag.pod t/comp/require.t toke.c
50441 ____________________________________________________________________________
50442 [  6260] By: jhi                                   on 2000/06/28  17:47:16
50443         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
50444              From: simon@brecon.co.uk (Simon Cozens) 
50445              Date: 17 Jun 2000 11:56:44 GMT 
50446              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
50447              pack U0, pack C0
50448      Branch: cfgperl
50449            ! pod/perlfunc.pod pp.c t/op/pack.t
50450 ____________________________________________________________________________
50451 [  6259] By: jhi                                   on 2000/06/28  16:43:17
50452         Log: perlnewmod was missing from MANIFEST.
50453      Branch: cfgperl
50454            ! MANIFEST
50455 ____________________________________________________________________________
50456 [  6258] By: jhi                                   on 2000/06/28  15:54:30
50457         Log: linenumber tweak
50458      Branch: cfgperl
50459            ! t/pragma/warn/regcomp
50460 ____________________________________________________________________________
50461 [  6257] By: jhi                                   on 2000/06/28  15:50:44
50462         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
50463              From: Doug MacEachern <dougm@covalent.net>
50464              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
50465              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
50466              (one part of the patch had been applied earlier)
50467      Branch: cfgperl
50468            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
50469 ____________________________________________________________________________
50470 [  6256] By: jhi                                   on 2000/06/28  15:40:22
50471         Log: tweaks from Simon Cozens to further fix tr/// under utf8
50472      Branch: cfgperl
50473            ! doop.c
50474 ____________________________________________________________________________
50475 [  6255] By: jhi                                   on 2000/06/28  15:33:45
50476         Log: small thinko tweaks
50477      Branch: cfgperl
50478            ! lib/IPC/Open3.pm t/op/my_stash.t
50479 ____________________________________________________________________________
50480 [  6254] By: jhi                                   on 2000/06/28  15:33:25
50481         Log: Subject: tr///, help wanted.
50482              From: simon@brecon.co.uk (Simon Cozens)
50483              Date: 28 Jun 2000 11:29:04 GMT
50484              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
50485      Branch: cfgperl
50486            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
50487            ! pp_proto.h proto.h t/op/tr.t
50488 ____________________________________________________________________________
50489 [  6253] By: jhi                                   on 2000/06/28  15:09:17
50490         Log: Paranoia tweak on #6249.
50491              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
50492              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
50493              Date: Sun, 25 Jun 2000 23:43:12 -0400
50494              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
50495      Branch: cfgperl
50496            ! lib/IPC/Open3.pm
50497 ____________________________________________________________________________
50498 [  6252] By: jhi                                   on 2000/06/28  15:01:38
50499         Log: Document #6249 and #6251.
50500      Branch: cfgperl
50501            ! lib/Exporter.pm lib/IPC/Open3.pm
50502 ____________________________________________________________________________
50503 [  6251] By: jhi                                   on 2000/06/28  14:50:43
50504         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
50505              From: Doug MacEachern <dougm@covalent.net>
50506              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
50507              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
50508      Branch: cfgperl
50509            ! lib/Exporter.pm
50510 ____________________________________________________________________________
50511 [  6250] By: jhi                                   on 2000/06/28  14:45:23
50512         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
50513              From: Doug MacEachern <dougm@covalent.net>
50514              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
50515              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
50516      Branch: cfgperl
50517            + t/op/my_stash.t
50518            ! MANIFEST embed.pl global.sym proto.h toke.c
50519 ____________________________________________________________________________
50520 [  6249] By: jhi                                   on 2000/06/28  14:36:34
50521         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
50522              From: Frank Tobin <ftobin@uiuc.edu>
50523              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
50524              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
50525      Branch: cfgperl
50526            ! lib/IPC/Open3.pm
50527 ____________________________________________________________________________
50528 [  6248] By: jhi                                   on 2000/06/28  14:11:25
50529         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
50530              From: Mark-Jason Dominus <mjd@plover.com>
50531              Date: Tue, 27 Jun 2000 22:36:42 -0400
50532              Message-ID: <20000628023642.12166.qmail@plover.com>
50533      Branch: cfgperl
50534            ! pod/perlfunc.pod
50535 ____________________________________________________________________________
50536 [  6247] By: jhi                                   on 2000/06/27  12:46:37
50537         Log: Tweak $VERSION, patch from Doug MacEachern.
50538      Branch: cfgperl
50539            ! lib/File/Spec.pm
50540 ____________________________________________________________________________
50541 [  6246] By: jhi                                   on 2000/06/27  03:34:46
50542         Log: Allow for standalone testing.
50543      Branch: cfgperl
50544            ! t/lib/filefunc.t t/lib/filespec.t
50545 ____________________________________________________________________________
50546 [  6245] By: jhi                                   on 2000/06/27  02:50:02
50547         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
50548              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
50549              Date: Sat, 24 Jun 2000 13:06:20 +0100
50550              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
50551      Branch: cfgperl
50552            ! ext/DynaLoader/DynaLoader_pm.PL
50553 ____________________________________________________________________________
50554 [  6244] By: jhi                                   on 2000/06/27  02:46:10
50555         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
50556              From: Doug MacEachern <dougm@covalent.net>
50557              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
50558              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
50559      Branch: cfgperl
50560            ! gv.c sv.c t/lib/peek.t
50561 ____________________________________________________________________________
50562 [  6243] By: jhi                                   on 2000/06/27  02:38:07
50563         Log: Subject: [PATCH] is_utf8_string
50564              From: simon@brecon.co.uk (Simon Cozens)
50565              Date: 26 Jun 2000 02:25:59 GMT
50566              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
50567      Branch: cfgperl
50568            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
50569            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
50570            ! proto.h utf8.c
50571 ____________________________________________________________________________
50572 [  6242] By: jhi                                   on 2000/06/27  02:24:00
50573         Log: Subject: [PATCH] bytes<->utf8 fixes
50574              From: simon@brecon.co.uk (Simon Cozens)
50575              Date: 26 Jun 2000 04:55:45 GMT
50576              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
50577      Branch: cfgperl
50578            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
50579 ____________________________________________________________________________
50580 [  6241] By: jhi                                   on 2000/06/27  02:12:42
50581         Log: Do no -warn on \_, only on \alpha.
50582              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
50583              From: David Dyck <dcd@tc.fluke.com>
50584              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
50585              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
50586      Branch: cfgperl
50587            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
50588 ____________________________________________________________________________
50589 [  6240] By: jhi                                   on 2000/06/27  02:00:01
50590         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
50591              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
50592              Date: Mon, 26 Jun 2000 18:40:14 +0100
50593              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
50594      Branch: cfgperl
50595            ! utils/h2xs.PL
50596 ____________________________________________________________________________
50597 [  6239] By: jhi                                   on 2000/06/27  01:53:40
50598         Log: Configure maintenance.  Sever some dependency cycles,
50599              separate gccversion from the cc unit,
50600              address [ID 20000623.006] Configure script patch for using gcc on AIX
50601              (but solve it a little bit differently),
50602              unduplex some accidentally duplicated units,
50603              suggest using gcc if no cc available
50604              (p5p thread: "Solaris configure: counterproposal", 1999-09)
50605      Branch: cfgperl
50606            ! Configure Todo-5.6 config_h.SH
50607      Branch: metaconfig
50608            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
50609            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
50610      Branch: metaconfig/U/perl
50611            + gccvers.U
50612            ! d_getespwnam.U d_getprpwnam.U i_prot.U
50613 ____________________________________________________________________________
50614 [  6238] By: jhi                                   on 2000/06/25  18:04:56
50615         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
50616              From: Dan Sugalski <dan@sidhe.org>
50617              Date: Fri, 23 Jun 2000 17:00:00 -0400
50618              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
50619      Branch: cfgperl
50620            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
50621 ____________________________________________________________________________
50622 [  6237] By: jhi                                   on 2000/06/25  16:36:45
50623         Log: Tweak embed.pl, regen headers.
50624      Branch: cfgperl
50625            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
50626            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
50627            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
50628            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
50629            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
50630 ____________________________________________________________________________
50631 [  6236] By: jhi                                   on 2000/06/25  15:26:42
50632         Log: Regen headers.
50633      Branch: cfgperl
50634            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
50635            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
50636            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
50637            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
50638            ! regnodes.h warnings.h
50639 ____________________________________________________________________________
50640 [  6235] By: jhi                                   on 2000/06/23  19:39:35
50641         Log: The thread begun by
50642              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
50643              From: Kevin.Ruscoe@ubsw.com
50644              Date: Fri, 16 Jun 2000 16:38:51 +0100
50645              Message-Id: <H000019b03c300d6@MHS>
50646      Branch: cfgperl
50647            ! hints/solaris_2.sh
50648 ____________________________________________________________________________
50649 [  6234] By: jhi                                   on 2000/06/23  19:23:36
50650         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
50651              because when run as services (Win32ese for daemons)
50652              no environment variables are set and tmpdir ends up as /tmp,
50653              which is ambiguous.
50654              
50655              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
50656              From: matt@sergeant.org
50657              Date: 16 Jun 2000 16:30:43 -0000
50658              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
50659      Branch: cfgperl
50660            ! lib/File/Spec/Win32.pm
50661 ____________________________________________________________________________
50662 [  6233] By: jhi                                   on 2000/06/23  19:18:58
50663         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
50664              From: Mark-Jason Dominus <mjd@plover.com>
50665              Date: Fri, 16 Jun 2000 20:53:04 -0400
50666              Message-ID: <20000617005304.8008.qmail@plover.com>
50667      Branch: cfgperl
50668            ! op.h
50669 ____________________________________________________________________________
50670 [  6232] By: jhi                                   on 2000/06/23  16:10:02
50671         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
50672              From: simon@brecon.co.uk (Simon Cozens)
50673              Date: 19 Jun 2000 15:18:27 GMT
50674              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
50675              
50676              plus update pod/Makefile and regenerate perltoc
50677      Branch: cfgperl
50678            + pod/perlutil.pod
50679            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
50680 ____________________________________________________________________________
50681 [  6231] By: jhi                                   on 2000/06/23  15:19:18
50682         Log: Subject: [PATCH 5.6.0] cygwin port
50683              From: "Fifer, Eric" <EFifer@sanwaint.com>
50684              Date: Tue, 20 Jun 2000 14:30:58 +0100
50685              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
50686      Branch: cfgperl
50687            ! README.cygwin lib/File/Find.pm
50688 ____________________________________________________________________________
50689 [  6230] By: jhi                                   on 2000/06/23  14:25:21
50690         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
50691      Branch: cfgperl
50692            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
50693            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
50694            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
50695            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
50696 ____________________________________________________________________________
50697 [  6229] By: jhi                                   on 2000/06/23  14:13:34
50698         Log: Subject: README.hpux version 0.6.1
50699              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
50700              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
50701              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
50702      Branch: cfgperl
50703            ! README.hpux
50704 ____________________________________________________________________________
50705 [  6228] By: jhi                                   on 2000/06/23  14:07:20
50706         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
50707              From: Doug MacEachern <dougm@covalent.net>
50708              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
50709              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
50710      Branch: cfgperl
50711            ! op.c
50712 ____________________________________________________________________________
50713 [  6227] By: jhi                                   on 2000/06/23  14:01:06
50714         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
50715              From: Doug MacEachern <dougm@covalent.net>
50716              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
50717              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
50718      Branch: cfgperl
50719            + lib/lib.pm.PL
50720            - lib/lib.pm
50721            ! MANIFEST Makefile.SH
50722 ____________________________________________________________________________
50723 [  6226] By: jhi                                   on 2000/06/23  13:53:07
50724         Log: Subject: [PATCH] remove forward declarations in Socket.pm
50725              From: Doug MacEachern <dougm@covalent.net>
50726              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
50727              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
50728              
50729              From: Doug MacEachern <dougm@covalent.net>
50730              Subject: Re: [PATCH] remove forward declarations in Socket.pm
50731              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
50732              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
50733      Branch: cfgperl
50734            ! ext/Socket/Socket.pm op.c
50735 ____________________________________________________________________________
50736 [  6225] By: jhi                                   on 2000/06/23  13:41:52
50737         Log: Add source code filenames to apidoc.
50738              From: simon@brecon.co.uk (Simon Cozens)
50739              Subject: [PATCH embed.pl] Source X-ref
50740              Date: 22 Jun 2000 02:18:49 GMT
50741              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
50742      Branch: cfgperl
50743            ! embed.pl
50744 ____________________________________________________________________________
50745 [  6224] By: jhi                                   on 2000/06/23  13:32:33
50746         Log: A way to avoid English.pm performance hit.
50747              From: root <root@jester.slaysys.com>
50748              Subject: [YAPATCH English.pm] My turn to putt again
50749              Date: Thu, 22 Jun 2000 20:33:58 -0400
50750              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
50751      Branch: cfgperl
50752            ! lib/English.pm t/lib/english.t
50753 ____________________________________________________________________________
50754 [  6223] By: jhi                                   on 2000/06/23  13:27:06
50755         Log: Avoid double close().
50756              Subject: [PATCH] avoid double close()
50757              From: Doug MacEachern <dougm@covalent.net>
50758              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
50759              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
50760      Branch: cfgperl
50761            ! doio.c
50762 ____________________________________________________________________________
50763 [  6222] By: jhi                                   on 2000/06/23  13:25:54
50764         Log: doc typo fix
50765              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
50766              From: Ian Phillipps <Ian.Phillipps@iname.com>
50767              Date: Fri, 23 Jun 2000 10:40:58 +0100
50768              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
50769      Branch: cfgperl
50770            ! lib/Pod/Usage.pm
50771 ____________________________________________________________________________
50772 [  6221] By: jhi                                   on 2000/06/23  13:24:15
50773         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
50774              From: simon@brecon.co.uk (Simon Cozens)
50775              Subject: [PATCH] Eliminate tr///[CU][CU]
50776              Date: 23 Jun 2000 11:05:40 GMT
50777              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
50778      Branch: cfgperl
50779            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
50780 ____________________________________________________________________________
50781 [  6220] By: jhi                                   on 2000/06/22  16:07:51
50782         Log: Win32 patches from Benjamin Stuhl.
50783      Branch: cfgperl
50784            ! makedef.pl win32/win32.h
50785 ____________________________________________________________________________
50786 [  6219] By: jhi                                   on 2000/06/22  16:06:34
50787         Log: Bytecode patches from Benjamin Stuhl.
50788      Branch: cfgperl
50789            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
50790            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
50791            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50792 ____________________________________________________________________________
50793 [  6218] By: jhi                                   on 2000/06/15  23:54:16
50794         Log: Bytecode patches from Benjamin Stuhl.
50795      Branch: cfgperl
50796            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
50797 ____________________________________________________________________________
50798 [  6217] By: jhi                                   on 2000/06/09  13:38:29
50799         Log: Rename the fdpid locking and integrate with Sarathy.
50800      Branch: cfgperl
50801            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
50802            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
50803            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
50804            ! win32/win32.c
50805           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
50806 ____________________________________________________________________________
50807 [  6216] By: gsar                                  on 2000/06/08  14:54:21
50808         Log: be more optimal about clearing @_
50809      Branch: perl
50810            ! cop.h
50811 ____________________________________________________________________________
50812 [  6215] By: gsar                                  on 2000/06/08  14:33:04
50813         Log: tweak comment about @DB::args
50814      Branch: perl
50815            ! av.h pp_ctl.c
50816 ____________________________________________________________________________
50817 [  6214] By: gsar                                  on 2000/06/08  13:57:54
50818         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
50819              caller() wants to populate @DB::args with it (causes a coredump
50820              in Carp::confess())
50821      Branch: perl
50822            ! cop.h t/op/runlevel.t
50823 ____________________________________________________________________________
50824 [  6213] By: gsar                                  on 2000/06/08  07:06:35
50825         Log: back out change#6106 (seems problematic)
50826      Branch: perl
50827            ! hints/solaris_2.sh
50828 ____________________________________________________________________________
50829 [  6212] By: jhi                                   on 2000/06/07  03:10:36
50830         Log: Continuing mopup for #6204.
50831      Branch: cfgperl
50832            ! ext/B/defsubs_h.PL
50833 ____________________________________________________________________________
50834 [  6211] By: jhi                                   on 2000/06/07  02:41:50
50835         Log: Mopup for #6204.
50836              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
50837              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
50838              This is comes from const() where POK isn't on when expected.
50839      Branch: cfgperl
50840            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
50841            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50842            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
50843            ! perlapi.h pod/perlapi.pod
50844 ____________________________________________________________________________
50845 [  6210] By: jhi                                   on 2000/06/07  01:56:29
50846         Log: Mopup for #6207 and #6209.
50847      Branch: cfgperl
50848            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
50849 ____________________________________________________________________________
50850 [  6209] By: jhi                                   on 2000/06/07  01:33:12
50851         Log: Lock PL_fdpid against race conditions, based on:
50852              Subject: [PATCH 5.6.0]subprocess fixup for threads
50853              From: Dan Sugalski <dan@sidhe.org>
50854              To: perl5-porters@perl.org
50855              Date: Tue, 11 Apr 2000 17:02:32 -0400
50856              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
50857      Branch: cfgperl
50858            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
50859            ! win32/win32.c
50860 ____________________________________________________________________________
50861 [  6208] By: jhi                                   on 2000/06/07  01:05:23
50862         Log: Regen headers for #6207.
50863      Branch: cfgperl
50864            ! embed.h global.sym objXSUB.h proto.h
50865 ____________________________________________________________________________
50866 [  6207] By: jhi                                   on 2000/06/06  23:43:13
50867         Log: Subject: [PATCH 5.6.0] Threadsafe patches
50868              From: Dan Sugalski <dan@sidhe.org>
50869              To: perl5-porters@perl.org
50870              Date: Mon, 08 May 2000 18:08:13 -0400
50871              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
50872      Branch: cfgperl
50873            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
50874            ! proto.h sv.h util.c
50875 ____________________________________________________________________________
50876 [  6206] By: jhi                                   on 2000/06/06  23:21:23
50877         Log: Subject: [PATCH] Eliminate $a/$b in pod
50878              From: David Glasser <me@davidglasser.net>
50879              To: perl5-porters@perl.org
50880              Date: Mon, 29 May 2000 21:15:59 -0400
50881              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
50882      Branch: cfgperl
50883            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
50884            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
50885            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
50886            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
50887            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
50888            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
50889            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
50890            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
50891            ! pod/perlvar.pod pod/perlxs.pod
50892 ____________________________________________________________________________
50893 [  6205] By: jhi                                   on 2000/06/06  23:12:14
50894         Log: Subject: [PATCH] Win32 improvements
50895              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
50896              To: gsar@activestate.com, perl5-porters@perl.org
50897              Date: Mon, 29 May 2000 17:22:24 PDT
50898              Message-ID: <20000530002224.91142.qmail@hotmail.com>
50899              (MUA had mangled many lines by wordwrapping)
50900      Branch: cfgperl
50901            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
50902 ____________________________________________________________________________
50903 [  6204] By: jhi                                   on 2000/06/06  23:01:50
50904         Log: Subject: [PATCH] B::Bytecode patches
50905              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
50906              To: gsar@activestate.com, jhi@iki.fi
50907              Cc: perl5-porters@perl.org
50908              Message-ID: <20000602202526.48694.qmail@hotmail.com>
50909              (MUA had mangled many lines by wordwrapping)
50910      Branch: cfgperl
50911            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
50912            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
50913            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50914            ! intrpvar.h perl.c
50915 ____________________________________________________________________________
50916 [  6203] By: jhi                                   on 2000/06/06  22:32:43
50917         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
50918              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50919              Date: Tue, 06 Jun 2000 13:07:45 -0700
50920              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
50921      Branch: cfgperl
50922            ! pod/perldiag.pod
50923 ____________________________________________________________________________
50924 [  6202] By: jhi                                   on 2000/06/06  19:38:35
50925         Log: Integrate with Sarathy.
50926      Branch: cfgperl
50927           !> perl.c
50928 ____________________________________________________________________________
50929 [  6201] By: gsar                                  on 2000/06/06  00:42:59
50930         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
50931              does a PUSHMARK that's never ever POPMARKed; in general, only
50932              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
50933              Perl_eval_[sp]v() don't because they don't take any incoming
50934              arguments (this leak has been around since the original version
50935              of perl_eval_pv() in 5.003_97e)
50936      Branch: perl
50937            ! perl.c
50938 ____________________________________________________________________________
50939 [  6200] By: jhi                                   on 2000/06/04  03:44:52
50940         Log: Update to cperl-mode.el 4.31 from
50941              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
50942              Subject: A couple of notes
50943              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50944              To: Mailing list Perl5 <perl5-porters@perl.org>
50945              Date: Sat, 3 Jun 2000 23:33:32 -0400
50946              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
50947      Branch: cfgperl
50948            ! emacs/cperl-mode.el
50949 ____________________________________________________________________________
50950 [  6199] By: jhi                                   on 2000/06/03  15:11:05
50951         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
50952              From: Dan Sugalski <dan@sidhe.org>
50953              To: perl5-porters@perl.org, vmsperl@perl.org
50954              Date: Fri, 02 Jun 2000 17:30:51 -0400
50955              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
50956      Branch: cfgperl
50957            ! vms/descrip_mms.template vms/gen_shrfls.pl
50958 ____________________________________________________________________________
50959 [  6198] By: jhi                                   on 2000/06/03  14:59:15
50960         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
50961              From: Dan Sugalski <dan@sidhe.org>
50962              To: vmsperl@perl.org, perl5-porters@perl.org
50963              Date: Fri, 02 Jun 2000 16:00:41 -0400
50964              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
50965              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
50966      Branch: cfgperl
50967            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
50968            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
50969            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
50970 ____________________________________________________________________________
50971 [  6197] By: jhi                                   on 2000/06/03  14:41:30
50972         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
50973              From: John Borwick <jhborwic@unity.ncsu.edu>
50974              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
50975              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
50976      Branch: cfgperl
50977            ! pod/perlsyn.pod
50978 ____________________________________________________________________________
50979 [  6196] By: jhi                                   on 2000/06/03  14:38:09
50980         Log: Integrate with Sarathy.
50981      Branch: cfgperl
50982           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
50983           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
50984           !> vms/perly_c.vms
50985 ____________________________________________________________________________
50986 [  6195] By: gsar                                  on 2000/06/02  22:43:13
50987         Log: fix yet another eval"" leak under USE_ITHREADS
50988      Branch: perl
50989            ! op.c
50990 ____________________________________________________________________________
50991 [  6194] By: gsar                                  on 2000/06/02  18:22:06
50992         Log: fix small eval"" memory leaks under USE_ITHREADS
50993      Branch: perl
50994            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
50995            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
50996            ! vms/perly_c.vms
50997 ____________________________________________________________________________
50998 [  6193] By: jhi                                   on 2000/06/01  13:03:56
50999         Log: Signals-be-gone for microperl.
51000      Branch: cfgperl
51001            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
51002 ____________________________________________________________________________
51003 [  6192] By: jhi                                   on 2000/06/01  12:52:02
51004         Log: Integrate with Sarathy.
51005      Branch: cfgperl
51006           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
51007           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
51008           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
51009           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
51010           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
51011           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
51012           !> t/op/vec.t utils/h2xs.PL
51013 ____________________________________________________________________________
51014 [  6191] By: gsar                                  on 2000/06/01  09:38:21
51015         Log: vec() loses numericalness (modified version of patch suggested
51016              by Robin Barker)
51017      Branch: perl
51018            ! doop.c t/op/vec.t
51019 ____________________________________________________________________________
51020 [  6190] By: gsar                                  on 2000/06/01  09:26:15
51021         Log: submit missing embed.pl change
51022      Branch: perl
51023            ! embed.pl
51024 ____________________________________________________________________________
51025 [  6189] By: gsar                                  on 2000/06/01  09:05:34
51026         Log: counting tr/// corrupts later operation (from M.J.T Guy)
51027      Branch: perl
51028            ! doop.c t/op/tr.t
51029 ____________________________________________________________________________
51030 [  6188] By: gsar                                  on 2000/06/01  08:58:39
51031         Log: h2xs tweaks
51032      Branch: perl
51033            ! utils/h2xs.PL
51034 ____________________________________________________________________________
51035 [  6187] By: gsar                                  on 2000/06/01  08:50:07
51036         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
51037              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
51038      Branch: perl
51039            + lib/Pod/LaTeX.pm
51040            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
51041            ! pod/pod2latex.PL
51042 ____________________________________________________________________________
51043 [  6186] By: gsar                                  on 2000/06/01  08:24:40
51044         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
51045              <wolfgang.laun@alcatel.at>)
51046      Branch: perl
51047            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
51048            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
51049 ____________________________________________________________________________
51050 [  6185] By: gsar                                  on 2000/06/01  08:12:00
51051         Log: remove incorrect documentation about implicit split to @_ in
51052              list context, which never really worked in perl 5 (from
51053              M.J.T. Guy)
51054      Branch: perl
51055            ! pod/perlfunc.pod pod/perltrap.pod
51056 ____________________________________________________________________________
51057 [  6184] By: gsar                                  on 2000/06/01  07:52:27
51058         Log: tweak for change#6127
51059      Branch: perl
51060            ! perl.c
51061 ____________________________________________________________________________
51062 [  6183] By: gsar                                  on 2000/06/01  07:41:02
51063         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
51064              <nick@ccl4.org>)
51065      Branch: perl
51066            + t/lib/selfloader.t
51067            ! MANIFEST lib/SelfLoader.pm
51068 ____________________________________________________________________________
51069 [  6182] By: jhi                                   on 2000/06/01  00:34:42
51070         Log: Be Cleaner Part Deux.
51071      Branch: cfgperl
51072            ! Makefile.SH
51073 ____________________________________________________________________________
51074 [  6181] By: jhi                                   on 2000/06/01  00:32:09
51075         Log: Integrate with Sarathy.
51076      Branch: cfgperl
51077           !> pp.c t/op/arith.t
51078 ____________________________________________________________________________
51079 [  6180] By: jhi                                   on 2000/06/01  00:31:13
51080         Log: microperl nits from Simon Cozens.
51081      Branch: cfgperl
51082            + uconfig.h
51083            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
51084            ! unixish.h
51085 ____________________________________________________________________________
51086 [  6179] By: gsar                                  on 2000/05/31  22:37:51
51087         Log: buggy modulus on UVs introduced by change#3378 (resulted in
51088              4063328477 % 65535 amounting to 27406, instead of 27407)
51089      Branch: perl
51090            ! pp.c t/op/arith.t
51091 ____________________________________________________________________________
51092 [  6178] By: jhi                                   on 2000/05/31  21:52:41
51093         Log: Be cleaner.
51094      Branch: cfgperl
51095            ! Makefile.SH
51096 ____________________________________________________________________________
51097 [  6177] By: jhi                                   on 2000/05/31  21:47:33
51098         Log: Substitution utf8 patch from Simon Cozens.
51099      Branch: cfgperl
51100            ! pp_hot.c
51101 ____________________________________________________________________________
51102 [  6176] By: jhi                                   on 2000/05/31  21:45:34
51103         Log: Single-quoted utf8 patch from Simon Cozens.
51104      Branch: cfgperl
51105            ! toke.c
51106 ____________________________________________________________________________
51107 [  6175] By: jhi                                   on 2000/05/31  21:40:18
51108         Log: Integrate with Sarathy.
51109      Branch: cfgperl
51110           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
51111 ____________________________________________________________________________
51112 [  6174] By: jhi                                   on 2000/05/31  21:37:31
51113         Log: microperl changes from Simon Cozens; Makefile for microperl
51114              written from scratch; few casts added as microperl compilation
51115              doesn't have all prototypes available.
51116      Branch: cfgperl
51117            + Makefile.micro README.micro Todo.micro uconfig.sh
51118            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
51119            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
51120      Branch: metaconfig
51121            + U/modified/Config_h.U
51122 ____________________________________________________________________________
51123 [  6173] By: jhi                                   on 2000/05/31  20:00:24
51124         Log: metaconfig maintenance.
51125      Branch: metaconfig
51126            + U/modified/Inhdr.U U/typedefs/inotype.U
51127      Branch: metaconfig/U/perl
51128            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
51129            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
51130 ____________________________________________________________________________
51131 [  6172] By: gsar                                  on 2000/05/31  05:05:42
51132         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
51133              (from Ilya Zakharevich)
51134      Branch: perl
51135            ! regexec.c t/op/re_tests
51136 ____________________________________________________________________________
51137 [  6171] By: gsar                                  on 2000/05/31  05:01:47
51138         Log: scalar() doesn't force scalar context when used in void context
51139              (from Simon Cozens)
51140      Branch: perl
51141            ! op.c t/op/wantarray.t
51142 ____________________________________________________________________________
51143 [  6170] By: gsar                                  on 2000/05/31  04:41:33
51144         Log: change#6142 needs tweaks to tests to work where there's no symlink()
51145              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
51146      Branch: perl
51147            ! t/lib/filefind.t
51148 ____________________________________________________________________________
51149 [  6169] By: gsar                                  on 2000/05/31  04:29:49
51150         Log: integrate cfgperl contents into mainline
51151      Branch: perl
51152           +> pod/perlmodlib.PL pod/perlnewmod.pod
51153           !> (integrate 42 files)
51154 ____________________________________________________________________________
51155 [  6168] By: jhi                                   on 2000/05/30  22:53:37
51156         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
51157      Branch: cfgperl
51158            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51159            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
51160            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
51161            ! win32/config.bc win32/config.gc win32/config.vc
51162            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51163            ! win32/config_h.PL win32/config_sh.PL
51164      Branch: metaconfig/U/perl
51165            ! perlxv.U
51166 ____________________________________________________________________________
51167 [  6167] By: jhi                                   on 2000/05/30  22:20:21
51168         Log: tweak todo 
51169      Branch: cfgperl
51170            ! Todo-5.6
51171 ____________________________________________________________________________
51172 [  6166] By: jhi                                   on 2000/05/30  22:11:51
51173         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
51174              in case somebody wants to write an extension for more
51175              shadow database interfaces.
51176      Branch: cfgperl
51177            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51178            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
51179            ! vos/config.def vos/config.h vos/config_h.SH_orig
51180            ! win32/config.bc win32/config.gc win32/config.vc
51181            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51182      Branch: metaconfig
51183            ! U/modified/Myinit.U
51184      Branch: metaconfig/U/perl
51185            + d_getespwnam.U d_getprpwnam.U i_prot.U
51186 ____________________________________________________________________________
51187 [  6165] By: jhi                                   on 2000/05/30  18:35:34
51188         Log: Integrate with Sarathy.
51189      Branch: cfgperl
51190           !> op.c
51191 ____________________________________________________________________________
51192 [  6164] By: jhi                                   on 2000/05/30  18:30:16
51193         Log: detypo
51194      Branch: cfgperl
51195            ! Configure config_h.SH
51196      Branch: metaconfig/U/perl
51197            ! perlxv.U
51198 ____________________________________________________________________________
51199 [  6163] By: gsar                                  on 2000/05/30  03:24:03
51200         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
51201      Branch: perl
51202            ! op.c
51203 ____________________________________________________________________________
51204 [  6162] By: gsar                                  on 2000/05/30  03:09:38
51205         Log: fix memory leak in method call optimization (change#3768);
51206              made C<eval "$x->foo()"> leak
51207      Branch: perl
51208            ! op.c
51209 ____________________________________________________________________________
51210 [  6161] By: jhi                                   on 2000/05/29  17:56:26
51211         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
51212              both from Simon Cozens.
51213      Branch: cfgperl
51214            + pod/perlmodlib.PL pod/perlnewmod.pod
51215            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
51216            ! pod/perlmodlib.pod pod/perltoc.pod
51217 ____________________________________________________________________________
51218 [  6160] By: jhi                                   on 2000/05/29  17:23:55
51219         Log: Changes for the File::Temp 0.08 (change #6159) test suite
51220              to fit better into the Perl distribution test framework.
51221      Branch: cfgperl
51222            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
51223            ! t/lib/ftmp-tempfile.t
51224 ____________________________________________________________________________
51225 [  6159] By: jhi                                   on 2000/05/29  16:55:36
51226         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
51227      Branch: cfgperl
51228            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51229            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
51230 ____________________________________________________________________________
51231 [  6158] By: bailey                                on 2000/05/29  16:22:08
51232         Log: Add fallback to tmpfile for use in cases where user's relying on
51233              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
51234              Lane's patch)
51235      Branch: vmsperl
51236            ! vms/vms.c vms/vmsish.h
51237 ____________________________________________________________________________
51238 [  6157] By: jhi                                   on 2000/05/29  03:10:36
51239         Log: Regen Configure to jive with #6149.
51240      Branch: cfgperl
51241            ! Configure
51242      Branch: metaconfig
51243            ! U/modified/Getfile.U
51244 ____________________________________________________________________________
51245 [  6156] By: jhi                                   on 2000/05/29  03:01:38
51246         Log: Integrate with Sarathy.
51247      Branch: cfgperl
51248           +> ext/DynaLoader/dl_mac.xs
51249           !> (integrate 38 files)
51250 ____________________________________________________________________________
51251 [  6155] By: gsar                                  on 2000/05/28  21:15:58
51252         Log: small bug in change#6144; remove random \xA0 character that snuck
51253              in via change#6145
51254      Branch: perl
51255            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
51256 ____________________________________________________________________________
51257 [  6154] By: gsar                                  on 2000/05/28  21:04:19
51258         Log: avoid type mismatch warning
51259      Branch: perl
51260            ! perl.c
51261 ____________________________________________________________________________
51262 [  6153] By: gsar                                  on 2000/05/28  20:58:31
51263         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
51264              <nick@Bagpuss.uk.boo.com>)
51265      Branch: perl
51266            ! lib/Test/Harness.pm
51267 ____________________________________________________________________________
51268 [  6152] By: gsar                                  on 2000/05/28  20:53:42
51269         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
51270      Branch: perl
51271            ! regexec.c
51272 ____________________________________________________________________________
51273 [  6151] By: gsar                                  on 2000/05/28  20:50:28
51274         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
51275      Branch: perl
51276            ! regexec.c
51277 ____________________________________________________________________________
51278 [  6150] By: gsar                                  on 2000/05/28  20:39:58
51279         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
51280      Branch: perl
51281            ! pod/perlrequick.pod
51282 ____________________________________________________________________________
51283 [  6149] By: gsar                                  on 2000/05/28  20:35:16
51284         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
51285              <troc@netrus.net>)
51286      Branch: perl
51287            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
51288            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
51289            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
51290            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
51291 ____________________________________________________________________________
51292 [  6148] By: gsar                                  on 2000/05/28  20:21:07
51293         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
51294      Branch: perl
51295            ! lib/ExtUtils/MM_Unix.pm
51296 ____________________________________________________________________________
51297 [  6147] By: gsar                                  on 2000/05/28  20:12:41
51298         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
51299              (from Peter Prymmer)
51300      Branch: perl
51301            ! vms/subconfigure.com
51302 ____________________________________________________________________________
51303 [  6146] By: gsar                                  on 2000/05/28  20:06:15
51304         Log: doc typo
51305      Branch: perl
51306            ! lib/warnings.pm warnings.h warnings.pl
51307 ____________________________________________________________________________
51308 [  6145] By: gsar                                  on 2000/05/28  18:44:33
51309         Log: make xsubpp skip embedded pod (from Matthias Neeracher
51310              <neeri@iis.ee.ethz.ch>)
51311      Branch: perl
51312            ! lib/ExtUtils/xsubpp
51313 ____________________________________________________________________________
51314 [  6144] By: gsar                                  on 2000/05/28  18:42:49
51315         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
51316              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
51317              <neeri@iis.ee.ethz.ch>)
51318      Branch: perl
51319            ! lib/AutoSplit.pm
51320 ____________________________________________________________________________
51321 [  6143] By: gsar                                  on 2000/05/28  18:41:12
51322         Log: MacOS support, part 1 (from Matthias Neeracher
51323              <neeri@iis.ee.ethz.ch>)
51324      Branch: perl
51325            + ext/DynaLoader/dl_mac.xs
51326            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
51327            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
51328            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
51329            ! util.h
51330 ____________________________________________________________________________
51331 [  6142] By: gsar                                  on 2000/05/28  18:21:51
51332         Log: File::Find fails to chdir when chasing symlinks (from
51333              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
51334      Branch: perl
51335            ! lib/File/Find.pm t/lib/filefind.t
51336 ____________________________________________________________________________
51337 [  6141] By: jhi                                   on 2000/05/28  14:25:15
51338         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
51339              forwarded by Peter Seebach from the bsdi-users mailing list.
51340              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
51341      Branch: perl
51342            ! hints/bsdos.sh
51343 ____________________________________________________________________________
51344 [  6140] By: jhi                                   on 2000/05/28  14:11:57
51345         Log: Integrate with Sarathy.
51346      Branch: cfgperl
51347           +> (branch 30 files)
51348           !> (integrate 93 files)
51349 ____________________________________________________________________________
51350 [  6139] By: gsar                                  on 2000/05/28  10:01:48
51351         Log: revise mktables.PL for bugs and newness in Unicode 3.0
51352              (from James Bence <jbence@amgen.com>)
51353      Branch: perl
51354            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
51355            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
51356            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
51357            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
51358            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
51359            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
51360            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
51361            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
51362            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
51363            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
51364            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
51365            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
51366            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
51367            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
51368            + lib/unicode/Is/SylWU.pl
51369            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
51370            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
51371            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
51372            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
51373            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
51374            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
51375            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
51376            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
51377            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
51378            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
51379            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
51380            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
51381            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
51382            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
51383            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
51384            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
51385            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
51386            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
51387            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
51388            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
51389            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
51390            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
51391            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
51392            ! lib/unicode/Makefile lib/unicode/mktables.PL
51393 ____________________________________________________________________________
51394 [  6138] By: gsar                                  on 2000/05/28  08:50:32
51395         Log: add note about the handling of negative indices to tied arrays
51396              (from Michael G Schwern <schwern@pobox.com>)
51397      Branch: perl
51398            ! pod/perltie.pod
51399 ____________________________________________________________________________
51400 [  6137] By: gsar                                  on 2000/05/28  08:46:10
51401         Log: fix bogus redeclaration warning for "our" variables in different
51402              scopes
51403      Branch: perl
51404            ! op.c t/pragma/strict-vars
51405 ____________________________________________________________________________
51406 [  6136] By: gsar                                  on 2000/05/28  08:31:20
51407         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
51408      Branch: perl
51409            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
51410 ____________________________________________________________________________
51411 [  6135] By: gsar                                  on 2000/05/28  08:17:50
51412         Log: enable Test::Harness to dynamically determine column width etc.
51413              (from Rob Napier <rnapier@employees.org>)
51414      Branch: perl
51415            ! lib/Test/Harness.pm
51416 ____________________________________________________________________________
51417 [  6134] By: gsar                                  on 2000/05/28  08:13:39
51418         Log: make Test::Harness use wait.h/WCOREDUMP if available
51419              (from Ben Tilly <ben_tilly@hotmail.com>)
51420      Branch: perl
51421            ! lib/Test/Harness.pm
51422 ____________________________________________________________________________
51423 [  6133] By: gsar                                  on 2000/05/28  08:08:05
51424         Log: elide bogus test in change#6132
51425      Branch: perl
51426            ! t/pragma/warn/9enabled
51427 ____________________________________________________________________________
51428 [  6132] By: gsar                                  on 2000/05/28  08:03:14
51429         Log: warnings::enabled() doesn't fall back to looking at $^W if
51430              caller isn't using lexical warnings (from Paul Marquess)
51431      Branch: perl
51432            ! pp_ctl.c t/pragma/warn/9enabled
51433 ____________________________________________________________________________
51434 [  6131] By: gsar                                  on 2000/05/28  07:57:47
51435         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
51436      Branch: perl
51437            ! ext/POSIX/POSIX.pm
51438 ____________________________________________________________________________
51439 [  6130] By: gsar                                  on 2000/05/28  07:29:12
51440         Log: fix places that mean C<"word" character> but say C<alphanumeric
51441              character>
51442      Branch: perl
51443            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
51444 ____________________________________________________________________________
51445 [  6129] By: gsar                                  on 2000/05/28  07:18:41
51446         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
51447      Branch: perl
51448            ! vms/test.com
51449 ____________________________________________________________________________
51450 [  6128] By: gsar                                  on 2000/05/28  07:12:55
51451         Log: new perlxstut example for passing/returning refs to arrays
51452              (from David Lowe <dlowe@pootpoot.com>)
51453      Branch: perl
51454            ! pod/perlxstut.pod
51455 ____________________________________________________________________________
51456 [  6127] By: gsar                                  on 2000/05/28  07:02:50
51457         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
51458              failed (from Gisle Aas)
51459      Branch: perl
51460            ! cop.h perl.c
51461 ____________________________________________________________________________
51462 [  6126] By: gsar                                  on 2000/05/28  06:39:53
51463         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
51464              (reworked variant of patch suggested by Simon Cozens)
51465      Branch: perl
51466            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
51467            ! pp_hot.c proto.h t/op/gv.t
51468 ____________________________________________________________________________
51469 [  6125] By: gsar                                  on 2000/05/28  05:14:55
51470         Log: enable propagating exception objects via Perl_croak() in XS code
51471              (from Gisle Aas)
51472      Branch: perl
51473            ! util.c
51474 ____________________________________________________________________________
51475 [  6124] By: gsar                                  on 2000/05/28  05:07:28
51476         Log: integrate vmsperl contents into mainline
51477      Branch: perl
51478           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
51479           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
51480           !> vms/vmsish.h
51481 ____________________________________________________________________________
51482 [  6123] By: gsar                                  on 2000/05/28  05:03:53
51483         Log: clarify gotcha with #line directives (from Rocco Caputo
51484              <troc@netrus.net>)
51485      Branch: perl
51486            ! pod/perldebug.pod pod/perlsyn.pod
51487 ____________________________________________________________________________
51488 [  6122] By: gsar                                  on 2000/05/28  04:58:29
51489         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
51490              (from Mark-Jason Dominus)
51491      Branch: perl
51492            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
51493            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
51494            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
51495            ! toke.c
51496 ____________________________________________________________________________
51497 [  6121] By: bailey                                on 2000/05/25  04:46:54
51498         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
51499              lists (based on fixes by Craig Berry)
51500      Branch: vmsperl
51501            ! lib/File/Spec/VMS.pm
51502 ____________________________________________________________________________
51503 [  6120] By: bailey                                on 2000/05/25  04:25:38
51504         Log: Add missing escape (Charles Lane)
51505      Branch: vmsperl
51506            ! t/op/lex_assign.t
51507 ____________________________________________________________________________
51508 [  6119] By: bailey                                on 2000/05/25  04:21:25
51509         Log: Quiet error messages in vmsish.t (Charles Lane)
51510      Branch: vmsperl
51511            ! vms/ext/vmsish.t
51512 ____________________________________________________________________________
51513 [  6118] By: bailey                                on 2000/05/25  04:17:57
51514         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
51515              Flatten case labels in switch statements uniformly (Charles Bailey)
51516      Branch: vmsperl
51517            ! vms/vms.c
51518 ____________________________________________________________________________
51519 [  6117] By: bailey                                on 2000/05/25  03:58:09
51520         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
51521      Branch: vmsperl
51522            ! vms/vmsish.h
51523 ____________________________________________________________________________
51524 [  6116] By: bailey                                on 2000/05/25  03:11:15
51525         Log: Miscellaneous cosmetic fixes (Charles Lane)
51526      Branch: vmsperl
51527            ! lib/ExtUtils/MM_VMS.pm
51528 ____________________________________________________________________________
51529 [  6115] By: bailey                                on 2000/05/25  03:10:36
51530         Log: Add bounds checking for several strings (Charles Lane)
51531      Branch: vmsperl
51532            ! vms/vms.c
51533 ____________________________________________________________________________
51534 [  6114] By: bailey                                on 2000/05/25  02:25:34
51535         Log: Urk -- undo previous removal of vmsish 'exit' change
51536      Branch: vmsperl
51537            ! vms/ext/vmsish.pm vms/vmsish.h
51538 ____________________________________________________________________________
51539 [  6113] By: bailey                                on 2000/05/24  02:24:40
51540         Log: Ugly workaround for version-specific RTL error
51541      Branch: vmsperl
51542            ! vms/vms.c
51543 ____________________________________________________________________________
51544 [  6112] By: bailey                                on 2000/05/24  02:19:55
51545         Log: Check for existence of file before trying to delete
51546      Branch: vmsperl
51547            ! vms/test.com
51548 ____________________________________________________________________________
51549 [  6111] By: bailey                                on 2000/05/23  23:35:13
51550         Log: Resync with mainline prior to post-5.6.0 updates
51551      Branch: vmsperl
51552           +> (branch 49 files)
51553            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
51554            ! vms/ext/vmsish.pm
51555           !> (integrate 334 files)
51556 ____________________________________________________________________________
51557 [  6110] By: jhi                                   on 2000/05/23  19:28:32
51558         Log: todo tweak
51559      Branch: cfgperl
51560            ! Todo-5.6
51561 ____________________________________________________________________________
51562 [  6109] By: jhi                                   on 2000/05/18  17:38:54
51563         Log: Integrate with Sarathy.
51564      Branch: cfgperl
51565           !> mg.c perl.h win32/perlhost.h
51566 ____________________________________________________________________________
51567 [  6108] By: gsar                                  on 2000/05/17  02:24:56
51568         Log: reenable fake signal handling on Windows, bugs and all
51569      Branch: perl
51570            ! mg.c perl.h win32/perlhost.h
51571 ____________________________________________________________________________
51572 [  6107] By: jhi                                   on 2000/05/15  18:01:41
51573         Log: Tweak the todo list.
51574      Branch: cfgperl
51575            ! Todo-5.6
51576 ____________________________________________________________________________
51577 [  6106] By: jhi                                   on 2000/05/15  13:41:48
51578         Log: The (Configure) script refuses to go on, after asking for
51579              'You may also choose to try maximal 64-bitness....'.
51580              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
51581              -- Patrick Zima
51582              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
51583      Branch: cfgperl
51584            ! hints/solaris_2.sh
51585 ____________________________________________________________________________
51586 [  6105] By: jhi                                   on 2000/05/11  14:37:43
51587         Log: Integrate with Sarathy.
51588      Branch: cfgperl
51589           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
51590           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
51591 ____________________________________________________________________________
51592 [  6104] By: gsar                                  on 2000/05/11  03:39:07
51593         Log: PL_sys_intern was being initialized too late on windows
51594      Branch: perl
51595            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
51596            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
51597 ____________________________________________________________________________
51598 [  6103] By: jhi                                   on 2000/05/09  19:42:20
51599         Log: Test tweaking for Unicos continues.
51600      Branch: cfgperl
51601            ! t/op/64bitint.t
51602 ____________________________________________________________________________
51603 [  6102] By: jhi                                   on 2000/05/09  16:47:27
51604         Log: The test suite tweak in #6101 wasn't quite right.
51605      Branch: cfgperl
51606            ! t/lib/complex.t
51607 ____________________________________________________________________________
51608 [  6101] By: jhi                                   on 2000/05/09  15:35:34
51609         Log: Hints and test tweaks for Unicos.
51610      Branch: cfgperl
51611            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
51612 ____________________________________________________________________________
51613 [  6100] By: jhi                                   on 2000/05/08  21:15:06
51614         Log: More compilation tweakery from Allen Smith.
51615      Branch: cfgperl
51616            ! hints/irix_6.sh
51617 ____________________________________________________________________________
51618 [  6099] By: jhi                                   on 2000/05/08  19:21:18
51619         Log: Tweaks for the cc bugs from Allen Smith.
51620      Branch: cfgperl
51621            ! hints/irix_6.sh
51622 ____________________________________________________________________________
51623 [  6098] By: jhi                                   on 2000/05/08  19:13:37
51624         Log: Add a note about other, yet unsupported, shadow password APIs.
51625      Branch: cfgperl
51626            ! pp_sys.c
51627 ____________________________________________________________________________
51628 [  6097] By: jhi                                   on 2000/05/08  18:46:34
51629         Log: Add a note about possible compilation problems from Allen Smith.
51630      Branch: cfgperl
51631            ! hints/irix_6.sh
51632 ____________________________________________________________________________
51633 [  6096] By: jhi                                   on 2000/05/08  17:33:10
51634         Log: Integrate with Sarathy.
51635      Branch: cfgperl
51636           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
51637           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
51638 ____________________________________________________________________________
51639 [  6095] By: jhi                                   on 2000/05/08  16:21:33
51640         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
51641              might be useful in future.
51642      Branch: cfgperl
51643            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51644            ! config_h.SH
51645      Branch: metaconfig
51646            ! U/installdirs/inc_version_list.U
51647      Branch: metaconfig/U/perl
51648            ! perlxv.U
51649 ____________________________________________________________________________
51650 [  6094] By: gsar                                  on 2000/05/08  14:22:22
51651         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
51652      Branch: perl
51653            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
51654            ! hints/cygwin.sh pp_sys.c
51655 ____________________________________________________________________________
51656 [  6093] By: gsar                                  on 2000/05/08  12:52:28
51657         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
51658              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
51659      Branch: perl
51660            ! pp_sys.c sv.c win32/perlhost.h
51661 ____________________________________________________________________________
51662 [  6092] By: jhi                                   on 2000/05/07  22:40:34
51663         Log: Regen perltoc with the fixed buildtoc.
51664      Branch: cfgperl
51665            ! pod/perltoc.pod
51666 ____________________________________________________________________________
51667 [  6091] By: jhi                                   on 2000/05/07  22:24:16
51668         Log: Integrate with Sarathy.
51669      Branch: cfgperl
51670           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
51671           !> t/op/substr.t toke.c
51672 ____________________________________________________________________________
51673 [  6090] By: gsar                                  on 2000/05/07  19:47:07
51674         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
51675              [NI]OK; added tests for both
51676      Branch: perl
51677            ! perl.c pp_hot.c sv.c t/op/substr.t
51678 ____________________________________________________________________________
51679 [  6089] By: gsar                                  on 2000/05/07  18:18:38
51680         Log: buildtoc tweak to fix newline lossage
51681      Branch: perl
51682            ! pod/buildtoc
51683 ____________________________________________________________________________
51684 [  6088] By: jhi                                   on 2000/05/07  16:35:36
51685         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
51686              because we do not use those.  The HAS_GETSPNAM remains,
51687              though, because we still do use that.
51688      Branch: cfgperl
51689            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51690            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
51691            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
51692            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
51693            ! win32/config.vc win32/config_H.bc win32/config_H.gc
51694            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
51695 ____________________________________________________________________________
51696 [  6087] By: gsar                                  on 2000/05/07  16:05:16
51697         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
51698      Branch: perl
51699            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
51700 ____________________________________________________________________________
51701 [  6086] By: jhi                                   on 2000/05/07  15:27:07
51702         Log: Integrate with Sarathy.
51703      Branch: cfgperl
51704           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51705           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
51706           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
51707           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
51708           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
51709           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
51710 ____________________________________________________________________________
51711 [  6085] By: gsar                                  on 2000/05/07  05:52:02
51712         Log: repeat operator (x) doesn't preserve utf8-ness
51713      Branch: perl
51714            ! pp.c t/op/substr.t
51715 ____________________________________________________________________________
51716 [  6084] By: gsar                                  on 2000/05/07  05:39:55
51717         Log: substr() does not preserve utf8-ness (from Stefan Eissing
51718              <Eissing@medicaldataservice.de>); added tests
51719      Branch: perl
51720            ! pp.c t/op/substr.t
51721 ____________________________________________________________________________
51722 [  6083] By: gsar                                  on 2000/05/07  05:24:46
51723         Log: note about undocumented caller() return value (from M.J.T. Guy);
51724              yet another peek.t tweak
51725      Branch: perl
51726            ! pod/perlfunc.pod t/lib/peek.t
51727 ____________________________________________________________________________
51728 [  6082] By: gsar                                  on 2000/05/07  05:08:40
51729         Log: peek.t non-portable to ithreads
51730      Branch: perl
51731            ! t/lib/peek.t
51732 ____________________________________________________________________________
51733 [  6081] By: gsar                                  on 2000/05/07  04:17:04
51734         Log: better default perlbug categories for ok reports (from Richard Foley)
51735      Branch: perl
51736            ! utils/perlbug.PL
51737 ____________________________________________________________________________
51738 [  6080] By: gsar                                  on 2000/05/07  04:08:07
51739         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
51740              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
51741      Branch: perl
51742            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51743            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
51744            ! AUTHORS MAINTAIN MANIFEST
51745 ____________________________________________________________________________
51746 [  6079] By: gsar                                  on 2000/05/07  04:01:38
51747         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
51748      Branch: perl
51749            ! lib/Carp/Heavy.pm
51750 ____________________________________________________________________________
51751 [  6078] By: gsar                                  on 2000/05/07  01:24:19
51752         Log: workaround for CRT bug in chdir() (from Charles Lane, via
51753              Peter Prymmer)
51754      Branch: perl
51755            ! iperlsys.h vms/vms.c vms/vmsish.h
51756 ____________________________________________________________________________
51757 [  6077] By: gsar                                  on 2000/05/07  01:22:23
51758         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
51759              and Tom Phoenix)
51760      Branch: perl
51761            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
51762 ____________________________________________________________________________
51763 [  6076] By: gsar                                  on 2000/05/06  17:36:29
51764         Log: integrate cfgperl contents into mainline
51765      Branch: perl
51766           +> t/lib/peek.t
51767           !> Configure MANIFEST Porting/Glossary Porting/config.sh
51768           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
51769           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
51770           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
51771 ____________________________________________________________________________
51772 [  6075] By: jhi                                   on 2000/05/05  18:56:10
51773         Log: Make the test more portable.
51774      Branch: cfgperl
51775            ! t/lib/peek.t
51776 ____________________________________________________________________________
51777 [  6074] By: jhi                                   on 2000/05/05  18:49:20
51778         Log: Introduce t/lib/peek.t.
51779      Branch: cfgperl
51780            + t/lib/peek.t
51781            ! MANIFEST
51782 ____________________________________________________________________________
51783 [  6073] By: jhi                                   on 2000/05/05  14:30:45
51784         Log: Complex tweaks.
51785      Branch: cfgperl
51786            ! lib/Math/Complex.pm t/lib/complex.t
51787 ____________________________________________________________________________
51788 [  6072] By: jhi                                   on 2000/05/05  12:27:13
51789         Log: Integrate with Sarathy.
51790      Branch: cfgperl
51791           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
51792           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
51793           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
51794           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
51795 ____________________________________________________________________________
51796 [  6071] By: gsar                                  on 2000/05/05  02:24:46
51797         Log: misformatted perllocal.pod (from Tim Jenness
51798              <t.jenness@jach.hawaii.edu>)
51799      Branch: perl
51800            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
51801 ____________________________________________________________________________
51802 [  6070] By: gsar                                  on 2000/05/05  02:16:52
51803         Log: remove misleading comment (from M.J.T. Guy)
51804      Branch: perl
51805            ! t/lib/anydbm.t
51806 ____________________________________________________________________________
51807 [  6069] By: gsar                                  on 2000/05/05  02:15:13
51808         Log: File::Spec compatibility update (from Barrie Slaymaker
51809              <barries@slaysys.com>)
51810      Branch: perl
51811            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
51812            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
51813 ____________________________________________________________________________
51814 [  6068] By: gsar                                  on 2000/05/05  02:01:50
51815         Log: note about values()
51816      Branch: perl
51817            ! pod/perlfunc.pod
51818 ____________________________________________________________________________
51819 [  6067] By: gsar                                  on 2000/05/05  01:33:09
51820         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
51821      Branch: perl
51822            ! win32/win32.c
51823 ____________________________________________________________________________
51824 [  6066] By: gsar                                  on 2000/05/05  01:23:43
51825         Log: s/END/CHECK/
51826      Branch: perl
51827            ! perl.c
51828 ____________________________________________________________________________
51829 [  6065] By: jhi                                   on 2000/05/04  17:30:22
51830         Log: Integrate with Sarathy.
51831      Branch: cfgperl
51832           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
51833 ____________________________________________________________________________
51834 [  6064] By: gsar                                  on 2000/05/04  17:26:14
51835         Log: change#5905 wasn't quite right--it's intent only applies when arguments
51836              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
51837      Branch: perl
51838            ! pp_sys.c sv.c
51839 ____________________________________________________________________________
51840 [  6063] By: gsar                                  on 2000/05/04  16:52:29
51841         Log: tokeq() could read unallocated field in argument
51842      Branch: perl
51843            ! toke.c
51844 ____________________________________________________________________________
51845 [  6062] By: gsar                                  on 2000/05/04  16:34:51
51846         Log: additional tests for utf8.t
51847      Branch: perl
51848            ! t/pragma/utf8.t
51849 ____________________________________________________________________________
51850 [  6061] By: gsar                                  on 2000/05/04  16:09:28
51851         Log: change#5921 neglected to make eq honor "use bytes"
51852      Branch: perl
51853            ! sv.c
51854 ____________________________________________________________________________
51855 [  6060] By: jhi                                   on 2000/05/04  15:30:16
51856         Log: Integrate with Sarathy.
51857      Branch: cfgperl
51858           !> perl.c regcomp.c t/pragma/utf8.t
51859 ____________________________________________________________________________
51860 [  6059] By: jhi                                   on 2000/05/04  15:26:37
51861         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
51862              in natively 64-bit platforms where a long is a quad (no need
51863              for long longs).  Also added bias for IVs.
51864      Branch: cfgperl
51865            ! toke.c
51866 ____________________________________________________________________________
51867 [  6058] By: gsar                                  on 2000/05/04  00:19:14
51868         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
51869              (spotted by Donald Kinzer <dkinzer@premia.com>)
51870      Branch: perl
51871            ! perl.c
51872 ____________________________________________________________________________
51873 [  6057] By: gsar                                  on 2000/05/03  18:34:01
51874         Log: fix broken parsing of /\x{ab}/
51875      Branch: perl
51876            ! regcomp.c t/pragma/utf8.t
51877 ____________________________________________________________________________
51878 [  6056] By: jhi                                   on 2000/05/03  17:57:16
51879         Log: The search of infinity continues, this time simplified.
51880      Branch: cfgperl
51881            ! lib/Math/Complex.pm
51882 ____________________________________________________________________________
51883 [  6055] By: jhi                                   on 2000/05/03  17:45:30
51884         Log: Detypo.
51885      Branch: cfgperl
51886            ! hints/unicos.sh
51887 ____________________________________________________________________________
51888 [  6054] By: jhi                                   on 2000/05/02  22:28:27
51889         Log: Be more forgiving in POSIX about HUGE_VALL.
51890      Branch: cfgperl
51891            ! ext/POSIX/POSIX.xs
51892 ____________________________________________________________________________
51893 [  6053] By: jhi                                   on 2000/05/02  22:25:05
51894         Log: Integrate with Sarathy.
51895      Branch: cfgperl
51896           !> hints/irix_6.sh pod/perlop.pod
51897 ____________________________________________________________________________
51898 [  6052] By: jhi                                   on 2000/05/02  22:24:31
51899         Log: Unicos hint tweak.
51900      Branch: cfgperl
51901            ! hints/unicos.sh
51902 ____________________________________________________________________________
51903 [  6051] By: jhi                                   on 2000/05/02  22:21:26
51904         Log: Complex tweakery.
51905      Branch: cfgperl
51906            ! lib/Math/Complex.pm t/lib/complex.t
51907 ____________________________________________________________________________
51908 [  6050] By: jhi                                   on 2000/05/02  19:26:22
51909         Log: Use setxxent()/endxxent().
51910      Branch: cfgperl
51911            ! t/op/grent.t t/op/pwent.t
51912 ____________________________________________________________________________
51913 [  6049] By: jhi                                   on 2000/05/02  19:06:02
51914         Log: Test both the scalar and list contexts.
51915      Branch: cfgperl
51916            ! t/op/grent.t t/op/pwent.t
51917 ____________________________________________________________________________
51918 [  6048] By: gsar                                  on 2000/05/02  18:29:10
51919         Log: add note about how $( doesn't interpolate in REs (from
51920              Philip Newton <newton@ficus.frogspace.net>)
51921      Branch: perl
51922            ! pod/perlop.pod
51923 ____________________________________________________________________________
51924 [  6047] By: jhi                                   on 2000/05/02  17:41:24
51925         Log: Call getspnam() only iff needd.
51926      Branch: cfgperl
51927            ! pp_sys.c
51928 ____________________________________________________________________________
51929 [  6046] By: gsar                                  on 2000/05/02  17:07:25
51930         Log: libscheck has insufficient checks for n32 libs (from
51931              Albert Chin-A-Young <china@thewrittenword.com>)
51932      Branch: perl
51933            ! hints/irix_6.sh
51934 ____________________________________________________________________________
51935 [  6045] By: jhi                                   on 2000/05/02  13:57:17
51936         Log: Integrate with Sarathy.
51937      Branch: cfgperl
51938           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
51939           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
51940 ____________________________________________________________________________
51941 [  6044] By: gsar                                  on 2000/05/02  06:48:19
51942         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
51943              such that underscores are only ignored in literal numbers,
51944              "\x{...}", and hex/oct argument
51945      Branch: perl
51946            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
51947 ____________________________________________________________________________
51948 [  6043] By: gsar                                  on 2000/05/02  02:22:29
51949         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
51950      Branch: perl
51951            ! pod/perlretut.pod
51952 ____________________________________________________________________________
51953 [  6042] By: gsar                                  on 2000/05/02  02:17:51
51954         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
51955      Branch: perl
51956            ! pod/perltrap.pod
51957 ____________________________________________________________________________
51958 [  6041] By: gsar                                  on 2000/05/02  01:53:51
51959         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
51960              to compensate
51961      Branch: perl
51962            ! Porting/makerel
51963 ____________________________________________________________________________
51964 [  6040] By: gsar                                  on 2000/05/02  01:51:57
51965         Log: missing files in MANIFEST
51966      Branch: perl
51967            ! MANIFEST
51968 ____________________________________________________________________________
51969 [  6039] By: jhi                                   on 2000/05/02  00:36:46
51970         Log: Infinite problems.
51971      Branch: cfgperl
51972            ! lib/Math/Complex.pm
51973 ____________________________________________________________________________
51974 [  6038] By: jhi                                   on 2000/05/02  00:06:38
51975         Log: pwent/spent #ifdef imbalance.
51976      Branch: cfgperl
51977            ! pp_sys.c
51978 ____________________________________________________________________________
51979 [  6037] By: jhi                                   on 2000/05/01  22:50:11
51980         Log: Use HUGE_VALL if applicable.
51981      Branch: cfgperl
51982            ! ext/POSIX/POSIX.xs util.c
51983 ____________________________________________________________________________
51984 [  6036] By: jhi                                   on 2000/05/01  22:20:53
51985         Log: Correct Freudian slip.
51986      Branch: cfgperl
51987            ! pp_sys.c
51988 ____________________________________________________________________________
51989 [  6035] By: jhi                                   on 2000/05/01  21:07:38
51990         Log: Continue on the pwent/spent case.
51991      Branch: cfgperl
51992            ! pp_sys.c
51993 ____________________________________________________________________________
51994 [  6034] By: jhi                                   on 2000/05/01  17:45:14
51995         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
51996              adjustments in 6032 conflicted badly with this, will have
51997              to revisit them later.
51998      Branch: cfgperl
51999           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
52000           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
52001           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
52002           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
52003           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
52004           !> t/lib/cgi-html.t t/lib/cgi-request.t
52005 ____________________________________________________________________________
52006 [  6033] By: jhi                                   on 2000/05/01  17:40:49
52007         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
52008      Branch: cfgperl
52009            ! pp_sys.c
52010 ____________________________________________________________________________
52011 [  6032] By: gsar                                  on 2000/05/01  15:56:32
52012         Log: whitespace adjustments
52013      Branch: perl
52014            ! pp_sys.c
52015 ____________________________________________________________________________
52016 [  6031] By: gsar                                  on 2000/05/01  15:19:41
52017         Log: small nits in diagnostics.pm (from Robin Barker)
52018      Branch: perl
52019            ! lib/diagnostics.pm pod/perldiag.pod
52020 ____________________________________________________________________________
52021 [  6030] By: gsar                                  on 2000/05/01  08:39:18
52022         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
52023              for @- and @+ (from Johan Vromans)
52024      Branch: perl
52025            ! lib/English.pm pod/perlvar.pod
52026 ____________________________________________________________________________
52027 [  6029] By: gsar                                  on 2000/05/01  08:16:10
52028         Log: add CGI.pm v2.66 (from Lincoln Stein)
52029      Branch: perl
52030            + lib/CGI/Util.pm t/lib/cgi-pretty.t
52031            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
52032            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
52033            ! t/lib/cgi-html.t t/lib/cgi-request.t
52034 ____________________________________________________________________________
52035 [  6028] By: gsar                                  on 2000/05/01  06:34:41
52036         Log: Pod::Man generates groff-incompatible macro definition (from
52037              Tom Christiansen)
52038      Branch: perl
52039            ! lib/Pod/Man.pm
52040 ____________________________________________________________________________
52041 [  6027] By: gsar                                  on 2000/05/01  06:31:36
52042         Log: podlators-1.02 update (from Russ Allbery)
52043      Branch: perl
52044            ! lib/Pod/Man.pm lib/Pod/Text.pm
52045 ____________________________________________________________________________
52046 [  6026] By: jhi                                   on 2000/04/30  23:24:23
52047         Log: Integrate with Sarathy.
52048      Branch: cfgperl
52049           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
52050           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
52051           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
52052           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
52053           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
52054           !> t/lib/syslog.t toke.c win32/win32.h
52055 ____________________________________________________________________________
52056 [  6025] By: gsar                                  on 2000/04/30  18:17:47
52057         Log: Is{Alnum,Alpha,Word} don't match titlecase
52058              
52059              TODO: IsSpace is defined recursively!
52060              
52061              (both spotted by Larry)
52062      Branch: perl
52063            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
52064            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
52065 ____________________________________________________________________________
52066 [  6024] By: gsar                                  on 2000/04/30  17:50:19
52067         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
52068              (from Hugo van der Sanden)
52069      Branch: perl
52070            ! toke.c
52071 ____________________________________________________________________________
52072 [  6023] By: gsar                                  on 2000/04/30  17:14:43
52073         Log: debugger stomps on $. (from M.J.T. Guy)
52074      Branch: perl
52075            ! lib/perl5db.pl
52076 ____________________________________________________________________________
52077 [  6022] By: gsar                                  on 2000/04/30  16:59:22
52078         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
52079      Branch: perl
52080            ! sv.c
52081 ____________________________________________________________________________
52082 [  6021] By: gsar                                  on 2000/04/29  21:00:08
52083         Log: remove Win2K issue in pod (fixed by change#6020)
52084      Branch: perl
52085            ! README.win32 pod/perl56delta.pod
52086 ____________________________________________________________________________
52087 [  6020] By: gsar                                  on 2000/04/29  20:51:49
52088         Log: test tweak
52089      Branch: perl
52090            ! t/lib/open3.t
52091 ____________________________________________________________________________
52092 [  6019] By: gsar                                  on 2000/04/29  20:34:27
52093         Log: windows portability tweaks
52094      Branch: perl
52095            ! t/lib/b.t win32/win32.h
52096 ____________________________________________________________________________
52097 [  6018] By: gsar                                  on 2000/04/29  19:55:24
52098         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
52099              make _PATH_LOG() return "" if unavailable
52100      Branch: perl
52101            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
52102            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
52103 ____________________________________________________________________________
52104 [  6017] By: jhi                                   on 2000/04/28  22:49:46
52105         Log: Integrate with Sarathy.
52106      Branch: cfgperl
52107           !> op.c perl.c pod/perldiag.pod t/lib/b.t
52108 ____________________________________________________________________________
52109 [  6016] By: jhi                                   on 2000/04/28  22:46:14
52110         Log: Do not warn that an infinity does not look like a number.
52111      Branch: cfgperl
52112            ! sv.c
52113 ____________________________________________________________________________
52114 [  6015] By: gsar                                  on 2000/04/28  22:35:49
52115         Log: tweak test for portability
52116      Branch: perl
52117            ! t/lib/b.t
52118 ____________________________________________________________________________
52119 [  6014] By: gsar                                  on 2000/04/28  22:05:31
52120         Log: glob() loading File::Glob behind the scenes may cause syntax errors
52121      Branch: perl
52122            ! op.c
52123 ____________________________________________________________________________
52124 [  6013] By: gsar                                  on 2000/04/28  21:25:22
52125         Log: tweak change#5945 to display correct switch name in diagnostic
52126      Branch: perl
52127            ! perl.c pod/perldiag.pod
52128 ____________________________________________________________________________
52129 [  6012] By: jhi                                   on 2000/04/28  21:08:12
52130         Log: Integrate with Sarathy.
52131      Branch: cfgperl
52132           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
52133           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
52134           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
52135 ____________________________________________________________________________
52136 [  6011] By: jhi                                   on 2000/04/28  21:04:46
52137         Log: &HUGE_VAL is not defined, it exists.
52138      Branch: cfgperl
52139            ! lib/Math/Complex.pm
52140 ____________________________________________________________________________
52141 [  6010] By: gsar                                  on 2000/04/28  21:02:58
52142         Log: clarify note about shadow password support (from
52143              gellyfish@gellyfish.com)
52144      Branch: perl
52145            ! pod/perlfunc.pod
52146 ____________________________________________________________________________
52147 [  6009] By: gsar                                  on 2000/04/28  21:00:00
52148         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
52149      Branch: perl
52150            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
52151 ____________________________________________________________________________
52152 [  6008] By: gsar                                  on 2000/04/28  20:56:33
52153         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
52154      Branch: perl
52155            ! installperl vms/subconfigure.com
52156 ____________________________________________________________________________
52157 [  6007] By: gsar                                  on 2000/04/28  20:51:21
52158         Log: note about compile failures and END blocks (from M.J.T. Guy)
52159      Branch: perl
52160            ! pod/perl56delta.pod pod/perlmod.pod
52161 ____________________________________________________________________________
52162 [  6006] By: jhi                                   on 2000/04/28  20:42:14
52163         Log: Regen Configure.
52164      Branch: cfgperl
52165            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52166            ! config_h.SH
52167 ____________________________________________________________________________
52168 [  6005] By: gsar                                  on 2000/04/28  20:41:16
52169         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
52170      Branch: perl
52171            ! utils/perldoc.PL
52172 ____________________________________________________________________________
52173 [  6004] By: jhi                                   on 2000/04/28  20:28:21
52174         Log: Integrate with Sarathy.
52175      Branch: cfgperl
52176           !> Configure INSTALL Porting/Glossary Porting/config.sh
52177           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
52178           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
52179           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
52180           !> win32/config.vc win32/win32.c
52181 ____________________________________________________________________________
52182 [  6003] By: gsar                                  on 2000/04/28  20:11:20
52183         Log: allow REG_EXPAND_SZ keys in Windows registry (from
52184              John Clayton <John.Clayton@barclayscapital.com>)
52185      Branch: perl
52186            ! win32/win32.c
52187 ____________________________________________________________________________
52188 [  6002] By: gsar                                  on 2000/04/28  19:34:16
52189         Log: destructive sv_setsv() can lose UV-ness from source, causing
52190              numeric promotions/comparisons to fail to do the right thing
52191      Branch: perl
52192            ! sv.c
52193 ____________________________________________________________________________
52194 [  6001] By: gsar                                  on 2000/04/28  18:44:15
52195         Log: support additional library locations via $Config{otherlibdirs}
52196              (from Andy Dougherty)
52197      Branch: perl
52198            ! Configure INSTALL Porting/Glossary Porting/config.sh
52199            ! Porting/config_H config_h.SH epoc/config.sh perl.c
52200            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
52201            ! win32/config.bc win32/config.gc win32/config.vc
52202 ____________________________________________________________________________
52203 [  6000] By: gsar                                  on 2000/04/28  18:26:58
52204         Log: reworked otherlibdirs.U (from Andy Dougherty)
52205      Branch: metaconfig
52206            ! U/installdirs/otherlibdirs.U
52207 ____________________________________________________________________________
52208 [  5999] By: gsar                                  on 2000/04/28  18:17:07
52209         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
52210      Branch: perl
52211            ! t/pragma/warn/toke toke.c
52212 ____________________________________________________________________________
52213 [  5998] By: jhi                                   on 2000/04/28  13:32:17
52214         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
52215      Branch: cfgperl
52216            ! lib/Math/Complex.pm
52217 ____________________________________________________________________________
52218 [  5997] By: jhi                                   on 2000/04/28  13:14:04
52219         Log: Preserve $!.
52220      Branch: cfgperl
52221            ! lib/Math/Complex.pm
52222 ____________________________________________________________________________
52223 [  5996] By: jhi                                   on 2000/04/28  12:59:23
52224         Log: Integrate with Sarathy.
52225      Branch: cfgperl
52226           +> pod/perlrequick.pod pod/perlretut.pod
52227           !> (integrate 51 files)
52228 ____________________________________________________________________________
52229 [  5995] By: gsar                                  on 2000/04/28  09:37:36
52230         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
52231      Branch: perl
52232            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
52233 ____________________________________________________________________________
52234 [  5994] By: gsar                                  on 2000/04/28  09:33:26
52235         Log: fix for missed accounting for null byte in pack("Z",...) (from
52236              M.J.T. Guy)
52237      Branch: perl
52238            ! pp.c t/op/pack.t
52239 ____________________________________________________________________________
52240 [  5993] By: gsar                                  on 2000/04/28  09:30:05
52241         Log: various minor tweaks seen on p5p
52242      Branch: perl
52243            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
52244 ____________________________________________________________________________
52245 [  5992] By: gsar                                  on 2000/04/28  09:08:19
52246         Log: pod nit (from Simon Cozens)
52247      Branch: perl
52248            ! pod/perlop.pod
52249 ____________________________________________________________________________
52250 [  5991] By: gsar                                  on 2000/04/28  09:06:36
52251         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
52252      Branch: perl
52253            ! README.posix-bc hints/posix-bc.sh
52254 ____________________________________________________________________________
52255 [  5990] By: gsar                                  on 2000/04/28  08:54:52
52256         Log: use $ENV{LIB} to search for libs under Visual C compiler
52257              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
52258      Branch: perl
52259            ! lib/ExtUtils/Liblist.pm
52260 ____________________________________________________________________________
52261 [  5989] By: gsar                                  on 2000/04/28  08:27:12
52262         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
52263              itself and no other (from Tom Hughes)
52264      Branch: perl
52265            ! t/op/array.t toke.c
52266 ____________________________________________________________________________
52267 [  5988] By: gsar                                  on 2000/04/28  08:01:38
52268         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
52269              <paul@miraclefish.com>)
52270      Branch: perl
52271            ! lib/ExtUtils/MakeMaker.pm
52272 ____________________________________________________________________________
52273 [  5987] By: gsar                                  on 2000/04/28  07:53:09
52274         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
52275      Branch: perl
52276            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
52277 ____________________________________________________________________________
52278 [  5986] By: gsar                                  on 2000/04/28  07:44:17
52279         Log: add regular expressions tutorial and quick-start guide (from
52280              Mark Kvale <kvale@phy.ucsf.edu>)
52281      Branch: perl
52282            + pod/perlrequick.pod pod/perlretut.pod
52283            ! AUTHORS MAINTAIN MANIFEST
52284 ____________________________________________________________________________
52285 [  5985] By: gsar                                  on 2000/04/28  07:30:28
52286         Log: forked child may not exit correctly if it failed to open
52287              /dev/console (from Graham Barr)
52288      Branch: perl
52289            ! ext/Sys/Syslog/Syslog.pm
52290 ____________________________________________________________________________
52291 [  5984] By: gsar                                  on 2000/04/28  07:27:20
52292         Log: attributes::reftype() doesn't work on tied argument
52293      Branch: perl
52294            ! xsutils.c
52295 ____________________________________________________________________________
52296 [  5983] By: gsar                                  on 2000/04/28  07:15:04
52297         Log: numeric conversion of non-number in change#3378 tramples on
52298              OOK offset, causing segfaults
52299      Branch: perl
52300            ! sv.c
52301 ____________________________________________________________________________
52302 [  5982] By: gsar                                  on 2000/04/28  04:48:25
52303         Log: avoid error in IO::Socket::INET when given an unknown service name
52304              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
52305      Branch: perl
52306            ! ext/IO/lib/IO/Socket/INET.pm
52307 ____________________________________________________________________________
52308 [  5981] By: gsar                                  on 2000/04/28  04:31:31
52309         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
52310              prototype mismatch with CORE::glob(); update pod and tests to
52311              suit (File::Glob::glob() is still available for backward
52312              compatibility, but should be considered deprecated)
52313      Branch: perl
52314            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
52315            ! t/lib/glob-taint.t
52316 ____________________________________________________________________________
52317 [  5980] By: gsar                                  on 2000/04/28  03:47:29
52318         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
52319              <ghudson@mit.edu>)
52320      Branch: metaconfig
52321            ! U/modified/Options.U
52322      Branch: perl
52323            ! Configure
52324 ____________________________________________________________________________
52325 [  5979] By: gsar                                  on 2000/04/28  03:07:54
52326         Log: under useithreads, constant pad entries could inadvertantly be
52327              shared across threads (from Eric Blood <eblood@xmission.com>);
52328              added Eric's test case to testsuite
52329      Branch: perl
52330            ! op.c t/op/misc.t
52331 ____________________________________________________________________________
52332 [  5978] By: gsar                                  on 2000/04/27  21:13:00
52333         Log: sync version numbers in File::Spec with the ones on CPAN
52334              (from Barrie Slaymaker)
52335      Branch: perl
52336            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
52337            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
52338            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
52339 ____________________________________________________________________________
52340 [  5977] By: gsar                                  on 2000/04/27  21:07:29
52341         Log: autoquote barewords followed by newline and arrow properly
52342              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
52343      Branch: perl
52344            ! t/pragma/warn/toke toke.c
52345 ____________________________________________________________________________
52346 [  5976] By: gsar                                  on 2000/04/27  20:41:20
52347         Log: DB_File v1.73 update (from Paul Marquess)
52348      Branch: perl
52349            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
52350            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
52351 ____________________________________________________________________________
52352 [  5975] By: gsar                                  on 2000/04/27  20:34:24
52353         Log: allow sort() reentrancy (variant of patch suggested by
52354              Hugo van der Sanden)
52355      Branch: perl
52356            ! pp_ctl.c t/op/sort.t
52357 ____________________________________________________________________________
52358 [  5974] By: gsar                                  on 2000/04/27  19:46:57
52359         Log: change#4197 somehow missed initializing PL_errors, meaning
52360              sytax error queueing wasn't working outside eval"" at all;
52361              also fixed eval"" to localize PL_error_count, so that compile-time
52362              eval's don't clobber the error state of the outer context
52363      Branch: perl
52364            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
52365            ! t/pragma/warn/toke
52366 ____________________________________________________________________________
52367 [  5973] By: gsar                                  on 2000/04/27  18:29:05
52368         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
52369      Branch: perl
52370            ! regcomp.c regexec.c t/op/re_tests
52371 ____________________________________________________________________________
52372 [  5972] By: jhi                                   on 2000/04/27  18:22:41
52373         Log: Integrate with Sarathy.
52374      Branch: cfgperl
52375           +> t/lib/b.t t/lib/syslog.t
52376           !> (integrate 31 files)
52377 ____________________________________________________________________________
52378 [  5971] By: jhi                                   on 2000/04/27  18:18:46
52379         Log: Unicos tweaks from Mark P. Lutz.
52380      Branch: cfgperl
52381            ! hints/unicos.sh lib/Math/Complex.pm
52382 ____________________________________________________________________________
52383 [  5970] By: gsar                                  on 2000/04/27  18:05:11
52384         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
52385              IV is >32bits
52386      Branch: perl
52387            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
52388 ____________________________________________________________________________
52389 [  5969] By: gsar                                  on 2000/04/27  17:50:56
52390         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
52391      Branch: perl
52392            + t/lib/syslog.t
52393            ! MANIFEST ext/Sys/Syslog/Syslog.pm
52394 ____________________________________________________________________________
52395 [  5968] By: gsar                                  on 2000/04/27  17:44:49
52396         Log: tolerate spaces in group names in test on solaris (from David Boyce
52397              <dsb@boyski.com>)
52398      Branch: perl
52399            ! t/op/groups.t
52400 ____________________________________________________________________________
52401 [  5967] By: gsar                                  on 2000/04/27  17:41:22
52402         Log: improved docs on the warn_uninit diagnostic (from David Glasser
52403              and Simon Cozens)
52404      Branch: perl
52405            ! pod/perldiag.pod
52406 ____________________________________________________________________________
52407 [  5966] By: gsar                                  on 2000/04/27  16:54:58
52408         Log: add testsuite for B backends, fix bug in B::Deparse (from
52409              Simon Cozens <simon@brecon.co.uk>)
52410      Branch: perl
52411            + t/lib/b.t
52412            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
52413 ____________________________________________________________________________
52414 [  5965] By: gsar                                  on 2000/04/27  16:10:37
52415         Log: avoid "will not stay shared" warnings for our variables (from
52416              Robin Barker)
52417      Branch: perl
52418            ! op.c t/pragma/warn/op
52419 ____________________________________________________________________________
52420 [  5964] By: gsar                                  on 2000/04/27  07:05:05
52421         Log: reformat to 72 columns (again)
52422      Branch: perl
52423            ! pod/perldiag.pod
52424 ____________________________________________________________________________
52425 [  5963] By: gsar                                  on 2000/04/27  06:28:31
52426         Log: patch from Larry to make (\&) prototype work; added tests for
52427              the same
52428      Branch: perl
52429            ! op.c t/comp/proto.t
52430 ____________________________________________________________________________
52431 [  5962] By: gsar                                  on 2000/04/27  06:15:47
52432         Log: updated README.hpux (from Jeff Okamoto)
52433      Branch: perl
52434            ! README.hpux
52435 ____________________________________________________________________________
52436 [  5961] By: gsar                                  on 2000/04/27  05:55:03
52437         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
52438      Branch: perl
52439            ! emacs/cperl-mode.el
52440 ____________________________________________________________________________
52441 [  5960] By: gsar                                  on 2000/04/27  05:49:26
52442         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
52443      Branch: perl
52444            ! INSTALL
52445 ____________________________________________________________________________
52446 [  5959] By: gsar                                  on 2000/04/27  05:33:41
52447         Log: doubled words in pods (from Simon Cozens
52448              <simon.p.cozens@jp.pwcglobal.com>)
52449      Branch: perl
52450            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
52451            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
52452            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
52453            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
52454            ! pod/perltootc.pod
52455 ____________________________________________________________________________
52456 [  5958] By: gsar                                  on 2000/04/27  05:11:39
52457         Log: change#3569 deleted some essential code, revert; avoid use of
52458              atexit() to make DynaLoader work properly on AIX under mod_perl
52459              (from Jens-Uwe Mager <jum@helios.de>)
52460      Branch: perl
52461            ! ext/DynaLoader/dl_aix.xs
52462 ____________________________________________________________________________
52463 [  5957] By: gsar                                  on 2000/04/27  04:54:51
52464         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
52465      Branch: perl
52466            ! pod/perlmod.pod
52467 ____________________________________________________________________________
52468 [  5956] By: gsar                                  on 2000/04/27  04:51:47
52469         Log: better diagnostics on failed tests (from Ilya Zakharevich)
52470      Branch: perl
52471            ! t/op/lex_assign.t
52472 ____________________________________________________________________________
52473 [  5955] By: gsar                                  on 2000/04/27  04:26:44
52474         Log: longstanding bug exposed by change#3307: sort arguments weren't
52475              compiled with the right wantarray context (ensuing runtime lookup
52476              via block_gimme() was getting the incidental context of the
52477              sort() itself)
52478      Branch: perl
52479            ! op.c t/op/sort.t
52480 ____________________________________________________________________________
52481 [  5954] By: gsar                                  on 2000/04/26  23:42:12
52482         Log: integrate cfgperl contents into mainline
52483      Branch: perl
52484           !> (integrate 30 files)
52485 ____________________________________________________________________________
52486 [  5953] By: jhi                                   on 2000/04/26  23:06:42
52487         Log: Integrate with Sarathy.
52488      Branch: cfgperl
52489           !> README.win32 ext/B/B/Deparse.pm
52490           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
52491           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
52492           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
52493           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
52494           !> utils/perldoc.PL vms/perlvms.pod
52495 ____________________________________________________________________________
52496 [  5952] By: jhi                                   on 2000/04/26  23:03:46
52497         Log: Undo "use integer" addition from 64bitint as it seems
52498              to break most of the subtests in Digital UNIX;
52499              Unicos needs to find another way.
52500      Branch: cfgperl
52501            ! t/op/64bitint.t
52502 ____________________________________________________________________________
52503 [  5951] By: jhi                                   on 2000/04/26  22:57:53
52504         Log: Be more robust on "extreme" (large absolute value)
52505              arguments.  Originally reported by Daniel Connelly
52506              as a problem with asinh() on large negative arguments,
52507              asinh() used to bail out because an argument to log()
52508              ended up being zero.  Ilya Zakharevich proposed using
52509              Taylor's series in such cases, which for such large
52510              arguments is a very good approximation.
52511      Branch: cfgperl
52512            ! lib/Math/Complex.pm t/lib/complex.t
52513 ____________________________________________________________________________
52514 [  5950] By: gsar                                  on 2000/04/25  19:13:12
52515         Log: reformat perldiag to avoid long lines
52516      Branch: perl
52517            ! pod/perldiag.pod
52518 ____________________________________________________________________________
52519 [  5949] By: gsar                                  on 2000/04/25  18:41:11
52520         Log: make perldoc use the pod2man from the same version (from
52521              M.J.T. Guy)
52522      Branch: perl
52523            ! utils/perldoc.PL
52524 ____________________________________________________________________________
52525 [  5948] By: gsar                                  on 2000/04/25  18:21:57
52526         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
52527              <kompas@kompas.usr.onet.pl>)
52528      Branch: perl
52529            ! lib/vars.pm
52530 ____________________________________________________________________________
52531 [  5947] By: gsar                                  on 2000/04/25  18:11:53
52532         Log: use &dl_error rather than &dl_load_file as the guard for calling
52533              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
52534              statically built perl)
52535      Branch: perl
52536            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
52537 ____________________________________________________________________________
52538 [  5946] By: jhi                                   on 2000/04/25  17:37:54
52539         Log: Document that tr() is not tr(1).
52540      Branch: cfgperl
52541            ! pod/perlop.pod
52542 ____________________________________________________________________________
52543 [  5945] By: gsar                                  on 2000/04/25  16:34:33
52544         Log: make module name mandatory after -M switch; reorder perldiag
52545              alphabetically (from Mark-Jason Dominus)
52546      Branch: perl
52547            ! perl.c pod/perldiag.pod
52548 ____________________________________________________________________________
52549 [  5944] By: jhi                                   on 2000/04/25  01:15:18
52550         Log: On second thoughts frexp() does have two arguments.
52551      Branch: cfgperl
52552            ! perl.h
52553 ____________________________________________________________________________
52554 [  5943] By: jhi                                   on 2000/04/24  22:56:32
52555         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
52556              Now pp_ncmp() returns undef is either operand is a NaN.
52557      Branch: cfgperl
52558            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52559            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
52560            ! vms/subconfigure.com vos/config.def vos/config.h
52561            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
52562            ! win32/config.vc win32/config_H.bc win32/config_H.gc
52563            ! win32/config_H.vc
52564      Branch: metaconfig/U/perl
52565            + d_modfl.U
52566 ____________________________________________________________________________
52567 [  5942] By: jhi                                   on 2000/04/24  19:45:17
52568         Log: Regen Configure to match #5937.
52569      Branch: cfgperl
52570            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52571            ! config_h.SH
52572      Branch: metaconfig
52573            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
52574 ____________________________________________________________________________
52575 [  5941] By: jhi                                   on 2000/04/24  19:24:11
52576         Log: Further Unicos fixes for Mark Lutz.
52577      Branch: cfgperl
52578            ! hints/unicos.sh pp_ctl.c
52579 ____________________________________________________________________________
52580 [  5940] By: jhi                                   on 2000/04/24  19:09:06
52581         Log: Various Unicos 10.0.0.6 fixes.
52582              
52583              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
52584              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
52585              Reply-To: tecmpl1@triton.ca.boeing.com 
52586              To: perl5-porters@perl.org 
52587              Date: Fri, 14 Apr 2000 20:21:00 GMT 
52588              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
52589      Branch: cfgperl
52590            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
52591 ____________________________________________________________________________
52592 [  5939] By: gsar                                  on 2000/04/24  19:01:24
52593         Log: more pod nits (from Larry Virden)
52594      Branch: perl
52595            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
52596            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
52597            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
52598 ____________________________________________________________________________
52599 [  5938] By: gsar                                  on 2000/04/24  18:54:01
52600         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
52601      Branch: perl
52602            ! ext/B/B/Deparse.pm
52603 ____________________________________________________________________________
52604 [  5937] By: jhi                                   on 2000/04/24  17:39:00
52605         Log: Integrate with Sarathy.
52606      Branch: cfgperl
52607           +> (branch 31 files)
52608           !> (integrate 73 files)
52609 ____________________________________________________________________________
52610 [  5936] By: gsar                                  on 2000/04/24  17:30:06
52611         Log: additional tests for change#5934 (from Paul Marquess, who also
52612              sent in the same fix)
52613      Branch: perl
52614            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
52615            ! t/pragma/warn/5nolint t/pragma/warn/6default
52616 ____________________________________________________________________________
52617 [  5935] By: jhi                                   on 2000/04/24  17:26:05
52618         Log: Do not assume sign propagation.
52619              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
52620              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
52621              To: payner@ncifcrf.gov, perl5-porters@perl.org 
52622              Date: Tue, 18 Apr 2000 18:24:49 +0100 
52623              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
52624      Branch: cfgperl
52625            ! t/op/bop.t t/op/misc.t
52626 ____________________________________________________________________________
52627 [  5934] By: gsar                                  on 2000/04/24  17:16:54
52628         Log: propagate lexical warnings from surrounding scope correctly
52629              within string eval()
52630      Branch: perl
52631            ! pp_ctl.c t/pragma/warn/pp_ctl
52632 ____________________________________________________________________________
52633 [  5933] By: jhi                                   on 2000/04/24  17:01:07
52634         Log: Flatten the cpp jungle doing the nosuid checking.
52635      Branch: cfgperl
52636            ! perl.c
52637 ____________________________________________________________________________
52638 [  5932] By: gsar                                  on 2000/04/24  09:08:14
52639         Log: add rsignal(), whichsig() and do_join() to public API list
52640              (mod_perl uses them to good advantage)
52641      Branch: perl
52642            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
52643 ____________________________________________________________________________
52644 [  5931] By: gsar                                  on 2000/04/24  09:01:40
52645         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
52646      Branch: perl
52647            ! pp_hot.c regexec.c t/op/pat.t
52648 ____________________________________________________________________________
52649 [  5930] By: gsar                                  on 2000/04/24  08:58:33
52650         Log: small os390 tweaks (from Peter Prymmer)
52651      Branch: perl
52652            ! config_h.SH makedepend.SH
52653 ____________________________________________________________________________
52654 [  5929] By: gsar                                  on 2000/04/24  08:55:25
52655         Log: pod nits
52656      Branch: perl
52657            ! pod/perlguts.pod
52658 ____________________________________________________________________________
52659 [  5928] By: gsar                                  on 2000/04/24  08:50:13
52660         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
52661      Branch: perl
52662            ! ext/IO/lib/IO/Poll.pm
52663 ____________________________________________________________________________
52664 [  5927] By: gsar                                  on 2000/04/24  08:43:24
52665         Log: arrange for next() to resume at the unstack op rather than the
52666              loop conditional, so that scope cleanup happens correctly
52667              (from Stephen McCamant)
52668      Branch: perl
52669            ! op.c pp_ctl.c t/op/misc.t
52670 ____________________________________________________________________________
52671 [  5926] By: gsar                                  on 2000/04/24  08:18:40
52672         Log: on windows, reserve 16M of stack rather than 128M (allows more
52673              threads to run concurrently)
52674      Branch: perl
52675            ! win32/Makefile win32/makefile.mk
52676 ____________________________________________________________________________
52677 [  5925] By: gsar                                  on 2000/04/24  08:13:52
52678         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
52679      Branch: perl
52680            ! toke.c
52681 ____________________________________________________________________________
52682 [  5924] By: gsar                                  on 2000/04/24  08:08:59
52683         Log: avoid using uninitialized memory in require version check
52684      Branch: perl
52685            ! pp_ctl.c universal.c
52686 ____________________________________________________________________________
52687 [  5923] By: gsar                                  on 2000/04/24  07:20:14
52688         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
52689      Branch: perl
52690            ! ext/IO/lib/IO/Poll.pm
52691 ____________________________________________________________________________
52692 [  5922] By: gsar                                  on 2000/04/24  07:08:42
52693         Log: commentary about IoTYPE() (from Nathan Torkington)
52694      Branch: perl
52695            ! sv.h
52696 ____________________________________________________________________________
52697 [  5921] By: gsar                                  on 2000/04/24  06:58:26
52698         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
52699              by fix
52700      Branch: perl
52701            ! sv.c t/lib/charnames.t t/pragma/utf8.t
52702 ____________________________________________________________________________
52703 [  5920] By: gsar                                  on 2000/04/24  06:37:59
52704         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
52705      Branch: perl
52706            ! doop.c t/op/ver.t
52707 ____________________________________________________________________________
52708 [  5919] By: gsar                                  on 2000/04/24  06:21:58
52709         Log: Configure might miss old directories when prefix must be
52710              expanded (from Robin Barker)
52711      Branch: metaconfig
52712            ! U/installdirs/inc_version_list.U
52713      Branch: perl
52714            ! Configure
52715 ____________________________________________________________________________
52716 [  5918] By: gsar                                  on 2000/04/24  06:16:11
52717         Log: VMS nits in glob() test (from Charles Lane)
52718      Branch: perl
52719            ! t/lib/glob-basic.t
52720 ____________________________________________________________________________
52721 [  5917] By: gsar                                  on 2000/04/24  06:11:56
52722         Log: various pod nits (from Larry Virden and others)
52723      Branch: perl
52724            ! README.amiga README.hpux README.machten README.os2
52725            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
52726            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
52727            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
52728            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
52729            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
52730            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
52731            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
52732            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
52733 ____________________________________________________________________________
52734 [  5916] By: gsar                                  on 2000/04/24  05:52:43
52735         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
52736              <wjones@tc.fluke.com>)
52737      Branch: perl
52738            ! t/lib/glob-basic.t
52739 ____________________________________________________________________________
52740 [  5915] By: gsar                                  on 2000/04/24  05:07:01
52741         Log: supported platforms mixed up
52742      Branch: perl
52743            ! pod/perl56delta.pod pod/perlport.pod
52744 ____________________________________________________________________________
52745 [  5914] By: gsar                                  on 2000/04/24  04:56:08
52746         Log: caller() wasn't returning the right number of elements for
52747              eval {...}
52748      Branch: perl
52749            ! pp_ctl.c t/pragma/warn/9enabled
52750 ____________________________________________________________________________
52751 [  5913] By: gsar                                  on 2000/04/24  04:35:41
52752         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
52753              Mark-Jason Dominus)
52754      Branch: perl
52755            ! pod/perlfunc.pod
52756 ____________________________________________________________________________
52757 [  5912] By: gsar                                  on 2000/04/24  04:17:15
52758         Log: fix totally broken caching in UNIVERSAL::isa() (from
52759              Nick Ing-Simmons)
52760      Branch: perl
52761            ! t/op/universal.t universal.c
52762 ____________________________________________________________________________
52763 [  5911] By: gsar                                  on 2000/04/24  03:39:47
52764         Log: add linebreak properties from unicode/LineBrk.txt (from
52765              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
52766      Branch: perl
52767            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
52768            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
52769            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
52770            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
52771            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
52772            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
52773            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
52774            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
52775            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
52776            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
52777            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
52778            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
52779            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
52780            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
52781            + lib/unicode/Is/LbrkZW.pl
52782            ! lib/unicode/mktables.PL
52783 ____________________________________________________________________________
52784 [  5910] By: gsar                                  on 2000/04/24  03:23:10
52785         Log: typo in pod
52786      Branch: perl
52787            ! ext/Thread/Thread.pm
52788 ____________________________________________________________________________
52789 [  5909] By: gsar                                  on 2000/04/24  03:22:03
52790         Log: mode argument to do_binmode() should be file mode, not boolean
52791      Branch: perl
52792            ! pp_sys.c
52793 ____________________________________________________________________________
52794 [  5908] By: gsar                                  on 2000/04/16  16:51:08
52795         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
52796              always returns a valid GV even when the symbol is trapped by strictures
52797              (avoids coredumps)
52798              
52799              TODO: the C<package;> hack needs similar treatment
52800      Branch: perl
52801            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
52802            ! t/pragma/strict-vars
52803 ____________________________________________________________________________
52804 [  5907] By: jhi                                   on 2000/03/31  23:42:56
52805         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
52806              an assumption which #5905 demolished.
52807      Branch: cfgperl
52808            ! pp_sys.c
52809 ____________________________________________________________________________
52810 [  5906] By: jhi                                   on 2000/03/31  18:54:37
52811         Log: Typo in #5905.
52812      Branch: cfgperl
52813            ! t/op/64bitint.t
52814 ____________________________________________________________________________
52815 [  5905] By: jhi                                   on 2000/03/31  18:50:54
52816         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
52817              reported by Joseph N. Hall.  The bug was that even with use64bitint
52818              one had to use the prefixes q, L, or ll with printf/sprintf,
52819              contrary to the documentation and common sense.
52820      Branch: cfgperl
52821            ! sv.c t/op/64bitint.t
52822 ____________________________________________________________________________
52823 [  5904] By: gsar                                  on 2000/03/28  02:31:32
52824         Log: add Changes, perldelta.pod
52825      Branch: perl
52826            + Changes pod/perldelta.pod
52827 ____________________________________________________________________________
52828 [  5903] By: gsar                                  on 2000/03/28  02:03:55
52829         Log: rename Changes and perldelta.pod
52830      Branch: perl
52831           +> Changes5.6 pod/perl56delta.pod
52832            - Changes pod/perldelta.pod
52833            ! MANIFEST
52834 ____________________________________________________________________________
52835 [  5902] By: gsar                                  on 2000/03/28  01:59:14
52836         Log: create maint-5.6 branch
52837      Branch: maint-5.6/perl
52838           +> (branch 1611 files)
52839 ____________________________________________________________________________
52840 [  5901] By: jhi                                   on 2000/03/23  05:48:43
52841         Log: Integrate with Sarathy.
52842      Branch: cfgperl
52843           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
52844 ____________________________________________________________________________
52845 [  5900] By: gsar                                  on 2000/03/23  05:42:43
52846         Log: three guesses on what this is :-)
52847      Branch: perl
52848            ! Changes